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

Bump Rebus from 8.0.1 to 8.0.2 in /src #566

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Rebus from 8.0.1 to 8.0.2.

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

8.0.2

  • Make IsExternalInit internal to avoid interfering with other tools that happen to be über sensitive

... (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 will merge this PR once it's up-to-date and CI passes on it, as requested by @SimonCropp.


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 22, 2023
Copy link
Member

@SimonCropp SimonCropp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [Rebus](https://github.com/rebus-org/Rebus) from 8.0.1 to 8.0.2.
- [Changelog](https://github.com/rebus-org/Rebus/blob/master/CHANGELOG.md)
- [Commits](rebus-org/Rebus@8.0.1...8.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Rebus-8.0.2 branch from 1ac7fea to cf46a58 Compare November 28, 2023 23:39
Copy link
Member

@SimonCropp SimonCropp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

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