You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,22 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [Unreleased]
10
10
11
+
## [1.14.0] - 2023-02-17
12
+
13
+
### Added
14
+
15
+
* Feature: Introduce `MetricsUtils.withMetricsLogger()` utility method (#1000) by @humanzz
16
+
17
+
#### Maintenance
18
+
19
+
* Update logic for recording documentation pages views to use correct runtime name (#1047) by @kozub
20
+
* Deps: Bump third party dependencies to the latest versions.
21
+
22
+
### Documentation
23
+
24
+
* Docs: Update PowerTools definition by @heitorlessa
25
+
* Docs: Add information about other supported langauges to README and docs (#1033) by @kozub
26
+
11
27
## [1.13.0] - 2022-12-14
12
28
13
29
### Added
@@ -27,7 +43,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
27
43
28
44
## [1.12.3] - 2022-07-12
29
45
30
-
### Maintenance
46
+
####Maintenance
31
47
32
48
* Fixes to resolve vulnerable transitive dependencies ([919](https://github.com/awslabs/aws-lambda-powertools-java/issues/919))
33
49
@@ -47,7 +63,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
47
63
***Idempotency**: disable dynamodb client creation in persistent store when disabling idempotency ([#796](https://github.com/awslabs/aws-lambda-powertools-java/pull/796))
48
64
49
65
50
-
## Maintenance
66
+
###Maintenance
51
67
52
68
***deps**: Bump third party dependencies to the latest versions.
53
69
@@ -121,7 +137,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
121
137
122
138
***Logging**: `@Logging` annotation now works with `@Tracing` annotation on `RequestStreamHandler` when used in `logEvent` mode. [#567](https://github.com/awslabs/aws-lambda-powertools-java/pull/567)
123
139
124
-
## Maintenance
140
+
###Maintenance
125
141
126
142
***deps**: Bump third party dependencies to the latest versions.
127
143
@@ -147,7 +163,7 @@ Users no longer need to depend on [com.nickwongdev](https://mvnrepository.com/ar
147
163
***Logging**: Support for extracting Correlation id using `@Logging` annotation via `correlationIdPath` attribute and `setCorrelationId()` method in `LoggingUtils`([#448](https://github.com/awslabs/aws-lambda-powertools-java/pull/448)).
148
164
***Logging**: New `clearState` attribute on `@Logging` annotation to clear previously added custom keys upon invocation([#453](https://github.com/awslabs/aws-lambda-powertools-java/pull/453)).
149
165
150
-
## Maintenance
166
+
###Maintenance
151
167
152
168
***deps**: Bump third party dependencies to the latest versions.
153
169
@@ -158,7 +174,7 @@ Users no longer need to depend on [com.nickwongdev](https://mvnrepository.com/ar
158
174
***Tracing**: Support for Boolean and Number type as value in `TracingUtils.putAnnotation()`([#423](https://github.com/awslabs/aws-lambda-powertools-java/pull/432)).
159
175
***Logging**: API to remove any additional custom key from logger entry using `LoggingUtils.removeKeys()`([#395](https://github.com/awslabs/aws-lambda-powertools-java/pull/395)).
160
176
161
-
## Maintenance
177
+
###Maintenance
162
178
163
179
***deps**: Bump third party dependencies to the latest versions.
0 commit comments