Releases: aeron-io/simple-binary-encoding
Releases · aeron-io/simple-binary-encoding
1.28.3
1.28.2
- Upgrade to Agrona 1.18.1.
 
1.28.1
- Fix SBE_SEMANTIC_VERSION field generation for C++.
 
1.28.0
- Added semantic version as a static public member. PR #931.
 - [Rust] Nested composite name should not be based on field name. PR #922.
 - [C/C++] Prevent clashing defines in C/C++ codecs when multiple generated schemas are used. Issue #884.
 - [C#] Compare 
PrimitiveValuewith doubles in the same way as Java by the raw bits, so NaN and Infinity are correctly handled. - Add CodeQL workflow.
 - [C#] Add 
ToStringforPrimitiveType - [C++] Pass by reference rather than value when streaming to a string.
 - [C++] Address duplicate guard issues.
 - [Java] More efficient attribute parsing in XML with a more precise error message.
 - [Java] Validate IR file for decoding is not greater than Integer.MAX_VALUE.
 - [C/C++] Move check for existing 
SBE_BOUNDS_CHECK_EXPECTdefine to outer condition to capture all platforms. - [Java] Print warnings for undersize header fields.
 - Upgrade to Agrona 1.18.0.
 - Upgrade to Mockito 4.11.0.
 - Upgrade to Junit 5.9.2.
 - Upgrade to JMH 1.36.
 - Upgrade to versions plugin 0.45.0.
 - Upgrade to Gradle 7.6.
 
1.27.0
- [Java] Add preview support for package override on types from SBE 2.0. PR #904, PR #915.
 - Add support for transforming a schema to generate code for older versions when checking compatibility.
 - [Java] Support binary var data in 
JsonPrinter. PR #914. - [Java] Qualify methods with name 
yieldto avoid warning in Java 17. PR #910. - Carry down the the 
sinceVersionvalue into composite types to make parsing OTF easier. Issue #908. - Set the size for constant encoded data type to be zero in IR.
 - Upgrade to Google Test 1.21.1.
 - Upgrade to Mockito 4.7.0.
 - Upgrade to JUnit 5.9.1.
 - Upgrade to Gradle 7.5.1.
 - Upgrade to Agrona 1.17.1.
 
Java binaries can be found here...
1.26.0
- [Java] Provide raw access to type for bitset. Issue #893.
 - [C++] Generate 
skipfunction with loop rather than lambda to avoid compilation errors on some compilers. Issue #903. - Check 
sinceVersionis valid on elements against schema version. Issue #902. - [Rust] Fix generated comparator when value is 
NaN. PR #896. - [Rust] Fix resource leak in Rust generator running in Java SBE compiler.
 - [Java] Generate 
@SuppressWarningsannotation on enums types. Issue #894. - Upgrade to Mockito 4.6.1.
 - Upgrade to Agrona 1.16.0.
 
Java binaries can be found here...
1.25.3
1.25.2
- [Java] Calling 
toString()on decoder should not disturb repeating group. PR #892. - [All] Generate 
NULL_VALUEfor enums based on correct type. Issue #889. - [C++] Check for version before outputting to stream for composites and bitsets. PR #888.
 - [Java] Charset handling improvements for more efficient string decoding. PR #887.
 - Add descriptions to schema for IR.
 - Set warnings as errors in build and clean up existing warnings.
 - Add ability to set the error stream in 
ParserOptions. - Remove some unnecessary checks in 
XmlSchemaParserto improve generation performance. - Upgrade to Versions 0.42.0.
 - Upgrade to Checkstyle 9.3.
 - Upgrade to JMH 1.34.
 - Upgrade to Mockito 4.4.0.
 - Upgrade to Shadow 7.1.2.
 - Upgrade to JUnit 5.8.2.
 - Upgrade to Gradle 7.4.1.
 - Upgrade to Agrona 1.15.0.
 
Java binaries can be found here...
1.25.1
1.25.0
- [C#] Add support for wrapping 
ArraySegmentinDirectBuffer. PR #878. - [Java] Add 
@Deprecatedannotation to message codecs that have been marked as deprecated in SBE schema. PR #876. - [C++] Only generate necessary macros and includes for enum types.
 - [Rust] Reinstate improved Rust codec generation.
 - [Java] Add 
sbeSkipandsbeDecodedLengthmethods to codecs. PR #865. - Upgrade to JUnit 5.8.1.
 - Upgrade to Shadow 7.1.0.
 - Upgrade to Mockito 4.0.0.
 - Upgrade to Checkstyle 9.1.
 - Upgrade to JMH 1.33.
 - Upgrade to Gradle 7.2.
 - Upgrade to Agrona 1.13.0.
 
Java binaries can be found here...