Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update tokio-graceful requirement from 0.1.6 to 0.2.0 #127

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Updates the requirements on tokio-graceful to permit the latest version.

Release notes

Sourced from tokio-graceful's releases.

0.2.0

This is usability wise not a breaking release, however it does make changes to the API which might break subtle edge cases and it also increases the MSRV to 1.75.

New Features:

  • add a delay (Duration) that can be used to trigger the cancel notification to ongoing jobs once the shutdown trigger (signal) has been received;
  • add a second signal factory that can be used to create an overwrite signal to be created and triggered once the main signal has been triggered, as an alternative to the jobs being complete or max delay has been reached.

Both features can be configured using the newly introduced ShutdownBuilder, which can be made directly or via Shutdown::builder.

Changelog

Sourced from tokio-graceful's changelog.

0.2.0 (29. September, 2024)

This is usability wise not a breaking release, however it does make changes to the API which might break subtle edge cases and it also increases the MSRV to 1.75.

New Features:

  • add a delay (Duration) that can be used to trigger the cancel notification to ongoing jobs once the shutdown trigger (signal) has been received;
  • add a second signal factory that can be used to create an overwrite signal to be created and triggered once the main signal has been triggered, as an alternative to the jobs being complete or max delay has been reached.

Both features can be configured using the newly introduced ShutdownBuilder, which can be made directly or via Shutdown::builder.

0.1.6 (01. December, 2023)

  • Upgrade hyper examples to adapt to dev dependency hyper v1.0 (was hyper v0.14);

0.1.5 (20. September, 2023)

  • Support and use Loom for testing;
  • Fixes a bug in the private trigger code where a race condition could cause a deadlock (found using loom);
  • Signal / Project support for the Windows platform;
    • affected code: crate::default_signal and crate::Shutdown::default;
      • Unix and Windows are supported and have this code enabled;
      • Other platforms won't have this code;
      • When using Loom this code is also not there;
    • This fixes build errors for platforms that we do not support for the default signal;

0.1.4 (08. September, 2023)

  • Add example regarding ensuring you do catch exits and document it;

0.1.3 (07. September, 2023)

  • Support and add Waitgroup example;
  • Fix mistake in docs (thank you Mike Cronce);
  • Update 0.1.2 changelog to highlight the library is no longer 100% Rust Safe Code;

0.1.2 (05. September, 2023)

... (truncated)

Commits

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 show <dependency name> 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)

Updates the requirements on [tokio-graceful](https://github.com/plabayo/tokio-graceful) to permit the latest version.
- [Release notes](https://github.com/plabayo/tokio-graceful/releases)
- [Changelog](https://github.com/plabayo/tokio-graceful/blob/main/CHANGELOG.md)
- [Commits](plabayo/tokio-graceful@0.1.6...0.2.0)

---
updated-dependencies:
- dependency-name: tokio-graceful
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 29, 2024
@dependabot dependabot bot requested a review from omjadas September 29, 2024 21:05
@omjadas omjadas merged commit 5439835 into main Sep 29, 2024
8 checks passed
@omjadas omjadas deleted the dependabot/cargo/tokio-graceful-0.2.0 branch September 29, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant