Skip to content

Releases: BEagle1984/silverback

v1.0.4

08 May 08:04
Compare
Choose a tag to compare
  • 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

08 May 08:05
Compare
Choose a tag to compare
  • 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

08 May 08:05
Compare
Choose a tag to compare
  • 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

08 May 08:03
Compare
Choose a tag to compare

The first stable release, see docs for details.

v0.10.0

08 May 08:03
293ea5c
Compare
Choose a tag to compare

See docs for details.