Releases: rabbitmq/rabbitmq-stream-dotnet-client
Releases · rabbitmq/rabbitmq-stream-dotnet-client
v1.0.0-beta.2
First official beta
The client is distributed via NuGet.
v1.0.0-alpha10
Enhancements:
- Implement part of AMQP 1.0 message.
- Make the stream-creation compatible with Go and Java clients.
Breaking changes:
- The AMQP 1.0 implementation could introduce some breaking changes. We changed the Messages attributes from
struct
toclass
.
Bugfix:
Minor fixes