v8.3.0
What's Changed
- Fix serialization of NaN/Infinite/Min/Max values by @swallez in #223
- Hrlc compat doc by @swallez in #228
- Add mapping exception with JSON path and location by @swallez in #234
- Restructure and enhance docs by @swallez in #243
- Fix ScoreFunction: variants are optional by @swallez in #257
- Explain mixed versions of HLRC and Java API client by @swallez in #260
- Refactor docs for JsonProvider error by @swallez in #265
- Add toString() implementations by @swallez in #269
- Limit the size of toString() to a configurable limit by @swallez in #272
- Handle enums that have true/false values as booleans by @swallez in #275
- Ensure double values stay double even if they fit in an integer by @swallez in #289
- [codegen] Update to latest API spec by @swallez in #292
- [Backport 8.3] Add docs about MissingRequiredPropertyException by @github-actions in #304
- [Backport 8.3] Improve toString() by @github-actions in #321
- [8.3] Actualize libs versions. Move tests to junit jupiter (#284) by @swallez in #323
- [Backport 8.3] Allow serializing aggregations without typed keys by @github-actions in #326
- [8.3] Fix booleans in JacksonJsonpGenerator and add tests (#327) by @swallez in #328
Full Changelog: v8.2.3...v8.3.0