Skip to content

Commit c11c331

Browse files
committed
[Doc] Release notes.
1 parent cdbc3ec commit c11c331

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.35.4] - 2025-06-12
4+
### Changed
5+
* **Rust:** Return None for optional primite field if its version is less than actingVersion. ([#1067](https://github.com/aeron-io/simple-binary-encoding/pull/1067))
6+
* **Java:** Adjust Java Dto generateComputeEncodedLength to acount for character encoding. ([#1072](https://github.com/aeron-io/simple-binary-encoding/pull/1072))
7+
* **Java:** Bump `JUnit` to 5.13.1.
8+
* **Java:** Bump `jqwik` to 1.9.3.
9+
310
## [1.35.3] - 2025-06-06
411
### Changed
512
* **Java:** Publish release artifacts to Central Portal using OSSRH Staging API service.
@@ -81,6 +88,7 @@
8188
* **Java:** Prevent collision when field name is 'value'.
8289
* **Java:** Preserve byte order throughout IR transformations.
8390

91+
[1.35.4]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.4
8492
[1.35.3]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.3
8593
[1.35.1]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.1
8694
[1.35.0]: https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.0

0 commit comments

Comments
 (0)