Releases: AdaptiveConsulting/Aeron.NET
Releases · AdaptiveConsulting/Aeron.NET
1.40.0
- Changes in line with Java 1.40.0 see here for details.
- Fix bugs #121, #119, #117
1.39.0
- Changes in line with Java 1.39.0 see here for details.
- Add ExpandableArrayBuffer.
1.38.1
- Changes in line with Java 1.38.1 see here for detail
1.37.0
- Changes in line with Java 1.37.0 see here for details.
1.21.2
- Changes in line with Java 1.21.2 see here for details.
1.15.0
- Changes in line with Java 1.15.0 see here for details.
- Notify client if the driver times them out so they can gracefully shutdown.
- Add checks to Archive client for use after close.
- Validate initialPosition when constructing a channel URI.
- Add support for vectored ingress & egress on the cluster.
- Added toString methods for Image, Subscription & Publication.
1.14.0
- Changes in line with Java 1.14.0 see here for details.
- Fix resource leak when closing Subscriptions.
- Fix clearing of
linger
and sparse
params in ChannelUriStringBuilder.
- Avoid using unmapped files during an interrupt close which can cause crashes.
1.13.0
- Changes in line with Java 1.13.0 see here for details.
- Support alias in URI parameters.
- Deprecate Subscription PollEndOfStreams as Images should be used directly.
- Refine parsing of tags to allocate less.
1.12.0
- Changes in line with Java 1.12.0 see here for details.
- Various changes to make the API more idiomatic C#
- Fixed build warnings (mostly documentation related).
Binaries can be found on NuGet:
1.11.3
- Changes in line with Java 1.11.3 see here
- Improved handling of thread interruptions
- Introduces some minor breaking changes to bring API more idiomatic in C#
- Fix error when repeatedly calling ShutdownSignalBarrier.Signal()