v1.8.13
Please read the Release notes 1.8.10 before upgrading
https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/releases/tag/v1.8.10
Enhancements
- Add TryQueryOffset API by @Gsantomaggio in #413
- Improve socket handling by @Gsantomaggio in #414
Socket handling in #414
-
Change the way to detect if the socket is connected with the primitive API
socket.Connected
instead of a local variable. With this change, the client reacts faster in case of disconnections. -
Use
StreamPipe*Options
to better adapt the socket configuration to the environment.
Full Changelog: v1.8.12...v1.8.13