File tree Expand file tree Collapse file tree 4 files changed +7
-30
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
914## [ 0.9.4] - 2020-05-29
1015### Fixed
1116- ** 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:
7070 poetry config pypi-token.pypi ${PYPI_TEST_TOKEN}
7171 poetry publish --repository testpypi -n
7272
73- build-linux-wheels :
73+ release : pr
7474 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
8075 $(MAKE ) release-test
8176 $(MAKE ) release-prod
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 0.9.4 "
3+ version = " 0.9.5 "
44description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55authors = [" Amazon Web Services" ]
66classifiers =[
You can’t perform that action at this time.
0 commit comments