Releases: BEagle1984/silverback
Releases · BEagle1984/silverback
v1.0.4
- It is finally safe to consume and produce the same type of messages from within the same process
See docs for details.
v1.0.3
- Kafka message key is not hashed anymore to avoid possible collisions and simplify debugging
PartitioningKeyMemberAttribute
has been deprecated in favor of KafkaKeyMemberAttribute
, since the message key isn't used just for partitioning
See docs for details.
v1.0.2
- Reintroduced
Add*Subscriber
and Add*Behavior
as IServiceCollection
extension methods (for backward compatibility and greater flexibility) [#41]
- Added
WithInMemoryBroker
and OverrideWithInMemoryBroker
extension methods
See docs for details.
v1.0.0
The first stable release, see docs for details.