We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7647193 commit 238a401Copy full SHA for 238a401
python/HISTORY.md
@@ -1,5 +1,12 @@
1
# HISTORY
2
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
10
## April 24th
11
12
* Introduces `Logger` for stuctured logging as a replacement for `logger_setup`
python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws_lambda_powertools"
-version = "0.8.0"
+version = "0.9.0"
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
authors = ["Amazon Web Services"]
classifiers=[
0 commit comments