Skip to content

Releases: AdaptiveConsulting/Aeron.NET

1.49.0

19 Oct 01:14

Choose a tag to compare

  • Changes in line with Java 1.49.0 see here for details.

1.48.0

18 Oct 21:16

Choose a tag to compare

  • Changes in line with Java 1.48.0 see here for details.

1.40.0

17 Jan 13:15

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

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

Choose a tag to compare

  • Changes in line with Java 1.38.1 see here for detail

1.37.0

25 Jan 00:46

Choose a tag to compare

  • Changes in line with Java 1.37.0 see here for details.

1.21.2

26 Sep 22:14

Choose a tag to compare

  • Changes in line with Java 1.21.2 see here for details.

1.15.0

21 Jan 23:31

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

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

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.