Skip to content

Commit 3a6370e

Browse files
authored
chore: bump to 1.10.3 (#287)
1 parent fc08062 commit 3a6370e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff 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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.10.2"
3+
version = "1.10.3"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)