- [Rust] Recursively call nullify_optional_fields on composites
- [Rust] Generate setters for optional enum fields too.
- [Rust] Generated encoders now produce fluent interface. (https://github.com/aeron-io/simple-binary-encoding/pull/1097[#1097])
- [Rust] Updated some function to
const. (https://github.com/aeron-io/simple-binary-encoding/pull/1098[#1098]) - [Rust] Updated generator to correctly limit length of var data written. (https://github.com/aeron-io/simple-binary-encoding/pull/1096[#1096])
- [C++] Protect against a segfault when dealing with empty
std::spanandstd::view. - [C++] mark a generated function SBE_CONSTEXPR (#1055) (#1083)
- Upgrade to
CMake4.3.0. - Upgrade to
Shadow9.4.1. - Upgrade to
Gradle9.4.1. - Upgrade to
Shadow9.4.0. - Upgrade to
Mockito5.23.0.