You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* develop:
docs: Fix doc for log sampling (#135)
fix(logging): Don't include `json_default` in logs (#132)
chore: bump to 1.4.0
docs: add Lambda Layer SAR App url and ARN
fix: upgrade dot-prop, serialize-javascript
fix heading error due to merge
formatting for bash script
add layer to docs and how to use it from SAR
moved publish step to publish workflow after pypi push
fix(ssm): Make decrypt an explicit option and refactoring (#123)
change to eu-west-1 default region
remove tmp release flag and set trigger to release published
add overwrite flag for ssm
add relase tag simulation
more typos
fix typo in branch trigger
fix indent, yaml ...
line endings
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.4.0] - 2020-08-25
10
+
11
+
### Added
12
+
-**All**: Official Lambda Layer via [Serverless Application Repository](https://serverlessrepo.aws.amazon.com/applications/eu-west-1/057560766410/aws-lambda-powertools-python-layer)
13
+
-**Tracer**: `capture_method` and `capture_lambda_handler` now support **capture_response=False** parameter to prevent Tracer to capture response as metadata to allow customers running Tracer with sensitive workloads
14
+
9
15
### Fixed
10
16
-**Metrics**: Cold start metric is now completely separate from application metrics dimensions, making it easier and cheaper to visualize.
11
17
- This is a breaking change if you were graphing/alerting on both application metrics with the same name to compensate this previous malfunctioning
12
18
- Marked as bugfix as this is the intended behaviour since the beginning, as you shouldn't have the same application metric with different dimensions
19
+
-**Utilities**: SSMProvider within Parameters utility now have decrypt and recursive parameters correctly defined to support autocompletion
13
20
14
21
### Added
15
22
-**Tracer**: capture_lambda_handler and capture_method decorators now support `capture_response` parameter to not include function's response as part of tracing metadata
0 commit comments