Releases: zarusz/SlimMessageBus
Releases · zarusz/SlimMessageBus
2.7.0
Features
- [Host.RabbitMq] Improve consumer concurrency #352
2.6.1
Features:
- [Host.AzureServiceBus] Pass ServiceProvider as arg to client factory #344 by @EtherZa
2.6.0
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
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
Fixes:
- [Host.Outbox] Execute permission is required for Outbox #297
2.5.1
Features:
- [Host.Memory] Ability to use headers in Memory provider without enabling message serialization #296
2.5.0
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
Features:
Fixes:
- [Host.Outbox.Sql] Abort publishing of unknown message types #285 by @EtherZa
2.4.2
Fixes:
- Downgrade Kafka client version from 2.4.0 to 2.3.0 #281
- Correct typos in documentation #280
2.4.1
Fixes:
- [Host.Outbox] Return gracefully from OutboxLockRenewalTimer on token cancellation. See #279.