Skip to content

Tags: SWojtyla/arcus.messaging

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: remove app insights connection in integration tests (arcus-azur…

…e#167)

* test: remove app insights connection in integration tests

* pr-fix: remove the app insights app settings

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix - include correlation information when tracking exceptions (arcus…

…-azure#133)

* Fix - include correlation information when tracking exceptions

* pr-test: add integration test to verify if the unhandled exception includes tracking correlation information

* pr-fix:use API key to connect to application insights

* pr-sug: assert on operation ID in application insights specific operation ID

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature - add completion message to specific Azure Service Bus influe…

…nce message handler (arcus-azure#129)

* Feature - add completion message to specific Azure Service Bus influence message handler

* pr-fix: remaining changes

v0.5.0-preview-1

Toggle v0.5.0-preview-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Provide capability to specify custom transaction id user property to …

…get correlation info (arcus-azure#126)

* Provide capability to specify custom transaction id user property to get correlation info

Signed-off-by: Tom Kerkhove <[email protected]>

* Code comments

Signed-off-by: Tom Kerkhove <[email protected]>

* Provide more tests

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature - provide specific Azure Service Bus message operations durin…

…g message handling (arcus-azure#119)

* Feature - provide specific Azure Service Bus message operations during message handling

* pr-sug: add single not-matching message handler to the message pump

* pr-sug: add sending of the order message

* pr-sug: don't autocomplete in dead letter scenario

* pr-sug: extra logging + more strict build pipelines

* pr-sug: use public service type

* pr-fix: use correct dead letter queue

* pr-add: integration test with abandoning the message

* pr-fix: use correct logger property

* pr-add: integration test for abandoning mesasges

* pr-docs: update docs with influence features

* pr-test: update with finishing touches on the comments and clarity

* pr-fix: not autocomplete on abandon

* pr-fix: update with static delivery count

* Update docs/preview/features/message-pumps/service-bus.md

Co-authored-by: Tom Kerkhove <[email protected]>

* Update docs/preview/features/message-pumps/service-bus.md

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/AzureServiceBusMessagePump.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/AzureServiceBusMessagePump.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/MessageHandling/AzureServiceBusFallbackMessageHandler.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/MessageHandling/AzureServiceBusFallbackMessageHandler.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/MessageHandling/AzureServiceBusFallbackMessageHandler.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/MessageHandling/AzureServiceBusFallbackMessageHandler.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* Update src/Arcus.Messaging.Pumps.ServiceBus/MessageHandling/AzureServiceBusFallbackMessageHandler.cs

Co-authored-by: Tom Kerkhove <[email protected]>

* pr-sug: add xml docs for 'Service' prop

* pr-sug: update logs with extra information and lower cases

Co-authored-by: Tom Kerkhove <[email protected]>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix - rethrow when message handling failed (arcus-azure#116)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix metadata in projectfiles (arcus-azure#113)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature - provide Azure Service Bus key rotation as a service (arcus-…

…azure#105)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs - describe customization in message pump (arcus-azure#83)

* Docs - describe customization in message pump

* pr-sug: update index page

* pr-sug: update index page

* pr-sug: add back arrows to doc pages

v0.1.0-preview-3

Toggle v0.1.0-preview-3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature - more stable implementation type retrieval (arcus-azure#81)