File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.10.3] - 2021-02-04
12
+
13
+ ### Added
14
+
15
+ * ** Docs** : Migrated from Gatsby to MKdocs documentation system
16
+ * ** Docs** : Included Getting started and Advanced sections in Core utilities, including additional examples
17
+
18
+ ### Fixed
19
+
20
+ * ** Tracer** : Disabled batching segments as X-Ray SDK does not flush traces upon reaching limits
21
+ * ** Parser** : Model type is now compliant with mypy
22
+
11
23
## [ 1.10.2] - 2021-02-04
12
24
13
25
### Fixed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.10.2 "
3
+ version = " 1.10.3 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments