This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree 3 files changed +8
-7
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## 2.1.1 - 2022-08-14
8
8
- Update dependencies
9
+ - Update documentation
9
10
10
11
## 2.1.0 - 2022-08-01
11
12
### Changed
Original file line number Diff line number Diff line change 89
89
<source-plugin .version>3.2.1</source-plugin .version>
90
90
<site-plugin .version>3.12.1</site-plugin .version>
91
91
<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>
93
93
<sign-plugin .version>1.0.1</sign-plugin .version>
94
94
<nexus-staging-plugin .version>1.6.13</nexus-staging-plugin .version>
95
95
<!-- test -->
96
96
<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>
98
98
<hamcrest .version>2.2</hamcrest .version>
99
99
<system-stubs .version>2.0.1</system-stubs .version>
100
100
<commons-text .version>1.9</commons-text .version>
101
101
<!-- dependencies -->
102
102
<jetbrains-annotations .version>23.0.0</jetbrains-annotations .version>
103
103
<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>
107
104
</properties >
108
105
109
106
<dependencies >
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
10
10
Yet another SLF4J Simple, isn't it?
11
11
12
12
No, 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.
14
17
15
18
The sample code, see the folder ** [ example] [ ] ** :
16
19
You can’t perform that action at this time.
0 commit comments