All Versions
17
Latest Version
Avg Release Cycle
60 days
Latest Release
1253 days ago

Changelog History
Page 2

  • v5.7.1 Changes

    May 27, 2019

    ๐Ÿ”„ Changes between 5.7.0 and 5.7.1

    ๐Ÿš€ This is a patch release with a bug fix and an optional dependency bump to address a vulnerability. All users of the 5.x.x series are encouraged to upgrade to this version.

    โฌ†๏ธ The optional dependency affected by the vulnerability is Jackson. The Java client uses this library as a pluggable mapping solution in the JSON RPC support. In the context of the Java client, you are affected by this vulnerability only if you added explicitly Jackson to your dependencies. You must then upgrade Jackson to 2.9.9.

    ๐Ÿ‘ป Handle exception in NIO loop to avoid abrupt termination

    GitHub issue: #611

    โฌ†๏ธ Bump Jackson to 2.9.9

    GitHub issue: #612

  • v5.7.0 Changes

    April 05, 2019

    ๐Ÿ”„ Changes between 5.6.0 and 5.7.0

    ๐Ÿš€ This is a minor release with usability improvements and dependency upgrades. All users of the 5.x.x series are encouraged to upgrade to this version.

    ๐Ÿ‘Œ Improve logging for TLS connections

    GitHub issue: #441

    Don't panic when cancelling an unknown consumer

    GitHub issue: #525

    โฌ†๏ธ Bump dependencies

    GitHub issue: #607

  • v4.12.0 Changes

    April 14, 2020

    ๐Ÿ”„ Changes between 4.11.3 and 4.12.0

    ๐Ÿš€ This is a minor release with a new feature, a bug fix, and dependency upgrades. It is compatible with 4.11.x. All users of the 4.x.x and 3.6.x series are encouraged to upgrade to this version.

    ๐Ÿš€ Thanks to @janssk1 for their contribution on this release.

    ๐Ÿ‘ Allow configurable correlation ID generation in RpcClient

    GitHub issue: #637

    ๐Ÿ‘‰ Make sure qos, heartbeat, max channel are unsigned shorts

    GitHub issue: #642

    โฌ†๏ธ Bump optional dependencies

    GitHub issue: #644

  • v4.12.0.RC1

    January 07, 2020
  • v4.11.3 Changes

    July 25, 2019

    ๐Ÿ”„ Changes between 4.11.2 and 4.11.3

    ๐Ÿš€ This is a patch release with an optional dependency bump to address a vulnerability. All users of the 4.x.x series are encouraged to upgrade to this version.

    โฌ†๏ธ The optional dependency affected by the vulnerability is Jackson. The Java client uses this library as a pluggable mapping solution in the JSON RPC support. In the context of the Java client, you are affected by this vulnerability only if you added explicitly Jackson to your dependencies. You must then upgrade Jackson to 2.9.9.1.

    โฌ†๏ธ Bump Jackson to 2.9.9.1

    GitHub issue: #621

  • v4.11.2 Changes

    July 03, 2019

    ๐Ÿ”„ Changes between 4.11.1 and 4.11.2

    ๐Ÿš€ This is a patch release with a bug fix and upgrades of optional dependencies. All users of the 4.x.x series are encouraged to upgrade to this version.

    ValueWriter.writeFieldValue allows BigDecimals that are too big to be written

    GitHub issue: #617

    โฌ†๏ธ Bump optional dependencies (Micrometer, Dropwizard Metrics)

    GitHub issue: #619

  • v4.11.1 Changes

    May 27, 2019

    ๐Ÿ”„ Changes between 4.11.0 and 4.11.1

    ๐Ÿš€ This is a patch release with a bug fix and an optional dependency bump to address a vulnerability. All users of the 4.x.x series are encouraged to upgrade to this version.

    โฌ†๏ธ The optional dependency affected by the vulnerability is Jackson. The Java client uses this library as a pluggable mapping solution in the JSON RPC support. In the context of the Java client, you are affected by this vulnerability only if you added explicitly Jackson to your dependencies. You must then upgrade Jackson to 2.9.9.

    ๐Ÿ‘ป Handle exception in NIO loop to avoid abrupt termination

    GitHub issue: #611

    โฌ†๏ธ Bump Jackson to 2.9.9

    GitHub issue: #612