File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 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
88
99## [ Unreleased]
1010
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+
1123## [ 1.10.2] - 2021-02-04
1224
1325### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.10.2 "
3+ version = " 1.10.3 "
44description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55authors = [" Amazon Web Services" ]
66include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments