chore(deps): update arcus.messaging monorepo #949
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0->3.1.32.1.0->2.2.0Release Notes
arcus-azure/arcus.messaging (Arcus.Messaging.Health)
v3.1.3Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.ServiceBus:
PM > Install-Package Arcus.Messaging.ServiceBus --Version 3.1.3For a complete list of all Arcus.Messaging packages see the documentation.
What's new?
Fixes / Changes
Changes:
74f8fb2fix(issue.template): remove incorrect testing mentioning (#680)d22ab42fix(deps): correct package ranges for including .NET 10-supported dependencies (#681) [ #655 ]This list of changes was auto generated.
v3.1.2Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.ServiceBus:
PM > Install-Package Arcus.Messaging.ServiceBus --Version 3.1.2For a complete list of all Arcus.Messaging packages see the documentation.
What's new?
Fixes / Changes
Changes:
c32a678fix(serilog.correlation): use correct az service-bus property key in Serilog correlation tracking (#679)ac8f8c9chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /docs (#678) [ #470, #557, #332, #571, #576, #258, #290, #529, #570, #731 ]This list of changes was auto generated.
v3.1.1Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.ServiceBus:
PM > Install-Package Arcus.Messaging.ServiceBus --Version 3.1.1For a complete list of all Arcus.Messaging packages see the documentation.
What's new?
Fixes / Changes
Changes:
660f422fix(routing): post-skipped handler could alter final error (#677) [ #676 ]bc3fe37chore(release.notes): remove 'pumps' tag in release notes' code example (#675)This list of changes was auto generated.
v3.1.0Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.ServiceBus:
PM > Install-Package Arcus.Messaging.ServiceBus --Version 3.1.0For a complete list of all Arcus.Messaging packages see the documentation.
What's new?
Features
Changes:
42a19c9chore(deps): provide support for net10.0 throughout (#655) [ #634 ]16d4091docs(v3): publish v3 feature docs (#671)This list of changes was auto generated.
v3.0.0Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.ServiceBus:
PM > Install-Package Arcus.Messaging.ServiceBus --Version 3.0.0For a complete list of all Arcus.Messaging packages see the documentation.
See the v3 migration guide for a more detailed walkthrough to update to this version.
What's new?
Features
Fixes / Changes
Azure...noise (#548)MaxConcurrentCallstoMaxMessagesPerBatchin Azure Service Bus message pump options (#659)Breaking Changes
Deserializeinstead ofSerialize(#654)Removal
Changes:
a146a0dchore(az.sb): rename 'max concurrent calls' to 'max messages / batch' option (#673) [ #659 ]89d5b8bchore(gh): use github issue forms (#672)8f53877test(routing): add new in-depth unit tests for general message routing (#669)89088b6chore(v3): use arcus-specific diagnostic id for deprecation (#670)1b6ec06feat(msg.body): add new msg body deserializer instead of serializer interface (#667) [ #654 ]327ec5edocs(v3): mention telemetry client registration failure in v3 migratiation guide (#666) [ #664 ]2ac29b7chore(core): consolidate messaging abstractions in core package (#668) [ #661 ]b550c37chore(deps): use serilog w/ v4-5 package range (#665) [ #663 ]f033279docs(v3): final touches in v3 feature docs (#662)dfb11c7chore(package): consolidate az sb package intoArcus.Messaging.ServiceBus(#661)See More
9c0ee48chore(az.sb): provide new az msg handler interface w/o 'Azure...' (#653) [ #548 ]b8ad4dcdocs(az.sb): update docs w/ recent serilog correlation scope changes (#658) [ #644 ]da69e61chore(msg.router): remove unnecessary exception handling in messge router (#656) [ #456 ]4f0a992feat(az.sb): add startup hook for az sb message pump (#649) [ #504 ]83c4dc3feat(telemetry): add serilog az sb msg correlation scope (#644) [ #643, #464, #484 ]14499a9fix(az.sb.test): add missing queue w/ session teardown (#652)375c981fix(logging): correctly apply logging scopes in az sb messaging (#651) [ #648 ]609da1efeat(msg.routing): add message handler summary logging (#648) [ #647 ]d766c62docs(az.sb): Update Autocomplete documentation on Service Bus Arcus.Messaging (#650)9ad7954chore(test): remove unnecessary unit tests (#645)2efc400chore(test): remove unused integration test fixtures (#646)5eec680chore(observability): remove the arcus.observability hard-link in messaging (#643)908f111chore(az.sb): deprecate public message router types (#641)b87e126chore(az.sb): remove unnecessary topic subscription name sanitization (#642)8a10927feat(az.sb.session): add session support for az service-bus message pump (#635)f2d465bchore(az.sb): correct az sb msg handler options naming+aggregation (#631)33b6da6chore(messaging.abstractions): make messagecontext protected abstract (#638)918f569chore(messaging.abstractions): remove propertynames.operationparentid (#637)2ce2657chore(messaging.abstractions): remove propertynames.transactionid (#636)6778c2cchore(propertynames): remove property propertynames.contenttype (#633)7216e3dchore(correlation): remove (now) unused correlation options (#620)5fa52b8chore(test): remove (now) unnecessary custom logger provider (#632)d68ff95chore(az.sb): extract az service-bus message pump from general pump (#627)a1bfb00test(az.sb): reduce tech debt by focusing & simplifying az sb integration tests (#626)44def9achore(az.sb): remove mentioning of fallback message handlers in logs (#629)e9e96fachore(general): remove now unused add message handler member on collection (#628)b868d20chore(net8.0): use new argument checking constructs in az sb (#621)c507e03chore(az.sb): remove (now) unnecessary settings class for az sb receiver creation (#619)b4f325fchore(test): move sb worker test fixtures to core (#618)a82f2bbchore(deps): solely use .NET 8 in pipelines (#617)0bbe86achore(az.sb): remove (now) unnecessary invalid-op check in az service-bus msg ctx (#615)ca8ad69chore(az.sb): remove empty az service-bus core project (#614)1222004chore(testing): remove (now) unused test fixtures (#613)65038c9chore(az.sb): remove deprecated az service-bus message router registration (#611)a0f6dbechore(auto.complete): move az sb auto-complete func to message router (#610) [ #596 ]0fed6e8chore(deps): upgrade to xunit v3 (#612)17d33a6chore(general): remove general message pump registration (#609)738d1e2chore(general): remove remanining deprecated general msg (fallback) handlers (#608)1c0ffd1chore(az.sb): remove deprecated az service-bus message pump options (#600)3d073e5chore(az.sb): remove deprecated az service-bus message router constructors (#607)74788efchore(az.sb): remove deprecated az service-bus message builder (#606)1f0273cchore(az.sb): remove deprecated az service-bus core message extensions (#605)50fe709chore(general): remove deprecated general message router members (#604)01da814chore(general): remove deprecated general message pump members (#603)efbf1cbchore(correlation): remove deprecated message correlation accessor (#602)f728df9chore(general): remove deprecated general msg body and ctx handler registrations (#601)b9e4931chore(az.sb): remove deprecated az service-bus fallback message handler interface (#599)8560cbfchore(az.sb): remove remaining az service-bus abstractions extensions (#598)c2ae966chore(az.sb): remove deprecated fallback from az sb msg router (#593)48d8394chore(az.sb): remove deprecated az sb message body filter registration (#590)4de6bd0chore(az.sb): remove deprecated az sb message pump registrations (#591)3425ba5chore(general): remove deprecated general message router members (#595)9c7fc84chore(az.sb): remove deprecated hierarchical correlation usage in az sb msg pump (#594)e00fb24chore(general): remove deprecated az sb-unlinked message handler registrations (#592)9a0e819chore(az.sb): remove deprecated az sb message ctx filter registration (#589)84b0cfechore(az.sb): remove deprecated az sb message router overload (#588)d39e0b4chore(general): remove deprecated general message router registration (#587)f24e387chore(az.sb): remove az sb client add extensions (#586)a799443chore(az.sb): remove deprecated az sb ctx ctors (#575)4914038chore(general): remove unlinked deprecated generatel message handler extensions (#585)ca3be6dchore(az.sb): internalize az service-bus settings (#584)866d858chore(az.sb): remove restartable az service-bus message pump func (#583)89524f6chore(az.sb): remove unused/deprecated message context extensions (#582)fedc2e5chore(az.sb): remove unused/deprecated message extensions (#581)8fd6821chore(deps): use arcus testing v2 (#580)63068c6chore(general): remove deprecated general 'route message' with string (#576)dd0375fchore(az.sb): remove deprecated az sb handler class (#574)a22d0c8chore(az.sb): remove deprecated az sb fallback message handler registrations (#572)43e561fchore(pump): remove deprecated message pump lifetime functionality (#571)126c6b1chore(az.sb): remove deprecated az sb reflection extensions (#570)0545fb9chore(tcp.health): remove deprecated tcp health extensions (#569)b50985dchore(az.sb): remove deprecated az sb custom security (#568)c631bbbchore(az.sb): remove deprecated az sb sender extensions (#567)8b1d974chore(az.sb): remove deprecated az sb serializer extensions (#566)e0fcdcbchore(pipelines): reduce duplication by extracting tests as job templates (#565)4ef72f0chore(Arcus.Messaging.Pumps.Abstractions): remove MessagePump.RegisterInformation and support for dotnet6 & standard2.1 (#579)c7b080bchore(Arcus.Messaging.Health)!: remove dotnet6 and standard2.1 support (#577)f6ed687chore(.net): remove net6.0 & netstandard2.1 from message processing projects (#578)8ecefdddocs(v3): finalize migration guide for v2-v3 (#553)365068cdocs(v2.2): publish v2.2 feature docs (#573)This list of changes was auto generated.
New Contributors
Full Changelog: arcus-azure/arcus.messaging@v2.2.0...v3.0.0
v2.2.0Install the Arcus.Messaging packages that you need via NuGet, for instance Arcus.Messaging.Pumps.ServiceBus:
PM > Install-Package Arcus.Messaging.Pumps.ServiceBus --Version 2.2.0For a complete list of all Arcus.Messaging packages see the documentation.
What's new?
Features
TokenCredential/ServiceBusClient(#492)Fixes / Changes
Removal
Changes:
6bb9cc4docs(para.highlight): use docusaurus to highlight paragraphs (#563)db8ede1docs(code): add code highlights to feature docs (#564)d8c650dchore(health): use 'int' io 'string' for tcp health probe (#560)4cbd52adocs(lt.v1): remove versioned < v1.0 feature docs (#562)383de5fchore(ci): remove event-hubs key-vault secrets from ci (#561)745df3bfix(release): use customdotnet nuget pushfor NuGet release (#559)06d2da0chore(general): deprecate message pump lifetime restartable functionality (#557)c97c387docs(az.service-bus): restructure az service-bus messaging (#546)cf91325feat(sb): move service-bus operations to message-context (#551)1d329b1fix(docs): nuget badge on readme (#554)See More
2d8ef3dfeat(az.sb.telemetry): add telemetry options alternative in message pump options (#542)c1769b7fix(ci): use custom dotnt command for myget preview release (#549)78f9979docs(migration.v3.0): add new service-bus message pump registration to v3.0 migration guide (#545)97f7878feat(correlation): deprecate message correlation result in favor of message operation result (#541)aa24c66feat(az.sb.ctx): add fqn & entity type to az service-bus context (#539)4483851chore(correlation): deprecate general message correlation options (#543)a3e7411chore(message-router): deprecate az func-only az service-bus message-router registrations (#537)13d1b11chore(message-router): deprecate az func-only az service-bus message-router overloads (#538)d59441echore(observability): deprecate message correlation accessor (#526)18e4cfdchore(event-hubs): remove event-hubs test infrastructure (#522)ae8f6acchore(testing): remove unused message handling test fixtures (#525)3e63edachore(service-bus): deprecate unnecessary options functionality (#521)4e7010ddocs(service-bus): remove service-bus core feature docs (#532)62c89dachore(deps): use arcus.testing service-bus fixture (#524)7df4aa1chore(testing): remove unused key rotation test configuration (#528)2a6e1bachore(observability): deprecate hierarchical message correlation result constructor (#527)2a71161chore(deps): remove leftover & unused guard.net references (#529)34800fdchore(general): deprecate unnecessary general message pump information (#534)1b9289echore(observability): deprecate hierarchical content-type property name (#530)a8159a9chore(general): deprecate remaining message handler registrations (#518)9cc7645chore(general): deprecate general message pump registration (#519)ddccaf3chore(event-hubs): remove event-hubs abstractions from source control (#517)d730f25chore(telemetry): deprecate telemetry-specific correlation result constructor (#520)770ee38feat(service-bus): introduceTokenCredential/Func<IServiceProvider,ServiceBusClientalternative for message pump regisration (#506)748352cchore(event-hubs): exclude event-hubs abstractions from solution (#516)ef6b45echore(service-bus): deprecate custom type-not-found exception (#515)f6d6b23chore(testing): use built-in arcus.testing temp env var (#513)2422c5bchore(testing): remove unused polly dependency in tests (#514)8e2b97achore(docker): remove (now) unused test hosting types enums (#512)4930233chore(event-hubs): remove event-hubs test message handlers (#509)a7b7cd4chore(event-hubs): remove event-hubs core project (#508)ba4cc29chore(service-bus): deprecate key rotation timeout option (#511)9d0361achore(service-bus): deprecate automatic az service-bus topic subscriptions (#507)63ccc95chore(service-bus): deprecat emit security-events in service-bus (#510)41a66b8chore(style): add .editorconfig file proposal (#493)2f28876chore(deps): deprecate arcus.security references in service-bus projects (#471)44d32e0chore(cd): remove eventhubs-related resources from deploy-test-resources.yml (#501)e0f3b4dchore(remove): event-hubs pump project (#476)82923dcchore(serilog): deprecate serilog correlation enricher in abstractions (#491)abd9752chore(remove): leftover service-bus worker projects (#480)6ffa710chore(remove): leftover test contract project (#482)482ff4fchore(deps): use system.text.json instead of newtonsoft.json throughout (#472)f06a11achore(general): deprecate old general message context constructor (#503)461ad77chore(deps): remove guard.net references from the pumps abstractions project (#497)d5881d3chore(general): deprecate general fallback message handler (#500)d0cfafcchore(general): deprecate general message routing (#498)f3bf94cfeat(service-bus): register custom message handlers additions via options (#496)8f05cb0docs(general): remove general message handling from feature docs (#499)2d5c856chore(general): deprecate general message context message handler (#502)67b5f99chore(sb): deprecate received message application property extension (#494)2543013chore(sb): deprecate older rotate connection strings functionality (#495)8384980chore(remove): az func event-hubs project (#475)6877384chore(remove): az func service-bus project (#474)d5d0100chore(remove): leftover event-hubs docker projects (#477)f31e88achore(remove): leftover service-bus docker projects (#478)aa04418chore(remove): leftover docker compose project (#479)8ec0166chore(remove): leftover event-hubs docker worker project (#481)51e24d7chore(correlation): deprecate hierarchical message correlation format (#485)425788dchore(service-bus): deprecate service-bus encoding message-context extension (#490)8601c03chore(deps): use version ranges for messaging abstractions (#486)d7e10cdfix(service-bus): remove invalid flags attribute on topic subscription ([#483](httConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.