Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Bump Rebus from 7.2.1 to 8.0.1 in /src #559

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

Bumps Rebus from 7.2.1 to 8.0.1.

Changelog

Sourced from Rebus's changelog.

8.0.1

  • Change the sequence of events in the retry step, which paves the way for true, distributed error tracking (i.e. tracking delivery attempts across nodes)
  • Refactor transaction context to make distinction between the ACK/NACK protocol and commit/rollback actions more clear
  • Change error tracking to use ExceptionInfo instead of real Exceptions to provide support for distributed error tracking
  • Introduce .Errors(e => ...) configurer as a hook for configuring custom error trackers
  • Add IExceptionLogger responsible for logging exceptions to enable consistent exception logging regardless of which error tracker is configured
  • Prevent multiple bus instances from enlisting in the same transaction context, because it will result in undefined behavior
  • Update accepted version range for System.Text.Json to include 8 and start with 6 (because 5 has dependency on lib reported as vulnerable)
  • Update Newtonsoft.JSON accepted version to start at 13 because 12 is considered vulnerable

... (truncated)

Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2023
Bumps [Rebus](https://github.com/rebus-org/Rebus) from 7.2.1 to 8.0.1.
- [Changelog](https://github.com/rebus-org/Rebus/blob/master/CHANGELOG.md)
- [Commits](rebus-org/Rebus@7.2.1...8.0.1)

---
updated-dependencies:
- dependency-name: Rebus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Rebus-8.0.1 branch from 5997199 to 21d3c40 Compare November 15, 2023 19:51
@SimonCropp SimonCropp merged commit 4219ac3 into main Nov 15, 2023
2 of 4 checks passed
@SimonCropp SimonCropp deleted the dependabot/nuget/src/Rebus-8.0.1 branch November 15, 2023 19:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant