v1.10.0
Changes
Logging
With 1.10.0 we have deprecated configuring log4j using < LambdaJsonLayout \>
plugin since underlying JsonLayout is deprecated too. New configuration is based on the recommended JSON Template Layout.
While utility still supports the old configuration, we strongly recommend upgrading the log4j2.xml configuration to JsonTemplateLayout
instead. Switching to JsonTemplateLayout
is straight forward. Please refer docs to upgrade to JsonTemplateLayout
from deprecated LambdaJsonLayout
configuration in log4j2.xml.
JsonTemplateLayout is a customizable, efficient, and garbage-free JSON generating layout. It encodes LogEvents according to the structure described by the JSON template provided.
🐛 Bug
- SQS Batch: Support batch size greater than 10. #667
- feat: Json layout modern implementation (#670) by @pankajagrawal16
- fix: support batch size greater than 10 processing (#667) by @pankajagrawal16