Releases: rabbitmq/rabbitmq-stream-dotnet-client
Releases · rabbitmq/rabbitmq-stream-dotnet-client
v1.0.0-beta.3
The client is distributed via NuGet.
Enhancements:
Breaking changes:
Hide the TCP client can introduce some breaking changes if you use the Produce.Client
directly.
The following client methods are available producer side:
- public int MessagesSent
- public int ConfirmFrames
- public int IncomingFrames
- public int PublishCommandsSent
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