Skip to content

Commit 238a401

Browse files
committed
chore: bump version to 0.9.0
1 parent 7647193 commit 238a401

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: python/HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# HISTORY
22

3+
## May 12th
4+
5+
* **Tracer**: Support for async functions in `Tracer` via `capture_method` decorator
6+
* **Tracer**: Support for `aiohttp` via `aiohttp_trace_config` trace config
7+
* **Tracer**: Support for patching specific modules via `patch_modules` param
8+
* **Tracer**: Document escape hatch mechanisms via `tracer.provider`
9+
310
## April 24th
411

512
* Introduces `Logger` for stuctured logging as a replacement for `logger_setup`

Diff for: python/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 = "0.8.0"
3+
version = "0.9.0"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
classifiers=[

0 commit comments

Comments
 (0)