This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Releases: bot-by/slf4j-aws-lambda
Releases · bot-by/slf4j-aws-lambda
Relocation to vitalijr2/aws-lambda-slf4j
Update site and dependencies
Changed
- Update dependencies
- Updage site
- core: replace
Util.report
withReporter.warn
, was changed in SLF4J 2.0.10
SLF4J 2.0.9 allows a provider to be explicitly specified
- Update dependencies, especially SLF4J 2.0.9
- Update the site: how to setup a provider by a system property
1.0.0 - New implementation with separate output modules
Added
- The regular provider slf4j-aws-lambda-logger who copy the old library slf4j-aws-lambda.
- The JSON output provider slf4j-aws-lambda-json-logger who prints JSON instead plain text.
- Markers are available in output providers: they could be print out in logs too.
Changed
- There are output providers who print out text or send it to third-party services.
Replace the custom output to stdout with AWS LambdaLogger
v3.1.0 Update ChangeLog and README
Update plugins and dependencies
3.0.6 Update slf4j-api to 2.0.7
Use default values if the lambda-logger.properties is not found
Changed
- Update dependencies
Fixed
- Properties throws NPE if the lambda-logger.properties is missed then initialisation fails.
Update dependencies
- Update SLF4J to 2.0.1
Support SLF4J 2
- Support SLF4J 2
- Add a module
- Update dependencies
- Update documentation
Update site and dependencies
- Update dependencies
- Update documentation