Skip to content

Commit badfb7e

Browse files
committed
fix: #35 duplicate changelog to project root
Dependabot reads project's Changelog to inform what's changed in a dependency
1 parent 70106a2 commit badfb7e

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

Diff for: CHANGELOG.md

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# HISTORY
2+
3+
## May 16th
4+
5+
**0.9.3**
6+
7+
* **Tracer**: Bugfix - Runtime Error for nested sync due to incorrect loop usage
8+
9+
## May 14th
10+
11+
**0.9.2**
12+
13+
* **Tracer**: Bugfix - aiohttp lazy import so it's not a hard dependency
14+
15+
## May 12th
16+
17+
**0.9.0**
18+
19+
* **Tracer**: Support for async functions in `Tracer` via `capture_method` decorator
20+
* **Tracer**: Support for `aiohttp` via `aiohttp_trace_config` trace config
21+
* **Tracer**: Support for patching specific modules via `patch_modules` param
22+
* **Tracer**: Document escape hatch mechanisms via `tracer.provider`
23+
24+
## May 1st
25+
26+
**0.8.1**
27+
28+
* **Metrics**: Fix metric unit casting logic if one passes plain string (value or key)
29+
* **Metrics: **Fix `MetricUnit` enum values for
30+
- `BytesPerSecond`
31+
- `KilobytesPerSecond`
32+
- `MegabytesPerSecond`
33+
- `GigabytesPerSecond`
34+
- `TerabytesPerSecond`
35+
- `BitsPerSecond`
36+
- `KilobitsPerSecond`
37+
- `MegabitsPerSecond`
38+
- `GigabitsPerSecond`
39+
- `TerabitsPerSecond`
40+
- `CountPerSecond`
41+
42+
## April 24th
43+
44+
**0.8.0**
45+
46+
* **Logger**: Introduces `Logger` class for stuctured logging as a replacement for `logger_setup`
47+
* **Logger**: Introduces `Logger.inject_lambda_context` decorator as a replacement for `logger_inject_lambda_context`
48+
* **Logger**: Raise `DeprecationWarning` exception for both `logger_setup`, `logger_inject_lambda_context`
49+
50+
## April 20th, 2020
51+
52+
**0.7.0**
53+
54+
* **Middleware factory**: Introduces Middleware Factory to build your own middleware via `lambda_handler_decorator`
55+
* **Metrics**: Fixes metrics dimensions not being included correctly in EMF
56+
57+
## April 9th, 2020
58+
59+
**0.6.3**
60+
61+
* **Logger**: Fix `log_metrics` decorator logic not calling the decorated function, and exception handling
62+
63+
## April 8th, 2020
64+
65+
**0.6.1**
66+
67+
* **Metrics**: Introduces Metrics middleware to utilise CloudWatch Embedded Metric Format
68+
* **Metrics**: Adds deprecation warning for `log_metrics`
69+
70+
## February 20th, 2020
71+
72+
**0.5.0**
73+
74+
* **Logger**: Introduces log sampling for debug - Thanks to [Danilo's contribution](https://github.com/awslabs/aws-lambda-powertools/pull/7)
75+
76+
## November 15th, 2019
77+
78+
* Public beta release

0 commit comments

Comments
 (0)