Skip to content

v3.4.1

Compare
Choose a tag to compare
@odygrd odygrd released this 20 Nov 14:16
· 381 commits to master since this release
98438f5
  • Reduce backend worker unnecessary allocation. (#368)
  • Adjusted handling for empty std::string_view instances, addressing an issue where logging empty strings triggered an unintended memcpy with zero size and a nullptr, leading to address sanitizer warnings.
  • Fix clang build error when using -DQUILL_NO_EXCEPTIONS:BOOL=ON. (#357)