Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 23 Mar 16:08

Changelog

Added

Changed

Fixed

  • If natsOptions_SetURL is used, try it first on initial connect (ffe0b08)
  • Fix build issue with JRuby FFI. Thanks to @abrandoned for fixing this (#42)
  • Don’t define snprintf as _snprintf starting at MS Visual Studio 2015. Thanks to @dbskccc for reporting this (e5531cf)
  • Replace use of __FUNCTION__ with __func__ for non Windows platforms. Thanks to @andrelucas for fixing this (#49)
  • Don’t shuffle the entire servers pool when adding URL from INFO protocol (#51)
  • On Windows: crash on exit if linked to NATS DLL and no NATS call were made. Thanks to @rFronteddu report (#55)
  • Crash in nats_updateStack when number of frames greater than MAX_FRAMES. Thanks to @mpodanow for fixing this (#56)
  • Error stack growth when natsConnection_Flush() or natsConnection_FlushTimeout() repeatedly fails (#58)

Complete changes

v1.4.4...v1.5.0