v1.20.1 Release Notes
Summary
This minor release contains a bug fix that caused unwanted warnings when using Powertools Logging in combination with utilities depending on the AWS SDK.
⭐️ Thanks to @ntestor for his first contribution to Powertools for AWS Lambda in Java!
Bug fix: Append correct Powertools version to AWS SDK HTTP User-Agent header (#1813)
When consumed as a JAR, Powertools could not parse the version.properties
file which is loaded at runtime to append the running version of Powertools to the User-Agent header sent by AWS SDK HTTP calls. This caused a warning logged by Powertools Logging when used in combination with utilities depending on the AWS SDK such as Powertools Parameters.
Thanks to @epomatti for reporting this.
Changes
- docs: fix 2 typos (#1739) by @ntestor
- docs: Correct XML formatting for Maven configuration in Large Messages utility docs (#1796) by @jreijn
- fix: Load version.properties file as resource stream to fix loading when packaged as jar (#1813) by @phipag