Skip to content

v2.19.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 10:39
· 19 commits to refs/heads/main since this release
2f5704c

Summary

In this release we’ve enhanced Logger to format error stack traces for easier reading in non-production environments.

We also fixed a bug in the Event Handler AppSyncEventResolver that caused subscription events to be rejected incorrectly. The fix requires no changes on your part besides updating to the latest version.

⭐ A big thank you to Ours Privacy for becoming a public customer reference, and @ConnorKirk for their contributions!

Changes

Pretty print stack trace in dev mode

Docs

You can now pretty print error stack traces when dev mode is enabled via the POWERTOOLS_DEV environment variable. This makes it easier to troubleshoot issues during development.

carbon-4

🌟 Minor Changes

  • improv(logger): Format the stack trace as an array of strings in dev mode (#3852) by @ConnorKirk

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(event-handler): ignore return type from onSubscribe handler (#3888) by @dreamorosi

🔧 Maintenance

This release was made possible by the following contributors:

@ConnorKirk and @dreamorosi