tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
180 stars 59 forks source link

Bump the event-bus group with 2 updates #1156

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

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

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: https://github.com/tinglesoftware/eventbus/compare/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: https://github.com/tinglesoftware/eventbus/compare/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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions