Skip to content

Commit 8fa07e6

Browse files
committed
chore: clean up history changes
1 parent 238a401 commit 8fa07e6

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

Diff for: python/HISTORY.md

+19-9
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,52 @@
22

33
## May 12th
44

5+
**0.9.0**
6+
57
* **Tracer**: Support for async functions in `Tracer` via `capture_method` decorator
68
* **Tracer**: Support for `aiohttp` via `aiohttp_trace_config` trace config
79
* **Tracer**: Support for patching specific modules via `patch_modules` param
810
* **Tracer**: Document escape hatch mechanisms via `tracer.provider`
911

12+
## May 1st
13+
14+
**0.8.1**
15+
16+
* **Metrics**: Fix incorrect metric units enum values for `*PerSecond` e.g. CountPerSecond
17+
1018
## April 24th
1119

12-
* Introduces `Logger` for stuctured logging as a replacement for `logger_setup`
13-
* Introduces `Logger.inject_lambda_context` decorator as a replacement for `logger_inject_lambda_context`
14-
* Raise `DeprecationWarning` exception for both `logger_setup`, `logger_inject_lambda_context`
20+
**0.8.0**
21+
22+
* **Logger**: Introduces `Logger` class for stuctured logging as a replacement for `logger_setup`
23+
* **Logger**: Introduces `Logger.inject_lambda_context` decorator as a replacement for `logger_inject_lambda_context`
24+
* **Logger**: Raise `DeprecationWarning` exception for both `logger_setup`, `logger_inject_lambda_context`
1525

1626
## April 20th, 2020
1727

1828
**0.7.0**
1929

20-
* Introduces Middleware Factory to build your own middleware
21-
* Fixes Metrics dimensions not being included correctly in EMF
30+
* **Middleware factory**: Introduces Middleware Factory to build your own middleware via `lambda_handler_decorator`
31+
* **Metrics**: Fixes metrics dimensions not being included correctly in EMF
2232

2333
## April 9th, 2020
2434

2535
**0.6.3**
2636

27-
* Fix `log_metrics` decorator logic not calling the decorated function, and exception handling
37+
* **Logger**: Fix `log_metrics` decorator logic not calling the decorated function, and exception handling
2838

2939
## April 8th, 2020
3040

3141
**0.6.1**
3242

33-
* Introduces Metrics middleware to utilise CloudWatch Embedded Metric Format
34-
* Adds deprecation warning for `log_metrics`
43+
* **Metrics**: Introduces Metrics middleware to utilise CloudWatch Embedded Metric Format
44+
* **Metrics**: Adds deprecation warning for `log_metrics`
3545

3646
## February 20th, 2020
3747

3848
**0.5.0**
3949

40-
* Introduces log sampling for debug - Thanks to [Danilo's contribution](https://github.com/awslabs/aws-lambda-powertools/pull/7)
50+
* **Logger**: Introduces log sampling for debug - Thanks to [Danilo's contribution](https://github.com/awslabs/aws-lambda-powertools/pull/7)
4151

4252
## November 15th, 2019
4353

0 commit comments

Comments
 (0)