NATS client v2.5.1 Release Notes

Release Date: 2019-06-05 // almost 5 years ago
  • ๐Ÿš€ This release was motivated by some TLS performance results. The primary change is #241 which allows several native libraries to be used if preferred over the j2se SSL implementations.

    • ๐Ÿ›  [FIXED] - #239 - cleaned up extra code after SSL connect failure
    • ๐Ÿšš [FIXED] - #240 - removed stack trace that was left from debugging
    • ๐Ÿ›  [FIXED] - #241 - changed method used to create an ssl socket to allow support for conscrypt/wildfly native libraries
    • โœ… [ADDED] - conscrypt flag to natsautobench to allow testing with native library, requires Jar in class path