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

Bump the event-bus group with 3 updates #182

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the event-bus group with 3 updates: Tingle.EventBus.Transports.Azure.QueueStorage, Tingle.EventBus.Transports.Azure.ServiceBus and Tingle.EventBus.Transports.InMemory.

Updates Tingle.EventBus.Transports.Azure.QueueStorage from 0.21.2 to 0.22.0

Release notes

Sourced from Tingle.EventBus.Transports.Azure.QueueStorage's releases.

0.22.0

What's Changed

  • #626: Complete AOT compatibility.
    • Constructors for EventRegistration replaced with EventRegistration.Create<T>() or EventRegistration.Create(...)
    • Constructors for EventConsumerRegistration replaced with EventConsumerRegistration.Create<TEvent, TConsumer>() or EventConsumerRegistration.Create(...)
    • DefaultJsonEventSerializer now support JsonSerializerContext hence allows for an instance to be passed to services.AddSlimEventBus(...)
    • A new sample to show usage -> https://github.com/tinglesoftware/eventbus/tree/main/samples/AotSupport
  • #622: Reduce calls for creating IServiceScope and rename CreateScope() to CreateServiceScope()
  • #623: Update logging metadata to include entity URIs and FQDNs
  • #625: Use RegEx source generators on .NET 7 or later
  • #626: Set status and exception in Activity instances

Full Changelog: tinglesoftware/eventbus@0.21.2...0.22.0

Commits
  • 047dec6 Set status and exception in Activity instances (#626)
  • d648321 Reference AOT sample
  • 6a5bfab Update README.md to include instrumentation and observability info
  • 2ed5a08 More collection literals
  • bc1172e Use RegEx source generators on .NET 7 or later (#625)
  • 206fe1a Bump the aws-sdk group across 1 directory with 4 updates (#624)
  • 966b30a Minor fix to shared packages
  • d4ca8e4 Update logging metadata to include entity URIs and FQDNs (#623)
  • ad13dbc Wrap state once in BeginLoggingScopeForConsume(...)
  • f562ff9 Reduce calls for creating IServiceScope (#622)
  • Additional commits viewable in compare view

Updates Tingle.EventBus.Transports.Azure.ServiceBus from 0.21.2 to 0.22.0

Release notes

Sourced from Tingle.EventBus.Transports.Azure.ServiceBus's releases.

0.22.0

What's Changed

  • #626: Complete AOT compatibility.
    • Constructors for EventRegistration replaced with EventRegistration.Create<T>() or EventRegistration.Create(...)
    • Constructors for EventConsumerRegistration replaced with EventConsumerRegistration.Create<TEvent, TConsumer>() or EventConsumerRegistration.Create(...)
    • DefaultJsonEventSerializer now support JsonSerializerContext hence allows for an instance to be passed to services.AddSlimEventBus(...)
    • A new sample to show usage -> https://github.com/tinglesoftware/eventbus/tree/main/samples/AotSupport
  • #622: Reduce calls for creating IServiceScope and rename CreateScope() to CreateServiceScope()
  • #623: Update logging metadata to include entity URIs and FQDNs
  • #625: Use RegEx source generators on .NET 7 or later
  • #626: Set status and exception in Activity instances

Full Changelog: tinglesoftware/eventbus@0.21.2...0.22.0

Commits
  • 047dec6 Set status and exception in Activity instances (#626)
  • d648321 Reference AOT sample
  • 6a5bfab Update README.md to include instrumentation and observability info
  • 2ed5a08 More collection literals
  • bc1172e Use RegEx source generators on .NET 7 or later (#625)
  • 206fe1a Bump the aws-sdk group across 1 directory with 4 updates (#624)
  • 966b30a Minor fix to shared packages
  • d4ca8e4 Update logging metadata to include entity URIs and FQDNs (#623)
  • ad13dbc Wrap state once in BeginLoggingScopeForConsume(...)
  • f562ff9 Reduce calls for creating IServiceScope (#622)
  • Additional commits viewable in compare view

Updates Tingle.EventBus.Transports.InMemory from 0.21.2 to 0.22.0

Release notes

Sourced from Tingle.EventBus.Transports.InMemory's releases.

0.22.0

What's Changed

  • #626: Complete AOT compatibility.
    • Constructors for EventRegistration replaced with EventRegistration.Create<T>() or EventRegistration.Create(...)
    • Constructors for EventConsumerRegistration replaced with EventConsumerRegistration.Create<TEvent, TConsumer>() or EventConsumerRegistration.Create(...)
    • DefaultJsonEventSerializer now support JsonSerializerContext hence allows for an instance to be passed to services.AddSlimEventBus(...)
    • A new sample to show usage -> https://github.com/tinglesoftware/eventbus/tree/main/samples/AotSupport
  • #622: Reduce calls for creating IServiceScope and rename CreateScope() to CreateServiceScope()
  • #623: Update logging metadata to include entity URIs and FQDNs
  • #625: Use RegEx source generators on .NET 7 or later
  • #626: Set status and exception in Activity instances

Full Changelog: tinglesoftware/eventbus@0.21.2...0.22.0

Commits
  • 047dec6 Set status and exception in Activity instances (#626)
  • d648321 Reference AOT sample
  • 6a5bfab Update README.md to include instrumentation and observability info
  • 2ed5a08 More collection literals
  • bc1172e Use RegEx source generators on .NET 7 or later (#625)
  • 206fe1a Bump the aws-sdk group across 1 directory with 4 updates (#624)
  • 966b30a Minor fix to shared packages
  • d4ca8e4 Update logging metadata to include entity URIs and FQDNs (#623)
  • ad13dbc Wrap state once in BeginLoggingScopeForConsume(...)
  • f562ff9 Reduce calls for creating IServiceScope (#622)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 10, 2024
Bumps the event-bus group with 3 updates: [Tingle.EventBus.Transports.Azure.QueueStorage](https://github.com/tinglesoftware/eventbus), [Tingle.EventBus.Transports.Azure.ServiceBus](https://github.com/tinglesoftware/eventbus) and [Tingle.EventBus.Transports.InMemory](https://github.com/tinglesoftware/eventbus).


Updates `Tingle.EventBus.Transports.Azure.QueueStorage` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.21.2...0.22.0)

Updates `Tingle.EventBus.Transports.Azure.ServiceBus` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.21.2...0.22.0)

Updates `Tingle.EventBus.Transports.InMemory` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.21.2...0.22.0)

---
updated-dependencies:
- dependency-name: Tingle.EventBus.Transports.Azure.QueueStorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: event-bus
- dependency-name: Tingle.EventBus.Transports.Azure.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: event-bus
- dependency-name: Tingle.EventBus.Transports.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: event-bus
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/event-bus-4a8e38719b branch from 28493be to 35710d2 Compare June 10, 2024 02:48
@mburumaxwell mburumaxwell merged commit e2a8231 into main Jun 10, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/event-bus-4a8e38719b branch June 10, 2024 02:55
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant