Skip to content

Commit 2a1c703

Browse files
committed
chore: bump to 1.24.1
1 parent 7414f89 commit 2a1c703

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format for changes and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## 1.24.1 - 2022-01-20
9+
10+
### Bug Fixes
11+
12+
* **data-classes:** docstring typos and clean up ([#937](https://github.com/awslabs/aws-lambda-powertools-python/issues/937))
13+
* **parameters:** appconfig internal _get docstrings ([#934](https://github.com/awslabs/aws-lambda-powertools-python/issues/934))
14+
15+
### Documentation
16+
17+
* rename quickstart to tutorial in readme
18+
* **batch:** snippet typo on batch processed messages iteration ([#951](https://github.com/awslabs/aws-lambda-powertools-python/issues/951))
19+
* **batch:** fix typo in context manager keyword ([#938](https://github.com/awslabs/aws-lambda-powertools-python/issues/938))
20+
* **homepage:** link to typescript version ([#950](https://github.com/awslabs/aws-lambda-powertools-python/issues/950))
21+
* **install:** new lambda layer for 1.24.0 release
22+
* **metrics:** keep it consistent with other sections, update metric names
23+
* **nav:** make REST and GraphQL event handlers more explicit ([#959](https://github.com/awslabs/aws-lambda-powertools-python/issues/959))
24+
* **quickstart:** expand on intro line
25+
* **quickstart:** tidy requirements up
26+
* **quickstart:** same process for Logger
27+
* **quickstart:** add sub-sections, fix highlight & code
28+
* **quickstart:** sentence fragmentation, tidy up
29+
* **quickstart:** make section agnostic to json lib
30+
* **tenets:** make core, non-core more explicit
31+
* **tracer:** update ServiceLens image w/ API GW, copywriting
32+
* **tracer:** warning to note on local traces
33+
* **tracer:** add initial image, requirements
34+
* **tracer:** add annotation, metadata, and image
35+
836
## 1.24.0 - 2021-12-31
937

1038
### Bug Fixes

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.24.0"
3+
version = "1.24.1"
44
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]

0 commit comments

Comments
 (0)