Skip to content

Tags: BrighterCommand/Brighter

Tags

9.9.8

chore: build net9 on the branch

10.0.0-preview.4

chore: update packages

9.9.7

chore: update packages; fix breakages

9.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow the Outbox Sweeper to wait for clearing so that the lock can wo…

…rk (#3334)

Task #3321

9.9.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement a sparse outstanding index for the dynamo db outbox [v9] (#…

…3295)

* Implement a sparse outstanding index for the dynamo db outbox

* Replace existing dynamodb outbox with new implementation

* Add tests covering removal of dispatched messages from the outstanding index

* Remove unused query key expression

* Remove launch settings

9.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement a CombinedProducerRegistryFactory for using multiple messag…

…e transports [v9] (#3273)

* Start of message producer factory implementations

* Finish message producer factory implementations

* Add in memory message producer factory & test

* Fix backporting issues

* Fix unimplemented dispose method

9.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add MsSql Locking Provider (#3283)

Feature #3175

9.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only configure publisher confirmation callbacks once during external …

…bus initialisation (#3256)

9.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure that SendAsync does not end a Span it didn't created (#3243)

9.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport Dynamo DB distributed locking provider to v9 (#3217)

* Add DynamoDB distributed lock implementation

* Keeping visual studio happy

* Add logging to locking provider

(cherry picked from commit cd30ac9)

* Add extension method for registering the dynamo DB locking provider