We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ae0f2 commit bc3abe3Copy full SHA for bc3abe3
2 files changed
aws-lambda-java-serialization/RELEASE.CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### March 26, 2026
2
+`1.4.0`:
3
+- Update `jackson-databind` dependency from 2.15.4 to 2.18.6
4
+- Replace deprecated `PropertyNamingStrategy.PascalCaseStrategy` with `PropertyNamingStrategies.UpperCamelCaseStrategy`
5
+
6
### March 19, 2026
7
`1.3.1`:
8
- Revert `jackson-databind` dependency from 2.18.6 to 2.15.4
aws-lambda-java-tests/RELEASE.CHANGELOG.md
+`1.1.2`:
+- Add serialization round-trip tests covering 66 event classes
+- Update `aws-lambda-java-serialization` dependency to 1.4.0
### August 26, 2021
`1.1.1`:
- Bumped `aws-lambda-java-events` to version `3.11.0`
0 commit comments