File tree 4 files changed +7
-30
lines changed
4 files changed +7
-30
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.9.5] - 2020-06-02
10
+ ### Fixed
11
+ - ** Metrics** : Coerce non-string dimension values to string
12
+ - ** Logger** : Correct ` cold_start ` , ` function_memory_size ` values from string to bool and int respectively
13
+
9
14
## [ 0.9.4] - 2020-05-29
10
15
### Fixed
11
16
- ** Metrics** : Fix issue where metrics were not correctly flushed, and cleared on every invocation
Original file line number Diff line number Diff line change @@ -70,12 +70,7 @@ release-test:
70
70
poetry config pypi-token.pypi ${PYPI_TEST_TOKEN}
71
71
poetry publish --repository testpypi -n
72
72
73
- build-linux-wheels :
73
+ release : pr
74
74
poetry build
75
- docker run --env PLAT=manylinux1_x86_64 --rm -it -v ${PWD} :/io -w /io quay.io/pypa/manylinux1_x86_64 /io/build_linux_wheels.sh
76
- cp ./wheelhouse/* dist/ && rm -rf wheelhouse
77
-
78
- release :
79
- $(MAKE ) build-linux-wheels
80
75
$(MAKE ) release-test
81
76
$(MAKE ) release-prod
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 0.9.4 "
3
+ version = " 0.9.5 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
classifiers =[
You can’t perform that action at this time.
0 commit comments