Skip to content

Commit

Permalink
chore: bump to 1.0.0 GA (#83)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
heitorlessa and to-mc authored Jun 18, 2020
1 parent f5d14e3 commit 2161823
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2020-06-18
### Added
- **Metrics**: `add_metadata` method to add any metric metadata you'd like to ease finding metric related data via CloudWatch Logs
- Set status as General Availability

## [0.11.0] - 2020-06-08
### Added
- Imports can now be made from top level of module, e.g.: `from aws_lambda_powertools import Logger, Metrics, Tracer`
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

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

* **Status**: Release candidate
* **How long until GA?**: [Current progress](https://github.com/awslabs/aws-lambda-powertools/projects/1)
* **Docs**: [Main docs](https://awslabs.github.io/aws-lambda-powertools-python/) | [API Docs](https://awslabs.github.io/aws-lambda-powertools-python/api/)
**[📜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)**

## Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws_lambda_powertools"
version = "0.11.0"
version = "1.0.0"
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
authors = ["Amazon Web Services"]
classifiers=[
Expand Down

0 comments on commit 2161823

Please sign in to comment.