|
2 | 2 |
|
3 | 3 | ## May 12th
|
4 | 4 |
|
| 5 | +**0.9.0** |
| 6 | + |
5 | 7 | * **Tracer**: Support for async functions in `Tracer` via `capture_method` decorator
|
6 | 8 | * **Tracer**: Support for `aiohttp` via `aiohttp_trace_config` trace config
|
7 | 9 | * **Tracer**: Support for patching specific modules via `patch_modules` param
|
8 | 10 | * **Tracer**: Document escape hatch mechanisms via `tracer.provider`
|
9 | 11 |
|
| 12 | +## May 1st |
| 13 | + |
| 14 | +**0.8.1** |
| 15 | + |
| 16 | +* **Metrics**: Fix incorrect metric units enum values for `*PerSecond` e.g. CountPerSecond |
| 17 | + |
10 | 18 | ## April 24th
|
11 | 19 |
|
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` |
15 | 25 |
|
16 | 26 | ## April 20th, 2020
|
17 | 27 |
|
18 | 28 | **0.7.0**
|
19 | 29 |
|
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 |
22 | 32 |
|
23 | 33 | ## April 9th, 2020
|
24 | 34 |
|
25 | 35 | **0.6.3**
|
26 | 36 |
|
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 |
28 | 38 |
|
29 | 39 | ## April 8th, 2020
|
30 | 40 |
|
31 | 41 | **0.6.1**
|
32 | 42 |
|
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` |
35 | 45 |
|
36 | 46 | ## February 20th, 2020
|
37 | 47 |
|
38 | 48 | **0.5.0**
|
39 | 49 |
|
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) |
41 | 51 |
|
42 | 52 | ## November 15th, 2019
|
43 | 53 |
|
|
0 commit comments