Skip to content

Releases: zarusz/SlimMessageBus

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 🥇

2.4.0-rc10

01 Jul 15:18
Compare
Choose a tag to compare
2.4.0-rc10 Pre-release
Pre-release

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 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 start Publish/Send and only during consumer start. See #263.

Special thanks 🥇

2.4.0-rc9

27 Jun 10:05
Compare
Choose a tag to compare
2.4.0-rc9 Pre-release
Pre-release

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 | Host.Outbox | Host.Outbox.Sql] #260 - SQL outbox performance improvements (batching + optimized queries). See #261.
  • Update libraries to the latest. See #268.

Fixes:

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

Special thanks 🥇

2.4.0-rc8

23 Jun 15:47
Compare
Choose a tag to compare
2.4.0-rc8 Pre-release
Pre-release

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 | Host.Outbox | Host.Outbox.Sql] #260 - SQL outbox performance improvements (batching + optimized queries). See #261.
  • Update libraries to the latest. See #268.

Fixes:

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

Special thanks 🥇

2.4.0-rc7

22 Jun 14:12
Compare
Choose a tag to compare
2.4.0-rc7 Pre-release
Pre-release

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 | Host.Outbox | Host.Outbox.Sql] #260 - SQL outbox performance improvements (batching + optimized queries). See #261.
  • Update libraries to the latest. See #268.

Fixes:

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

Special thanks 🥇

2.4.0-rc6

17 Jun 21:15
Compare
Choose a tag to compare
2.4.0-rc6 Pre-release
Pre-release

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.

Fixes:

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

Special thanks 🥇

2.4.0-rc5

16 Jun 15:29
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.

Fixes:

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

Special thanks 🥇

3.0.0-rc1

02 Jun 21:31
Compare
Choose a tag to compare

Features

  • [Core] Incorporate CancellationToken and IConsumerContext to the Consumer interfaces (#246)

2.3.5

02 Jun 21:16
Compare
Choose a tag to compare

Fixes:

  • [Host] MessageProcessor never disposes of object returned by IMessageSerializer.Deserialize (#256)

Special thanks 🥇

2.3.4

28 Apr 12:45
Compare
Choose a tag to compare

Fixes:

  • [Host.AzureServiceBus] $Default rule is not added to subscription #254