v1.9.0
Changes
Tracing
Tracing now automatically adds a Service
annotation if either namespace
parameter or POWERTOOLS_SERVICE_NAME is set - This makes it easier to slice and dice all of your traces by the exact service you have deployed.
Logging
Upgrade Log4j to version 2.17.0 for CVE-2021-45105
- chore: localise abstract json layout implementation (#664) by @pankajagrawal16
- build(deps): bump log4j-api from 2.16.0 to 2.17.0 in /example/HelloWorldFunction (#659) by @dependabot
- build(deps): bump log4j-core from 2.16.0 to 2.17.0 in /example/HelloWorldFunction (#661) by @dependabot
- build(deps): bump log4j-api from 2.16.0 to 2.17.0 (#660) by @dependabot
- chore: Update docs to reflect latest gradle plugin fix (#656) by @pankajagrawal16
- feat(tracing): add service annotation (#655) by @pankajagrawal16