Skip to content

chore(deps): update arcus.messaging monorepo#949

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate-arcus.messaging-monorepo
Open

chore(deps): update arcus.messaging monorepo#949
renovate[bot] wants to merge 1 commit intomainfrom
renovate-arcus.messaging-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 22, 2025

This PR contains the following updates:

Package Change Age Confidence
Arcus.Messaging.Abstractions.ServiceBus (source) 2.1.02.2.0 age confidence
Arcus.Messaging.Health (source) 2.1.03.1.3 age confidence
Arcus.Messaging.Pumps.ServiceBus (source) 2.1.02.2.0 age confidence

Release Notes

arcus-azure/arcus.messaging (Arcus.Messaging.Abstractions.ServiceBus)

v2.2.0

Install 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.0

For a complete list of all Arcus.Messaging packages see the documentation.

What's new?
Features
  • Provide the capability to run Azure Service Bus operations (Abandon/DeadLetter/Complete) via message context (#​547)
  • Provide the capability to register an Azure Service Bus with custom TokenCredential/ServiceBusClient (#​492)
Fixes / Changes
  • Enhance TCP health probes with direct TCP port assignment (#​558)
  • Deprecates general message handling (#​470)
  • Deprecates general fallback message handling (#​470)
  • Deprecates message pump lifetime/restartable (#​470)
  • Deprecates connection-specific overloads for Azure Service Bus message pump (#​492)
  • Deprecates Azure Service Bus message handler option-specific overloads (#​196)
  • Deprecates automatic Azure Service Bus topic subscription creation (#​216)
  • Deprecates old Hierarchical correlation format (#​470)
Removal
  • Removes EventHubs support (#​470)
Changes:
  • 6bb9cc4 docs(para.highlight): use docusaurus to highlight paragraphs (#​563)
  • db8ede1 docs(code): add code highlights to feature docs (#​564)
  • d8c650d chore(health): use 'int' io 'string' for tcp health probe (#​560)
  • 4cbd52a docs(lt.v1): remove versioned < v1.0 feature docs (#​562)
  • 383de5f chore(ci): remove event-hubs key-vault secrets from ci (#​561)
  • 745df3b fix(release): use custom dotnet nuget push for NuGet release (#​559)
  • 06d2da0 chore(general): deprecate message pump lifetime restartable functionality (#​557)
  • c97c387 docs(az.service-bus): restructure az service-bus messaging (#​546)
  • cf91325 feat(sb): move service-bus operations to message-context (#​551)
  • 1d329b1 fix(docs): nuget badge on readme (#​554)
See More
  • 2d8ef3d feat(az.sb.telemetry): add telemetry options alternative in message pump options (#​542)
  • c1769b7 fix(ci): use custom dotnt command for myget preview release (#​549)
  • 78f9979 docs(migration.v3.0): add new service-bus message pump registration to v3.0 migration guide (#​545)
  • 97f7878 feat(correlation): deprecate message correlation result in favor of message operation result (#​541)
  • aa24c66 feat(az.sb.ctx): add fqn & entity type to az service-bus context (#​539)
  • 4483851 chore(correlation): deprecate general message correlation options (#​543)
  • a3e7411 chore(message-router): deprecate az func-only az service-bus message-router registrations (#​537)
  • 13d1b11 chore(message-router): deprecate az func-only az service-bus message-router overloads (#​538)
  • d59441e chore(observability): deprecate message correlation accessor (#​526)
  • 18e4cfd chore(event-hubs): remove event-hubs test infrastructure (#​522)
  • ae8f6ac chore(testing): remove unused message handling test fixtures (#​525)
  • 3e63eda chore(service-bus): deprecate unnecessary options functionality (#​521)
  • 4e7010d docs(service-bus): remove service-bus core feature docs (#​532)
  • 62c89da chore(deps): use arcus.testing service-bus fixture (#​524)
  • 7df4aa1 chore(testing): remove unused key rotation test configuration (#​528)
  • 2a6e1ba chore(observability): deprecate hierarchical message correlation result constructor (#​527)
  • 2a71161 chore(deps): remove leftover & unused guard.net references (#​529)
  • 34800fd chore(general): deprecate unnecessary general message pump information (#​534)
  • 1b9289e chore(observability): deprecate hierarchical content-type property name (#​530)
  • a8159a9 chore(general): deprecate remaining message handler registrations (#​518)
  • 9cc7645 chore(general): deprecate general message pump registration (#​519)
  • ddccaf3 chore(event-hubs): remove event-hubs abstractions from source control (#​517)
  • d730f25 chore(telemetry): deprecate telemetry-specific correlation result constructor (#​520)
  • 770ee38 feat(service-bus): introduce TokenCredential/Func<IServiceProvider,ServiceBusClient alternative for message pump regisration (#​506)
  • 748352c chore(event-hubs): exclude event-hubs abstractions from solution (#​516)
  • ef6b45e chore(service-bus): deprecate custom type-not-found exception (#​515)
  • f6d6b23 chore(testing): use built-in arcus.testing temp env var (#​513)
  • 2422c5b chore(testing): remove unused polly dependency in tests (#​514)
  • 8e2b97a chore(docker): remove (now) unused test hosting types enums (#​512)
  • 4930233 chore(event-hubs): remove event-hubs test message handlers (#​509)
  • a7b7cd4 chore(event-hubs): remove event-hubs core project (#​508)
  • ba4cc29 chore(service-bus): deprecate key rotation timeout option (#​511)
  • 9d0361a chore(service-bus): deprecate automatic az service-bus topic subscriptions (#​507)
  • 63ccc95 chore(service-bus): deprecat emit security-events in service-bus (#​510)
  • 41a66b8 chore(style): add .editorconfig file proposal (#​493)
  • 2f28876 chore(deps): deprecate arcus.security references in service-bus projects (#​471)
  • 44d32e0 chore(cd): remove eventhubs-related resources from deploy-test-resources.yml (#​501)
  • e0f3b4d chore(remove): event-hubs pump project (#​476)
  • 82923dc chore(serilog): deprecate serilog correlation enricher in abstractions (#​491)
  • abd9752 chore(remove): leftover service-bus worker projects (#​480)
  • 6ffa710 chore(remove): leftover test contract project (#​482)
  • 482ff4f chore(deps): use system.text.json instead of newtonsoft.json throughout (#​472)
  • f06a11a chore(general): deprecate old general message context constructor (#​503)
  • 461ad77 chore(deps): remove guard.net references from the pumps abstractions project (#​497)
  • d5881d3 chore(general): deprecate general fallback message handler (#​500)
  • d0cfafc chore(general): deprecate general message routing (#​498)
  • f3bf94c feat(service-bus): register custom message handlers additions via options (#​496)
  • 8f05cb0 docs(general): remove general message handling from feature docs (#​499)
  • 2d5c856 chore(general): deprecate general message context message handler (#​502)
  • 67b5f99 chore(sb): deprecate received message application property extension (#​494)
  • 2543013 chore(sb): deprecate older rotate connection strings functionality (#​495)
  • 8384980 chore(remove): az func event-hubs project (#​475)
  • 6877384 chore(remove): az func service-bus project (#​474)
  • d5d0100 chore(remove): leftover event-hubs docker projects (#​477)
  • f31e88a chore(remove): leftover service-bus docker projects (#​478)
  • aa04418 chore(remove): leftover docker compose project (#​479)
  • 8ec0166 chore(remove): leftover event-hubs docker worker project (#​481)
  • 51e24d7 chore(correlation): deprecate hierarchical message correlation format (#​485)
  • 425788d chore(service-bus): deprecate service-bus encoding message-context extension (#​490)
  • 8601c03 chore(deps): use version ranges for messaging abstractions (#​486)
  • d7e10cd fix(service-bus): remove invalid flags attribute on topic subscription (#​483)
  • dd5df9a fix(warnings): in unit test project (#​487)
  • 3c82534 docs(publish): v2.1 feature docs (#​488)

This list of changes was auto generated.


Configuration

📅 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.

@renovate renovate bot requested review from fgheysels and stijnmoreels as code owners May 22, 2025 13:25
@renovate renovate bot added the dependencies All issues related to managing dependencies label May 22, 2025
@netlify
Copy link

netlify bot commented May 22, 2025

Deploy Preview for arcus-templates canceled.

Name Link
🔨 Latest commit 1d1e41b
🔍 Latest deploy log https://app.netlify.com/projects/arcus-templates/deploys/696a50a888be7b00086bb6fa

@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch from 348c12e to db7f676 Compare August 20, 2025 12:55
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch 2 times, most recently from 53b0143 to 9c0114c Compare October 3, 2025 20:46
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch from 9c0114c to dbb47de Compare November 5, 2025 05:50
@renovate renovate bot changed the title chore(deps): update arcus.messaging monorepo to 2.2.0 chore(deps): update arcus.messaging monorepo Nov 5, 2025
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch from dbb47de to 7e613a5 Compare November 5, 2025 12:33
@renovate renovate bot changed the title chore(deps): update arcus.messaging monorepo chore(deps): update dependency arcus.messaging.health to v3 Nov 5, 2025
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch from 7e613a5 to fc96f7d Compare November 13, 2025 07:38
@renovate renovate bot changed the title chore(deps): update dependency arcus.messaging.health to v3 chore(deps): update arcus.messaging monorepo Nov 13, 2025
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch 2 times, most recently from 1eb9607 to 4d05a13 Compare November 21, 2025 14:40
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch from 4d05a13 to 55b0788 Compare December 23, 2025 09:03
@renovate renovate bot force-pushed the renovate-arcus.messaging-monorepo branch from 55b0788 to 1d1e41b Compare January 16, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies All issues related to managing dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants