Skip to content

Releases: BrighterCommand/Brighter

9.3.3

07 Nov 18:42
30b89e9
Compare
Choose a tag to compare

Changes

  • Use Overwrite table name for outbox for DynamoDB. @Thijmen (#2348)

9.3.2

25 Oct 17:56
5e5aa60
Compare
Choose a tag to compare

9.3.1

22 Oct 20:28
Compare
Choose a tag to compare
  • Bug with DynamoDb Outbox and the Outbox Sweeper fixed. The Sweeper required a topic argument supplied by a dictionary of args
    • Required adding a Dictionary<string, object> to various interfaces, which defaults to null, hence the minor version bump as these interfaces have new capabiities
  • Internal change to move outstanding message box to a semaphore slim over a mutex as thread-safe. Not strictly neededm, but follows our policy of moving to semaphore slim
  • Changes to the DynamoDb Outbox implementation as Outstanding Message check was not behaving as expected
  • The interfaces around Outbox configuration will likely change in v10 to avoid current split and need to configure on both publication and outbox

#2332

Full Changelog: 9.2.4...9.3.0

9.2.4 🌈

16 Oct 18:37
db8e6b1
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

9.2.3 🌈

11 Oct 21:14
9af1304
Compare
Choose a tag to compare

Changes

  • Make Async tets a little more resilliant @preardon (#2312)
  • Plumb in Bulk Deposit into IAmAmACommandHandler

9.2.2 🌈

10 Oct 20:08
54daf03
Compare
Choose a tag to compare

Changes

  • Update Bulk Deposit to IEnumerable instead of Array @preardon (#2310)

9.2.1 🚀

06 Oct 07:04
e5e5b3b
Compare
Choose a tag to compare

Changes

  • Examples should show Darker attributes too @iancooper (#2300)
  • [Snyk] Security upgrade rabbitmq from management to 3-management @snyk-bot (#2254)

🚀 Features

9.1.20

29 Sep 13:10
6329189
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Kafka threading issue meant offsets not being committed. @iancooper (#2294)

9.1.19

02 Sep 13:07
Compare
Choose a tag to compare

What's Changed

  • fix(Logging): Assign ILoggerFactory early as possible in case something uses it by @holytshirt in #2252

Full Changelog: 9.1.18...9.1.19

9.1.18

17 Aug 10:01
Compare
Choose a tag to compare

Note:

With this release we update our Kafka transport dependency on Confluent's .NET library to 1.9.2 (which in turn uses librdkafka 1.9.2). That means that you can use the Kafka transport on an M1 Mac without issue.