Releases: rabbitmq/rabbitmq-stream-dotnet-client
Releases · rabbitmq/rabbitmq-stream-dotnet-client
v1.0.0-beta.5
The client is distributed via NuGet.
Enhancements:
- Consumer start from stored offset by @simone-fariselli in #84
- Various refactorings by @lukebakken in #91
- Handle metadata in #93
- Expose query sequence in #95
- Change the amqp 1.0 test in #100
- Improve QueryOffset and QuerySequence by @simone-fariselli in #99
- Change the way to decide when the client socket is open in #98
- Use official RMQ image in #101
Bug Fix:
New Contributors
- @simone-fariselli made their first contribution in #84
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
The client is distributed via NuGet.
Enhancements:
- Update all projects to net6.0 #76
- Hide the TCP client #65
- Expose query_offest #68
- Port useful things from RabbitMQ .NET Client project #70
- Handle offset not found #73
- #35 Set TCP connection name by @0UserName in #66
- Format code using "dotnet format" #78
- #74 Console.WriteLine has been replaced with EventSource by @0UserName in #79
- Implement lz4 codec example #80
Backward compatibility:
- Update all projects to net6.0 #76
New Contributors
- @0UserName made their first contribution in #66
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