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

Changelog History
Page 1

  • v5.10.0 Changes

    October 23, 2020

    ๐Ÿ”„ Changes between 5.9.0 and 5.10.0

    ๐Ÿš€ This is a maintenance release with a usability improvement, bug fixes, and dependency upgrades. All users are encouraged to upgrade.

    โž• Add TLS settings for property-based configuration

    GitHub issue: #646

    โœ‚ Remove unnecessary lock acquisition

    GitHub issue: #650

    Channel state not cleaned when using abort

    GitHub issue: #661

    โฌ†๏ธ Bump optional dependencies

    GitHub issue: #660

  • v5.10.0.RC2 Changes

    October 21, 2020

    ๐Ÿ”„ Changes between 5.9.0 and 5.10.0.RC2

    ๐Ÿš€ This is a pre-release for 5.10.0, a maintenance release with a usability improvement, bug fixes, and dependency upgrades. All users of the 5.x.x series are encouraged to test this version.

    โž• Add TLS settings for property-based configuration

    GitHub issue: #646

    โœ‚ Remove unnecessary lock acquisition

    GitHub issue: #650

    Channel state not cleaned when using abort

    GitHub issue: #661

    โฌ†๏ธ Bump optional dependencies

    GitHub issue: #660

  • v5.10.0.RC1 Changes

    October 14, 2020

    ๐Ÿ”„ Changes between 5.9.0 and 5.10.0.RC1

    ๐Ÿš€ This is a pre-release for 5.10.0, a maintenance release with a usability improvement, a bug fix, and dependency upgrades. All users of the 5.x.x series are encouraged to test this version.

    โž• Add TLS settings for property-based configuration

    GitHub issue: #646

    โœ‚ Remove unnecessary lock acquisition

    GitHub issue: #650

    โฌ†๏ธ Bump optional dependencies

    GitHub issue: #660

  • v5.9.0 Changes

    April 14, 2020

    ๐Ÿ”„ Changes between 5.8.0 and 5.9.0

    ๐Ÿš€ This is a maintenance release with a new feature, a bug fix, and dependency upgrades. All users 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

  • v5.9.0.RC1 Changes

    April 03, 2020

    ๐Ÿ”„ Changes between 5.8.0 and 5.9.0.RC1

    ๐Ÿš€ This is a pre-release for 5.9.0, a maintenance release with a new feature, a bug fix, and dependency upgrades. All users of the 5.x.x series are encouraged to test this version.

    ๐Ÿ‘ 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

  • v5.8.0 Changes

    December 12, 2019

    ๐Ÿ”„ Changes between 5.7.3 and 5.8.0

    ๐Ÿš€ This is a maintenance release with a new feature, a usability improvement, and dependency upgrades. All users are encouraged to upgrade to this version.

    โž• Add support for OAuth 2 authentication

    ๐Ÿ“š Documentation

    GitHub issue: #626

    ๐ŸŒฒ Sanitise peer certificate values we log

    GitHub PR: #623

    โฌ†๏ธ Bump dependencies

    GitHub issue: #625

    โšก๏ธ Do not depend on generated classes for update-secret extension

    GitHub PR: #627

  • v5.8.0.RC2 Changes

    September 17, 2019

    ๐Ÿ”„ Changes between 5.7.3 and 5.8.0.RC2

    ๐Ÿš€ This is a pre-release for 5.8.0, a maintenance release with a new feature, a usability improvement, and dependency upgrades. All users of the 5.x.x series are encouraged to test this version.

    โž• Add support for OAuth 2 authentication

    ๐Ÿ“š Documentation

    GitHub issue: #626

    ๐ŸŒฒ Sanitise peer certificate values we log

    GitHub PR: #623

    โฌ†๏ธ Bump dependencies

    GitHub issue: #625

    โšก๏ธ Do not depend on generated classes for update-secret extension

    GitHub PR: #627

  • v5.8.0.RC1 Changes

    September 12, 2019

    ๐Ÿ”„ Changes between 5.7.3 and 5.8.0.RC1

    ๐Ÿš€ This is a pre-release for 5.8.0, a maintenance release with new feature, a usability improvement, and dependency upgrades. All users of the 5.x.x series are encouraged to test this version.

    โž• Add support for OAuth 2 authentication

    ๐Ÿ“š Documentation

    GitHub issue: #626

    ๐ŸŒฒ Sanitise peer certificate values we log

    GitHub PR: #623

    โฌ†๏ธ Bump dependencies

    GitHub issue: #625

  • v5.7.3 Changes

    July 25, 2019

    ๐Ÿ”„ Changes between 5.7.2 and 5.7.3

    ๐Ÿš€ This is a patch release with 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.1.

    โฌ†๏ธ Bump Jackson to 2.9.9.1

    GitHub issue: #621

  • v5.7.2 Changes

    July 03, 2019

    ๐Ÿ”„ Changes between 5.7.1 and 5.7.2

    ๐Ÿš€ This is a patch release with a bug fix and upgrades of optional dependencies. All users of the 5.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