Skip to content

v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Nov 14:19
· 3 commits to refs/heads/main since this release
9251e18

Summary

🐛 This release contains improvements and bug fixes across different utilities.

In Logging, we fix a bug in the Log4j 2 logging backend that caused correlation ids to be missing from the JSON log.

In Idempotency, we resolve a regression that caused the payload validation feature to be ignored in certain cases since v2.0.0.

We also improve the reliability of JSON serialization for a larger variety of AWS events including Joda time fields and fix a warning message that was emitted for customers using the AWS SDK v2 for Java.

Changes

🐛 Bug and hot fixes

  • fix(idempotency): Validate payload for optimistic idempotent writes. (#2261) by @phipag
  • fix(logging): Fix bug where correlation_id field was missing in JSON structured output (#2256) by @phipag
  • fix(serialization): Fix Joda time serialization for AWS events. (#2252) by @phipag

This release was made possible by the following contributors:

@phipag