aleksraiden opened a new pull request, #3152: URL: https://github.com/apache/kvrocks/pull/3152
Bump jsoncons 1.4.0 (changelog: https://github.com/danielaparker/jsoncons/releases/tag/v1.4.0) Key changes - Use std::from_chars for chars to double conversion when supported in GCC and VC - New reflection trait definitions, jsoncons::reflect::json_conv_traits, that support non-throwing conversions and uses-allocator construction - New non-throwing versions of the decode/encode functions that return a std::expected-like result - New non-throwing accessor try_as<T>() for basic_json that return a std::expected<T,conversion_error>-like result - Until now, the reflection traits generated by the convenience macros JSONCONS_ALL_MEMBER_TRAITS etc. produced JSON (or other formats) with object names in sorted order. After this release, they will produce JSON, BSON etc. with object names in the order that they appear as macro arguments. - The allocator_set helper functions combine_allocators and temp_allocator_only have been deprecated and will be removed in a future release. Use make_alloc_set instead - basic_json::dump and encode_json overloads that take a jsoncons::indenting argument have been deprecated and will be removed in a future release - Breaking change to staj iterator classes - -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
