Improvements
- Add support for C++26's inplace_vector and add
glz::inplace_vectorby @20162026 in #1729 - Remove deprecated asio::buffer_cast from http_client.hpp by @lambwheit in #1841
- Catch all asio errors in networking by @stephenberry in #1830
- Create clang-tidy.yml and add missing cstdint include by @stephenberry in #1848
- Add skip function for glz::meta to ignore members during write by @Yaraslaut in #1846
- meta_context and skip documentation by @stephenberry in #1853
- export compile commands if top level by @stephenberry in #1851
Fixes
- Fix issue with BEVE and empty strings by @stephenberry in #1852
Full Changelog: v5.5.2...v5.5.3