Releases: logzio/logzio-lambda-extensions
Releases · logzio/logzio-lambda-extensions
v0.3.7
- Change
SHUTDOWN
event flush to be synchronous
v0.3.6
- Drain queue upon shutdown event
v0.3.4
- Add missing Lambda layer resource policy
- Fixes permission issues with pulling our lambda layers
v0.3.3
- Add
JSON_FIELDS_UNDER_ROOT
to allow nesting Json fields under the root instead of under message_nested
@roni-frantchi
- Upgrade Go version and packages
v0.3.1
0.3.1:
- Remove ability to send extension logs.
v0.3.0
0.3.0:
- Enrich logs with the following fields:
lambda_function_name
, aws_region
.
- Allow adding custom fields with
CUSTOM_FIELDS
env var.
v0.2.0
0.2.0
- Allow parsing log into fields.
- Allow nested JSON within logs.
v0.1.0
- 0.1.0:
BREAKING CHANGES:
Written in Go, supports multiple runtimes. Compatible with the GA version of the Extensions API.