|
1 | 1 | # HISTORY
|
2 | 2 |
|
| 3 | +## May 12th |
| 4 | + |
| 5 | +**0.9.0** |
| 6 | + |
| 7 | +* **Tracer**: Support for async functions in `Tracer` via `capture_method` decorator |
| 8 | +* **Tracer**: Support for `aiohttp` via `aiohttp_trace_config` trace config |
| 9 | +* **Tracer**: Support for patching specific modules via `patch_modules` param |
| 10 | +* **Tracer**: Document escape hatch mechanisms via `tracer.provider` |
| 11 | + |
3 | 12 | ## May 1st
|
4 | 13 |
|
5 | 14 | **0.8.1**
|
6 | 15 |
|
7 |
| -* Fix metric unit casting logic if one passes plain string (value or key) |
8 |
| -* Fix `MetricUnit` enum values for |
| 16 | +* **Metrics**: Fix metric unit casting logic if one passes plain string (value or key) |
| 17 | +* **Metrics: **Fix `MetricUnit` enum values for |
9 | 18 | - `BytesPerSecond`
|
10 | 19 | - `KilobytesPerSecond`
|
11 | 20 | - `MegabytesPerSecond`
|
|
22 | 31 |
|
23 | 32 | **0.8.0**
|
24 | 33 |
|
25 |
| -* Introduces `Logger` for stuctured logging as a replacement for `logger_setup` |
26 |
| -* Introduces `Logger.inject_lambda_context` decorator as a replacement for `logger_inject_lambda_context` |
27 |
| -* Raise `DeprecationWarning` exception for both `logger_setup`, `logger_inject_lambda_context` |
| 34 | +* **Logger**: Introduces `Logger` class for stuctured logging as a replacement for `logger_setup` |
| 35 | +* **Logger**: Introduces `Logger.inject_lambda_context` decorator as a replacement for `logger_inject_lambda_context` |
| 36 | +* **Logger**: Raise `DeprecationWarning` exception for both `logger_setup`, `logger_inject_lambda_context` |
28 | 37 |
|
29 | 38 | ## April 20th, 2020
|
30 | 39 |
|
31 | 40 | **0.7.0**
|
32 | 41 |
|
33 |
| -* Introduces Middleware Factory to build your own middleware |
34 |
| -* Fixes Metrics dimensions not being included correctly in EMF |
| 42 | +* **Middleware factory**: Introduces Middleware Factory to build your own middleware via `lambda_handler_decorator` |
| 43 | +* **Metrics**: Fixes metrics dimensions not being included correctly in EMF |
35 | 44 |
|
36 | 45 | ## April 9th, 2020
|
37 | 46 |
|
38 | 47 | **0.6.3**
|
39 | 48 |
|
40 |
| -* Fix `log_metrics` decorator logic not calling the decorated function, and exception handling |
| 49 | +* **Logger**: Fix `log_metrics` decorator logic not calling the decorated function, and exception handling |
41 | 50 |
|
42 | 51 | ## April 8th, 2020
|
43 | 52 |
|
44 | 53 | **0.6.1**
|
45 | 54 |
|
46 |
| -* Introduces Metrics middleware to utilise CloudWatch Embedded Metric Format |
47 |
| -* Adds deprecation warning for `log_metrics` |
| 55 | +* **Metrics**: Introduces Metrics middleware to utilise CloudWatch Embedded Metric Format |
| 56 | +* **Metrics**: Adds deprecation warning for `log_metrics` |
48 | 57 |
|
49 | 58 | ## February 20th, 2020
|
50 | 59 |
|
51 | 60 | **0.5.0**
|
52 | 61 |
|
53 |
| -* Introduces log sampling for debug - Thanks to [Danilo's contribution](https://github.com/awslabs/aws-lambda-powertools/pull/7) |
| 62 | +* **Logger**: Introduces log sampling for debug - Thanks to [Danilo's contribution](https://github.com/awslabs/aws-lambda-powertools/pull/7) |
54 | 63 |
|
55 | 64 | ## November 15th, 2019
|
56 | 65 |
|
|
0 commit comments