Menu Search

Qpid ProtonJ2 1.0.0-M13 Release Notes

Proton is a high-performance, lightweight messaging library. More about Qpid Proton.

For more information about this release, including download links and documentation, see the release overview.

New features and improvements

  • PROTON-2681 - [protonj2] Add ability to assign a linked resource to a SASLContext
  • PROTON-2682 - [protonj2] Add deffered writes to AMQP test peer API
  • PROTON-2683 - [protonj2] Add some convenience methods in the SASL APIs
  • PROTON-2685 - [protonj2] Add some convenience methods in the Symbol APIs
  • PROTON-2686 - [protonj2] Improve API docs and some minor cleanups
  • PROTON-2692 - [protonj2] Add API to scan encoded types for specific byte encodings
  • PROTON-2693 - [protonj2] Add API to buffer to expose native address if the underlying buffer supports it
  • PROTON-2694 - [protonj2] AMQP test peer should support both Netty 4 and 5

Bugs fixed

  • PROTON-2697 - Receiver.receive() throws java.lang.IllegalArgumentException: timeout value is negative

Tasks

  • PROTON-2670 - [protonj2] Update Netty to latest release
  • PROTON-2671 - [protonj2] Update project test dependencies to latest