timandy / GoMybatis

Mybatis for golang.
Apache License 2.0
9 stars 1 forks source link

Bump github.com/timandy/routine from 1.0.9 to 1.1.1 #10

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/timandy/routine from 1.0.9 to 1.1.1.

Release notes

Sourced from github.com/timandy/routine's releases.

Version 1.1.1

Release notes

Features

  • Support go version range go1.13 ~ go1.20(New support go1.20).

Changes

  • Fix a memory leak risk caused by Timer.
  • Reduce memory by using less chan.
  • Update copyright.

Links

Version 1.1.0

Release notes

Features

  • Support more arch loong64, mips, mipsle, mips64, mips64le, ppc64le, riscv64, wasm.

Changes

  • Upgrade dependencies to the latest version.
  • Modify continuous integration script to support go1.19.

Links

Changelog

Sourced from github.com/timandy/routine's changelog.

v1.1.1 Release notes

Features

  • Support go version range go1.13 ~ go1.20(New support go1.20).

Changes

  • Fix a memory leak risk caused by Timer.
  • Reduce memory by using less chan.
  • Update copyright.

Links


v1.1.0 Release notes

Features

  • Support more arch loong64, mips, mipsle, mips64, mips64le, ppc64le, riscv64, wasm.

Changes

  • Upgrade dependencies to the latest version.
  • Modify continuous integration script to support go1.19.

Links


Commits
  • 1b345d8 Version 1.1.1
  • e0aaa17 Modify change log
  • d174e25 Modify copyright
  • bc8cb88 Modify continuous integration script to support go1.20
  • e089e99 Modify the way of get 'runtime.g' type, because go1.20 linker has a broken ch...
  • 6c03c7a Reduce memory by using less chan
  • 7e32d37 Fix a memory leak risk caused by Timer
  • 83536ee Version 1.1.0
  • eb73253 Modify change log
  • 647a64d Modify readme file
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)