Skip to content

Commit 1f4c1fc

Browse files
author
Davide Melfi
committed
docs: update changelogs
1 parent 508fb04 commit 1f4c1fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

aws-lambda-java-serialization/RELEASE.CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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+
- The regression reported in 1.3.1 was a false positive caused by a CI workflow bug (`mvn package install` running the shade plugin twice, corrupting the artifact). Fixed by using `mvn install` instead.
6+
17
### March 19, 2026
28
`1.3.1`:
39
- Revert `jackson-databind` dependency from 2.18.6 to 2.15.4
410
- Revert `PropertyNamingStrategies.UpperCamelCaseStrategy` to `PropertyNamingStrategy.PascalCaseStrategy`
11+
- Note: reverted due to a suspected regression in Joda DateTime deserialization; later confirmed to be a false positive (see 1.4.0)
512

613
### March 11, 2026
714
`1.3.0`:

0 commit comments

Comments
 (0)