Skip to content

Commit 2161823

Browse files
heitorlessato-mc
andauthored
chore: bump to 1.0.0 GA (#83)
* chore: bump version and remove beta/RC status Signed-off-by: heitorlessa <[email protected]> * docs: add quick helpful links to the top Signed-off-by: heitorlessa <[email protected]> * fix: metadata typo Co-authored-by: Tom McCarthy <[email protected]> Co-authored-by: Tom McCarthy <[email protected]>
1 parent f5d14e3 commit 2161823

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff 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+
## [1.0.0] - 2020-06-18
10+
### Added
11+
- **Metrics**: `add_metadata` method to add any metric metadata you'd like to ease finding metric related data via CloudWatch Logs
12+
- Set status as General Availability
13+
914
## [0.11.0] - 2020-06-08
1015
### Added
1116
- Imports can now be made from top level of module, e.g.: `from aws_lambda_powertools import Logger, Metrics, Tracer`

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
77

8-
* **Status**: Release candidate
9-
* **How long until GA?**: [Current progress](https://github.com/awslabs/aws-lambda-powertools/projects/1)
10-
* **Docs**: [Main docs](https://awslabs.github.io/aws-lambda-powertools-python/) | [API Docs](https://awslabs.github.io/aws-lambda-powertools-python/api/)
8+
**[📜Documentation](https://awslabs.github.io/aws-lambda-powertools-python/)** | **[API Docs](https://awslabs.github.io/aws-lambda-powertools-python/api/)** | **[🐍PyPi](https://pypi.org/project/aws-lambda-powertools/)** | **[Feature request](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=feature-request%2C+triage&template=feature_request.md&title=)** | **[🐛Bug Report](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=bug%2C+triage&template=bug_report.md&title=)** | **[Kitchen sink example](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/example)**
119

1210
## Features
1311

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "0.11.0"
3+
version = "1.0.0"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
classifiers=[

0 commit comments

Comments
 (0)