Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@gabime gabime released this 15 Aug 16:42
· 2604 commits to v1.x since this release

Bug fixes

  • Fixed android sink compilation. Thanks @rajesh-p .
  • Fixed race condition in async-factory.
  • Fixed bug in spdlog_ex implementation .Thanks @gajanak for reporting.
  • Fixed race condition in the unit tests.
  • Fixed compiler warnings under OSX. Thanks @baishuai .

Improvements

  • Some micro optimizations.
  • Improve and fix CMake issues. Thanks @DanielChabrowski .
  • Improve and fix travis-ci issues. Thanks @DanielChabrowski .
  • Added overrun_counter() to the async thread pool queue - returns # of messages overrun under the overrun_oldest mode. Thanks @indiosmo .
  • Fixed some clang tidy warnings.