Highlight
- [Go] Support tiny go compilation
- [Java] Support private JDK17+ record class JIT serialization
Bug fix
- Fix jit error for register private serializers
- Upgrade janino version to fix package name conflict with classname
What's Changed
- [Doc] Update JDK support doc by @chaokunyang in #992
- [Go] Make compilation support tinygo by @springrain in #991
- [Doc] fix config class imports by @chaokunyang in #993
- [go] fixed typo in readme import path by @voldyman in #995
- [Java] fix jit error for register private serializers by @chaokunyang in #999
- [Java] Refine reflection contructor by MethodHandle by @chaokunyang in #1000
- [Java] Fix private record JIT by @chaokunyang in #1004
- [Java] Upgrade janino version to fix package name conflict with classname by @chaokunyang in #1006
- [Java] fix janino deps for fury-benchmark by @chaokunyang in #1007
- [Doc] Improve README by @caicancai in #1009
New Contributors
- @springrain made their first contribution in #991
- @voldyman made their first contribution in #995
- @caicancai made their first contribution in #1009
Full Changelog: v0.2.0...v0.2.1