Skip to content

Releases: BrighterCommand/Brighter

9.9.5

04 Sep 13:21
70137f7
Compare
Choose a tag to compare

What's Changed

  • Implement a sparse outstanding index for the dynamo db outbox [v9] by @dhickie in #3295

NOTE: This is a breaking change for existing DynamoDb outbox users. See the PR for details

Full Changelog: 9.9.4...9.9.5

9.9.4

28 Aug 16:09
b65112a
Compare
Choose a tag to compare

What's Changed

  • bug: Support async sns/sqs message publishing v9 by @jtsalva in #3269
  • feature: Backport #3270 by @jtsalva in #3272
  • Implement a CombinedProducerRegistryFactory for using multiple message transports [v9] by @dhickie in #3273

Full Changelog: 9.9.3...9.9.4

9.9.3

27 Aug 13:33
042c96d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.9.2...9.9.3

9.9.2

13 Aug 13:52
02cbf36
Compare
Choose a tag to compare

What's Changed

  • Only configure publisher confirmation callbacks once [v9] by @dhickie in #3256

Full Changelog: 9.9.1...9.9.2

9.9.1 🌈

07 Aug 15:45
3430d02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.9.0...9.9.1

9.9.0

29 Jul 06:31
bcf4a56
Compare
Choose a tag to compare

What's Changed

  • Initial suggestion for Global locking for Timed Services for v9 by @preardon in #3093
  • Add ASB Queue functionality to Brighter v9 by @preardon in #3174
  • Backport support for outstanding and dispatched messages across all topics to v9 by @dhickie in #3183
  • Ensure that we dont recreate Service Bus clients on every get by @preardon in #3195
  • Backport customisable AWS SDK clients to v9 by @dhickie in #3184
  • Update distributed lock - Brighter v9 by @preardon in #3203
  • Backport Dynamo DB distributed locking provider to v9 by @dhickie in #3217

Full Changelog: 9.8.0...9.9.0

9.8.0 🌈

17 May 08:53
Compare
Choose a tag to compare

Changes

  • Distributed Locking for Global locking for Timed Services @preardon (#3092)
  • Add delete code to DynamoDbOutbox.cs, fix parameter order of CancellationToken (#3074) @iancooper
  • Register the IAmAnOutbox interface which is used by the archiver (#3075) @iancooper
  • Add support for merging Producer Registries if you have two types of Producer (#3073) (Merge extension method) @iancooper

9.7.8

21 Apr 11:43
Compare
Choose a tag to compare

Full Changelog: 9.7.7...9.7.8

  • Revoke Partitions generating errors, when doing unneeded work @iancooper (#3063)

9.7.7

16 Apr 19:43
Compare
Choose a tag to compare

Bug Fixes for Kafka

  • Remove a spurious call to StoreOffset in the Kafka Consumer (not needed as manual commit)
  • Remove support for Co-Operative Sticky balancing. This is not compatible with manual commits (see confluentinc/confluent-kafka-dotnet#2206)

10.0.0-preview.3

20 Mar 17:11
Compare
Choose a tag to compare
10.0.0-preview.3 Pre-release
Pre-release

Changes

🚀 Features

🐛 Bug Fixes

🛠️ Dependencies