Summary
This patch release fixes a bug in the Logger utility, ensuring it prints non-ASCII values as-is instead of escaping them. Previously, non-ASCII characters were displayed in an encoded format.
Huge thanks to @bml1g12 for reporting this! ⭐
Changes
- fix(logger): log non-ascii characters as is when JSON stringifying (#3475) by @heitorlessa
📜 Documentation updates
- chore(deps): bump squidfunk/mkdocs-material from
876b39c
to9af3b7e
in /docs (#3486) by @dependabot - chore(deps): bump squidfunk/mkdocs-material from
20241c6
to876b39c
in /docs (#3477) by @dependabot - chore(deps): bump squidfunk/mkdocs-material from
8c72011
to20241c6
in /docs (#3470) by @dependabot
🔧 Maintenance
- chore(deps-dev): bump cfn-lint from 0.83.4 to 0.83.5 (#3487) by @dependabot
- chore(deps): bump squidfunk/mkdocs-material from
876b39c
to9af3b7e
in /docs (#3486) by @dependabot - chore(tests): temporarily disable E2E parallelism (#3484) by @heitorlessa
- chore(deps-dev): bump the boto-typing group with 1 update (#3478) by @dependabot
- chore(deps): bump squidfunk/mkdocs-material from
20241c6
to876b39c
in /docs (#3477) by @dependabot - chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#3476) by @dependabot
- chore(deps): bump squidfunk/mkdocs-material from
8c72011
to20241c6
in /docs (#3470) by @dependabot - chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#3469) by @dependabot
- chore(deps): bump actions/setup-python from 4.8.0 to 5.0.0 (#3465) by @dependabot
- chore(deps): bump datadog-lambda from 5.84.0 to 5.85.0 (#3466) by @dependabot
- chore(deps-dev): bump aws-cdk from 2.113.0 to 2.114.1 (#3464) by @dependabot
- chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#3467) by @dependabot
This release was made possible by the following contributors:
@dependabot, @dependabot[bot], @github-actions, @github-actions[bot] and @heitorlessa