File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# HISTORY
2
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
+
3
10
## April 24th
4
11
5
12
* Introduces ` Logger ` for stuctured logging as a replacement for ` logger_setup `
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
classifiers =[
You can’t perform that action at this time.
0 commit comments