Skip to content

Releases: BrighterCommand/Brighter

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

10.0.0-preview.2

19 Feb 17:56
Compare
Choose a tag to compare
10.0.0-preview.2 Pre-release
Pre-release

Changes

🚀 Features

🐛 Bug Fixes

9.7.5 🌈

15 Nov 10:10
75ea83b
Compare
Choose a tag to compare

Changes

🚀 Features

10.0.0-preview.1

06 Nov 08:34
195b761
Compare
Choose a tag to compare
10.0.0-preview.1 Pre-release
Pre-release

Changes

V10 will contain interface changes to our hostbuilder support, outboxes, message mapper pipelines, and removal of obsolete methods

🚀 Features

This first preview is centered on support for binary payloads

🐛 Bug Fixes

🛠️ Dependencies

9.7.4

22 Oct 15:51
a574fec
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🛠️ Dependencies

  • Updated dependencies

9.7.3 🌈

11 Oct 17:53
Compare
Choose a tag to compare

Changes

🚀 Features

9.7.2

08 Oct 16:44
9cc5cbc
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • [Bug] Ensured flush token is released if offset commit fails. @lsphillips (#2860)