Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Releases: bot-by/slf4j-aws-lambda

Relocation to vitalijr2/aws-lambda-slf4j

27 May 12:27
da295a7
Compare
Choose a tag to compare
* Update Maven Wrapper to 3.3.2

* Update readme.md (#145)

* Update Maven Shade plugin's properties

* Relocation to vitalijr2/aws-lambda-slf4j

Update site and dependencies

16 Jan 14:38
76d6a00
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Updage site
  • core: replace Util.report with Reporter.warn, was changed in SLF4J 2.0.10

SLF4J 2.0.9 allows a provider to be explicitly specified

13 Sep 15:19
Compare
Choose a tag to compare
  • 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

19 Apr 09:45
Compare
Choose a tag to compare

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

22 Mar 22:22
Compare
Choose a tag to compare

Update plugins and dependencies

17 Mar 23:02
Compare
Choose a tag to compare
3.0.6

Update slf4j-api to 2.0.7

Use default values if the lambda-logger.properties is not found

11 Feb 05:54
Compare
Choose a tag to compare

Changed

  • Update dependencies

Fixed

  • Properties throws NPE if the lambda-logger.properties is missed then initialisation fails.

Update dependencies

19 Sep 14:41
Compare
Choose a tag to compare
  • Update SLF4J to 2.0.1

Support SLF4J 2

21 Aug 20:31
Compare
Choose a tag to compare
  • Support SLF4J 2
  • Add a module
  • Update dependencies
  • Update documentation

Update site and dependencies

14 Aug 17:22
Compare
Choose a tag to compare
  • Update dependencies
  • Update documentation