v3.4.1
- 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)