timandy / GoMybatis

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

Bump github.com/timandy/routine from 1.1.1 to 1.1.2 #17

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 11 months ago

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

Release notes

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

Version 1.1.2

Release notes

Features

  • Support go version range go1.13 ~ go1.21(New support go1.21).
  • Support capture values of InheritableThreadLocal by WrapTask(), WrapWaitTask() and WrapWaitResultTask() methods.
  • Support run FutureTask by FutureTask.Run() method.
  • Define function type Runnable and FutureCallable.

Changes

  • Rename type Future to FutureTask.
  • Skip first runtime panic stack automatically for RuntimeError.

Links

Changelog

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

v1.1.2 Release notes

Features

  • Support go version range go1.13 ~ go1.21(New support go1.21).
  • Support capture values of InheritableThreadLocal by WrapTask(), WrapWaitTask() and WrapWaitResultTask() methods.
  • Support run FutureTask by FutureTask.Run() method.
  • Define function type Runnable and FutureCallable.

Changes

  • Rename type Future to FutureTask.
  • Skip first runtime panic stack automatically for RuntimeError.

Links


Commits
  • 7271943 Version 1.1.2
  • 0287a14 Modify change log
  • 113f7ab Modify readme file
  • 39bfa72 Update benchmark result
  • 9e6c9e2 Refactor anonymous method to struct method for clearer stack printing
  • e763469 Modify testcase to verify the contents of standard output
  • 86e4e37 Add testcase to verify that errors are ignored when the task state already ch...
  • 41a5df0 Fix print wrong created by function name on arch non-amd64
  • 2c28683 Support skip the first runtime panic stack automatically for RuntimeError
  • deeb2ce Define Callable function alias
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

timandy commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

timandy commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Looks like github.com/timandy/routine is up-to-date now, so this is no longer needed.