Skip to content

Releases: zarusz/SlimMessageBus

2.6.1

17 Nov 19:43
Compare
Choose a tag to compare

Features:

  • [Host.AzureServiceBus] Pass ServiceProvider as arg to client factory #344 by @EtherZa

2.6.0

09 Nov 17:39
Compare
Choose a tag to compare

Features

  • [Host.Kafka] Support for High-Throughput Publishing to Kafka #332
  • Update libs #330
  • [DevOps] Ensure build and integration tests can run in parallel #321
  • Sonar tweaks #317
  • Fix sonar warnings #307 by @dundich

Fixes

  • [Host.Kafka] Fix lag of the last message in partition #131 #327

2.5.3

18 Sep 20:26
Compare
Choose a tag to compare

Enhancements:

  • Upgrade libs #308
  • Update ReflectionUtils.cs #304 by @dundich
  • [Host.Kafka] Clarify Kafka docs & transport-specific error handler interface #300
  • [DevOps] Improve how test results are collected and presented #306

Fixes:

  • [Host.Kafka] Fix and improve commit logic #301

2.5.2

04 Sep 20:33
Compare
Choose a tag to compare

Fixes:

  • [Host.Outbox] Execute permission is required for Outbox #297

2.5.1

22 Aug 22:35
Compare
Choose a tag to compare

Features:

  • [Host.Memory] Ability to use headers in Memory provider without enabling message serialization #296

2.5.0

11 Aug 21:15
Compare
Choose a tag to compare

Features

  • [Host.Outbox] Ability to filter UseSqlTransaction and UseOutbox by message type #291
  • [Host.AspNetCore] Replacement for Microsoft.AspNetCore.Http.Abstractions #292
  • [Host] Introduce IMessageScopeAccessor to wrap the MessageScope #293. See docs.

2.4.3

04 Aug 14:00
Compare
Choose a tag to compare

Features:

Fixes:

  • [Host.Outbox.Sql] Abort publishing of unknown message types #285 by @EtherZa

2.4.2

30 Jul 16:46
Compare
Choose a tag to compare

Fixes:

  • Downgrade Kafka client version from 2.4.0 to 2.3.0 #281
  • Correct typos in documentation #280

2.4.1

08 Jul 21:15
Compare
Choose a tag to compare

Fixes:

  • [Host.Outbox] Return gracefully from OutboxLockRenewalTimer on token cancellation. See #279.

2.4.0

02 Jul 19:38
Compare
Choose a tag to compare

Features:

  • SoureLink support which allows to step into SMB codebase while debugging. See #264 and docs.
  • [Integration testing] Containers for local development. See #262 and docs.
  • [Host.Outbox] SQL outbox performance improvements (batching + optimized queries). See #261.
  • [Host.Outbox] Notify the outbox service that a message is available for publishing. See #275.
  • Update libraries to the latest. See #268.

Fixes:

  • [Host.Outbox] Outbox table was not provisioned (or migrated) before the start Publish/Send and only during consumer start. See #263.

Special thanks 🥇