Releases: micronaut-projects/micronaut-serialization
Releases · micronaut-projects/micronaut-serialization
Micronaut Serialization 1.2.0
What's Changed
New Features 🎉
- Support using Oracle JDBC JSON parser/generator by @dstepanov in #241
Bug Fixes 🐞
- Throw EOFException when attempting to parse empty JSON input by @yawkat in #225
- fix: #233 Allow @JsonIgnoreProperties and @JsonUnwrapped to work together by @edeesis in #239
- Fix null handling in serde-imported classes with object arrays by @timyates in #247
Dependency updates 🚀
- Update plugin io.micronaut.build.shared.settings to v5.3.9 by @renovate in #215
- Update plugin io.micronaut.application to v3.4.1 by @renovate in #221
- Update plugin io.micronaut.build.shared.settings to v5.3.10 by @renovate in #227
- Update dependency io.micronaut.test:micronaut-test-junit5 to v3.3.0 by @renovate in #219
- Update dependency org.mongodb:bson to v4.6.1 by @renovate in #231
- Update plugin io.micronaut.application to v3.5.0 by @renovate in #244
- Upgrade to Micronaut 3.5 by @graemerocher in #246
- Update plugin io.micronaut.build.shared.settings to v5.3.12 by @renovate in #242
New Contributors
Full Changelog: v1.1.0...v1.2.0
Micronaut Serialization 1.1.0
What's Changed
Bug Fixes 🐞
- Allow serialization and deserializatin of object arrays by @graemerocher in #209
- Fix subtyping serialization by @graemerocher in #211
Dependency updates 🚀
- Bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 by @dependabot in #187
- Bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.1 by @dependabot in #186
- Update plugin io.micronaut.build.shared.settings to v5.3.8 by @renovate in #206
- Update dependency org.mongodb:bson to v4.6.0 by @renovate in #207
Other Changes 💡
- Do not require primitive constructor values by default by @yawkat in #174
- Fixing some issues with documentation by @wetted in #195
- Streamline BOM generation by @melix in #201
New Contributors
- @wetted made their first contribution in #195
- @melix made their first contribution in #201
- @renovate made their first contribution in #206
Full Changelog: v1.0.1...v1.1.0
Micronaut Serialization 1.0.1
v1.0.1 (2022-03-29)
Closed issues:
- BOM contains unresolvable dependency #167
Merged pull requests:
- Bump micronaut build version to 5.3.1 #173 (@graemerocher)
- [serialization] Update common files for branch master #166 (@micronaut-build)
- ci: [email protected] #165 (@micronaut-build)
- Iterative implementation of decodeArbitrary #164 (@yawkat)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Serialization 1.0.0
* This Changelog was automatically generated by github_changelog_generator
Full Changelog: v1.0.0-RC3...v1.0.0
Micronaut Serialization 1.0.0-RC3
What's Changed
- [serialization] Update common files for branch master by @micronaut-build in #149
- [serialization] Update common files for branch master by @micronaut-build in #154
- [serialization] Update common files for branch master by @micronaut-build in #155
- upgrade build to build plugins 5.2.3 by @graemerocher in #159
Full Changelog: v1.0.0-RC2...v1.0.0-RC3
Micronaut Serialization 1.0.0-RC2
What's Changed
- try fix static analysis by @graemerocher in #143
- disambiguite internal annotation type names by @graemerocher in #142
- address static analysis findings by @graemerocher in #144
Full Changelog: v1.0.0-RC1...v1.0.0-RC2
Micronaut Serialization 1.0.0-RC1
What's Changed
- [serialization] Update common files for branch master by @micronaut-build in #137
- Bump io.micronaut.build.shared.settings from 5.1.3 to 5.2.1 by @dependabot in #136
- Bump io.micronaut.application from 3.2.1 to 3.2.2 by @dependabot in #135
- Create specific serializer for map values in per-entry serializer lookup by @ckolek in #140
- add test for #124 by @graemerocher in #127
- Fix backref/managedref with properties by @graemerocher in #141
New Contributors
Full Changelog: v1.0.0-M7...v1.0.0-RC1
Micronaut Serialization 1.0.0-M7
What's Changed
- inclusion of io.micronaut introspections package configurable by @sdelamo in #123
- Bump io.micronaut.application from 3.1.1 to 3.2.0 by @dependabot in #121
- ci: GraalVM github action from 21.3.0 to 22.0.0.2 by @micronaut-build in #125
- Bump io.micronaut.build.shared.settings from 5.1.1 to 5.1.2 by @dependabot in #120
- add DeserializationConfiguration default value by @sdelamo in #130
- Bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 by @dependabot in #129
- Bump io.micronaut.application from 3.2.0 to 3.2.1 by @dependabot in #128
- Removed a mistyped "the" from the docs by @chanthus in #132
- Performance optimizations by @dstepanov in #131
- Bump io.micronaut.build.shared.settings from 5.1.2 to 5.1.3 by @dependabot in #133
New Contributors
Full Changelog: v1.0.0-M6...v1.0.0-M7
Micronaut Serialization 1.0.0-M6
What's Changed
- Add Gradle Enterprise badge by @alextu in #119
- fix java.lang.IllegalStateException: Read only 0 bytes! by @graemerocher in #122
New Contributors
Full Changelog: v1.0.0-M5...v1.0.0-M6
Micronaut Serialization 1.0.0-M5
v1.0.1 (2022-01-17)
Closed issues:
- Integrate with PojoCodecProvider for BSON #47
- Support JSON-B annotation set #5
- Support Jackson annotation set #4
Merged pull requests:
- Bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.13.1 #118 (@dependabot[bot])
- Refactor
Deserializer
/Serializer
parameters order/naming #117 (@dstepanov) - Add decoder context and argument type in
getDefault
method #116 (@dstepanov)
* This Changelog was automatically generated by github_changelog_generator