Skip to content

3.1.14.1

Compare
Choose a tag to compare
@lutzbichler lutzbichler released this 02 Jun 08:37
· 230 commits to master since this release
  • Merged extended support for static routing (versioning)
    (by Jean-Patrice Laude [email protected])
  • Merged simplification of build process for hello_world example
    (by Nikolay Khilyuk [email protected])
  • Updated Android.bp to use boost 1.70.0 or higher
  • Merged Android support for hello_world example
    (by Nikolay Khilyuk [email protected])
  • Align response sample to documentation (do not specify application name)
    (by JayHou [email protected])
  • Call dlerror before calling dlsym to clear previous error.
    (by Oleg Kharitonov [email protected])
  • Get base path from environment variable for Android NDK.
    (by Nikolay Khilyuk [email protected])
  • Fixed wrong library naming
    (by Nikolay Khilyuk [email protected])
  • Fixed race conditions (application registration, subscription)
  • Abort operation when doing a full rejoin
  • Protect access when consuming a policy
  • Decrease wait time for composite send operations
  • Reimplemented logger without using boost::log
  • Ensure composite send operations have finished before resetting an endpoint.
    Otherwise this may cause a crash within boost.asio.
  • Always use the assigned client identifier when sending messages from a proxy.
  • Add TTL to initial timestamp to avoid immediate expiration.
  • Reset subscriptions on stop offer service
  • Protect access to security policy contents
  • Tolerate wrong/incomplete event registrations in compatibility mode
  • Avoid buffering of pending subscriptions
  • Fix race condition when processing multicast messages
  • Fix deadlock when sending messages
  • Fix race condition when processing SD messages