v3.4.1
版本发布时间: 2023-11-20 22:16:27
odygrd/quill最新发布版本:v7.0.0(2024-09-06 06:50:45)
- Reduce backend worker unnecessary allocation. (#368)
- Adjusted handling for empty
std::string_view
instances, addressing an issue where logging empty strings triggered an unintendedmemcpy
with zero size and a nullptr, leading to address sanitizer warnings. - Fix clang build error when using
-DQUILL_NO_EXCEPTIONS:BOOL=ON
. (#357)