SBE v1.20.3 Release Notes
Release Date: 2020-10-13 // almost 4 years ago-
- 🛠 Fix generation of
GroupOrder
annotations on Java codecs. - Java codecs have a new method
MessageDecoderFlyweight.appendTo(StringBuilder)
for the interface. PR #220. - ⬇️ Reduce scope of some fields in Java codecs which were protected and should have been package or private.
- ➕ Add GCC 10 and Clang 10 to build mix.
- ➕ Add Java 15 to build mix.
- ⬆️ Upgrade to JMH 1.26.
- 💅 Upgrade to Checkstyle 8.36.2.
- ⬆️ Upgrade to Mockito 3.5.13.
- ⬆️ Upgrade to Agrona 1.8.0.
Java binaries can be found here...
- 🛠 Fix generation of