Releases: zarusz/SlimMessageBus
Releases · zarusz/SlimMessageBus
Host.AzureServiceBus-1.0.4
- Update to latest Microsoft.Azure.ServiceBus 4.1.1 client.
- Updated internal libraries.
Host.AzureEventHub-1.3.3
- Introduced consumer settings for
CheckpointAfter
andCheckpointEvery
. - Updated internal libraries.
Host.Redis-1.0.0
Stable release of Redis transport provider.
Host.Unity.1.3.0
- Upgraded to
Unity
5.9.4 - Changes that reflect fluent configuration refactoring done on the
SlimMessageBus.Host
Host.Serialization.Json.1.3.0
- Added ability to pass the
JsonSerializerSettings
andEncoding
to better control how messages are serialized. - Changes that reflect fluent configuration refactoring done on the
SlimMessageBus.Host
Host.Kafka.1.3.0
- Upgraded to
Confluent.Kafka
0.11.6 - Changes that reflect fluent configuration refactoring done on the
SlimMessageBus.Host
Host.AzureServiceBus.1.0.0
- Introducing the Azure Service Bus transport provider
- Better documentation was provided to describe the common bus configuration aspects and provider specific ones.
Host.Autofac.1.3.0
- Upgraded to
Autofac
4.9.0 - Changes that reflect fluent configuration refactoring done on the
SlimMessageBus.Host
Host.AspNetCore.1.3.0
- This extension depends on less ASP.NET Core assemblies.
- Changes that reflect fluent configuration refactoring done on the
SlimMessageBus.Host
Host.AspNetCore 1.2.1
- Improved the AspNetCore plugin for cases where the MessageBus is a singleton hosted inside ASP.NET Core