timandy / GoMybatis

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

Bump github.com/timandy/routine from 1.0.8 to 1.0.9 #6

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

Version 1.0.9

Release notes

Features

  • Support arch 386 & amd64 on freebsd and arch ppc64 & s390x on linux.
  • Support Cancel() and GetWithTimeout() methods for type Future.
  • Support checking whether the tasks created by GoWait(CancelRunnable) and GoWaitResult(CancelCallable) methods are canceled.

Changes

  • Fix spell error of type Future.
  • Rename type Any to any.

Links

Changelog

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

v1.0.9 Release notes

Features

  • Support arch 386 & amd64 on freebsd and arch ppc64 & s390x on linux.
  • Support Cancel() and GetWithTimeout() methods for type Future.
  • Support checking whether the tasks created by GoWait(CancelRunnable) and GoWaitResult(CancelCallable) methods are canceled.

Changes

  • Fix spell error of type Future.
  • Rename type Any to any.

Links


Commits
  • acab0b7 Version 1.0.9
  • 252f135 Modify change log
  • 2e6bf0f Modify readme file
  • fba1e8f Rename type Any to any
  • 2727996 Support Cancel(...) and GetWithTimeout(...) methods for Future
  • 6c6f27b Rename variable fea to fut
  • 4a6d21e Rename Feature to Future because of spell error
  • 3a3eb9a Modify readme file
  • 35ac921 Enable github actions for arch 386/amd64 on freebsd and arch ppc64/s390x on l...
  • 60f6f0b Support arch 386/amd64 on freebsd and arch ppc64/s390x on linux
  • 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)