Skip to content

Version 1.8.2

Compare
Choose a tag to compare
@gabime gabime released this 11 Dec 14:56
· 867 commits to v1.x since this release
  • Bump fmt to version 7.1.3
  • Download automatically googlebenchmark for bench tests (#1709) Thanks @kitattyor.
  • Add CPack debian package settings (#1712) and fix typo in comment (#1711). Thanks @ChristofKaufmann.
  • Perfect forwarding fmt arguments (#1726). Thanks @dkavolis.
  • Fix dup_filter_sink to log current log call's level, instead of the filtered log call's level (#1710). Thanks @Tridacnid for reporting.
  • Ability to get size of messages queue of async thread pool (#1735) Thanks @o2gy84.
  • Add missing include (#1742). Thanks @jwittbrodt.
  • Updated bin_to_hex example in the readme (#1744). Thanks @ArnaudBienner.
  • Fix async periodic flush test (#1749). Thanks @bluescarni.