Skip to content

1.13

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 13:18
· 100 commits to refs/heads/develop since this release
4029b08

Summary

In this release we fix a bug when using Tracing utility with BatchProcessing utility.
The issue occurred due a max depth serialization error when using Batch RecordHanderResult and Tracing decorator

Special thanks to @CoreySchnedl for reporting the issue

New in this release

We also improved the user experience in case any other serialization error occurs.
Now when exceptions occour inside X-Ray SDK EndSubsegment we catch those and create a new SubSegment in CloudWatch Traces, this prevents the app from crashing and displays in the UI that an error occurred.

image

📜 Documentation updates

🔧 Maintenance

  • chore: fix docs missing closing tag (#639) by @hjgraca
  • chore: Update versions for release 1.13 (#638) by @hjgraca
  • chore(docs): Updating tracing docs for typo (#622) by @hjgraca
  • chore(docs): load self hosted mermaid.js (#635) by @dreamorosi
  • chore: Fix Max depth serialization bug when using Batch RecordHanderResult and Tracing (#632) by @hjgraca
  • chore: Add Pushpay as a public reference (#633) by @hjgraca
  • chore: add caylent as a public reference (#625) by @hjgraca
  • chore: Update examples Tracing to version 1.5.0 related to release 1.12 (#623) by @hjgraca
  • chore: Change the way we reference Common and JMESPath (internal references). (#641) by @hjgraca
  • Bug: Issue with JMESPath dependency in Idempotency on some scenarios (#626) by @hjgraca
  • chore: Refactor and simplify Common dependency. (#643) by @hjgraca

This release was made possible by the following contributors:

@dreamorosi, @hjgraca and @leandrodamascena