Agrona v1.8.0 Release Notes
Release Date: 2020-10-07 // almost 3 years ago-
- Resolved issues with collection classes which implement
Serializable
. Issue #223. - 👌 Improve javadoc and clean up warnings on Java 15 build.
- 👉 Use
ProcessHandle
to get PID when Java 9+. - ➕ Add Java 15 to build matrix.
- ➕ Add
MessageDecoderFlyweight.appendTo(StringBuilder)
to interface. PR #220. - ⬆️ Upgrade to Shadow 6.1.0.
- ⬆️ Upgrade to ByteBuddy 1.10.17.
- ⬆️ Upgrade to Mockito 3.5.13.
Binaries can be found here...
- Resolved issues with collection classes which implement
Previous changes from v1.7.2
-
- 🛠 Fix issue with how direct buffers expand when initial length is set to be 0 or 1.
- 👌 Improve javadoc for
ArrayUtil
andDeadlineTimerWheel
. - ⬆️ Upgrade to JUnit 5.7.0.
- ⬆️ Upgrade to Version 0.33.0.
Binaries can be found here...