Skip to content

3.1.14.1

Choose a tag to compare

@lutzbichler lutzbichler released this 02 Jun 08:37
· 959 commits to master since this release
  • Merged extended support for static routing (versioning)
    (by Jean-Patrice Laude jean-patrice.laude@renault.com)
  • Merged simplification of build process for hello_world example
    (by Nikolay Khilyuk nkh@ua.fm)
  • Updated Android.bp to use boost 1.70.0 or higher
  • Merged Android support for hello_world example
    (by Nikolay Khilyuk nkh@ua.fm)
  • Align response sample to documentation (do not specify application name)
    (by JayHou houjie@lixiang.com)
  • Call dlerror before calling dlsym to clear previous error.
    (by Oleg Kharitonov Oleg.Kharitonov@elektrobit.com)
  • Get base path from environment variable for Android NDK.
    (by Nikolay Khilyuk nkh@ua.fm)
  • Fixed wrong library naming
    (by Nikolay Khilyuk nkh@ua.fm)
  • 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