Skip to content

0.162

Latest
Compare
Choose a tag to compare
@vyazelenko vyazelenko released this 20 Jan 09:27
· 2 commits to master since this release

Breaking changes

  • [Java] Agrona upgrade contains breaking changes. See Agrona 2.0.0 release notes.

    Note: --add-opens java.base/jdk.internal.misc=ALL-UNNAMED JVM option is now required run Artio. In addition to --add-opens java.base/java.util.zip=ALL-UNNAMED and --add-opens java.base/sun.nio.ch=ALL-UNNAMED.

Changelog

  • [Java] When using CatchupReplayer to replay inbound archive messages, skip messages with CATCHUP_REPLAY MessageStatus. #529
  • [Java] Add timeout to ResetSequenceNumberCommand.
  • [Java] Upgrade to Aeron 1.47.0.
  • [Java] Upgrade to Agrona 2.0.1.
  • [Java] Upgrade to SBE 1.34.1.