You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
Changed
Build
Deprecated NATS_BUILD_TLS_USE_OPENSSL_1_1_API CMake variable. From a fresh CMake build environment, the build will now assume building against OpenSSL 1.1+ (assuming building with TLS is not disabled). Thanks to @wolfkor for the feedback (#617)
Removed git submodule cmake-coveralls since it was causing Travis' "Log Scans" reports (#629)
Every connection will now have a default connection error handler (if none is set by the user) that prints the error on stderr (#625)
Added
natsOptions_SetUserCredentialsFromMemory option to set the user JWT from memory instead of files. Thanks to @MichaelVoelkel for the contribution (#621)
natsOptions_SetMessageBufferPadding that adds padding when allocating buffer for incoming messages. Thanks to @dmitrmax for the contribution (#624)
Fixed
Use unsigned char for <ctype.h> functions where appropriate. Thanks to @sebhub for the contribution (#627)