Skip to content

Releases: AdaptiveConsulting/Aeron.NET

1.40.0

17 Jan 13:15
Compare
Choose a tag to compare
  • Changes in line with Java 1.40.0 see here for details.
  • Fix bugs #121, #119, #117

1.39.0

07 Aug 23:12
Compare
Choose a tag to compare
  • Changes in line with Java 1.39.0 see here for details.
  • Add ExpandableArrayBuffer.

1.38.1

07 Aug 23:11
Compare
Choose a tag to compare
  • Changes in line with Java 1.38.1 see here for detail

1.37.0

25 Jan 00:46
Compare
Choose a tag to compare
  • Changes in line with Java 1.37.0 see here for details.

1.21.2

26 Sep 22:14
Compare
Choose a tag to compare
  • Changes in line with Java 1.21.2 see here for details.

1.15.0

21 Jan 23:31
Compare
Choose a tag to compare
  • 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

08 Jan 21:04
Compare
Choose a tag to compare
  • 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

18 Dec 18:10
Compare
Choose a tag to compare
  • 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

30 Nov 23:12
Compare
Choose a tag to compare
  • 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

07 Nov 10:08
Compare
Choose a tag to compare
  • 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()