This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## 2.1.1 - 2022-08-14
88- Update dependencies
9+ - Update documentation
910
1011## 2.1.0 - 2022-08-01
1112### Changed
Original file line number Diff line number Diff line change 8989 <source-plugin .version>3.2.1</source-plugin .version>
9090 <site-plugin .version>3.12.1</site-plugin .version>
9191 <docs-maven-skin .version>2.2.7</docs-maven-skin .version>
92- <info-reports-plugin .version>3.4.0 </info-reports-plugin .version>
92+ <info-reports-plugin .version>3.4.1 </info-reports-plugin .version>
9393 <sign-plugin .version>1.0.1</sign-plugin .version>
9494 <nexus-staging-plugin .version>1.6.13</nexus-staging-plugin .version>
9595 <!-- test -->
9696 <junit-jupiter .version>5.9.0</junit-jupiter .version>
97- <mockito .version>4.6.1 </mockito .version>
97+ <mockito .version>4.7.0 </mockito .version>
9898 <hamcrest .version>2.2</hamcrest .version>
9999 <system-stubs .version>2.0.1</system-stubs .version>
100100 <commons-text .version>1.9</commons-text .version>
101101 <!-- dependencies -->
102102 <jetbrains-annotations .version>23.0.0</jetbrains-annotations .version>
103103 <slf4j .version>1.7.36</slf4j .version>
104- <!-- other -->
105- <package .registry.url>https://gitlab.com/bot-by/slf4j-aws-lambda/-/packages
106- </package .registry.url>
107104 </properties >
108105
109106 <dependencies >
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
1010Yet another SLF4J Simple, isn't it?
1111
1212No, it isn't. This implementation supports MDC to print out ** AWS request ID** in start of every
13- logging record. This implementation does not currently support Markers.
13+ logging record. This implementation supports Markers too.
14+
15+ And last point: it resolves the [ CRLF issue] ( https://twitter.com/ben11kehoe/status/1264597451010433025 ) ,
16+ you don't have to prepare logging messages and stacktraces to log them on CloudWatch Logs.
1417
1518The sample code, see the folder ** [ example] [ ] ** :
1619
You can’t perform that action at this time.
0 commit comments