diff --git a/.github/workflows/on-release-prod.yml b/.github/workflows/on-release-prod.yml
index ee0aec7676..f431e6a951 100644
--- a/.github/workflows/on-release-prod.yml
+++ b/.github/workflows/on-release-prod.yml
@@ -60,7 +60,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
- npx lerna version --conventional-commits --force-publish --conventional-prerelease --preid rc --yes
+ npx lerna version --conventional-commits --force-publish --yes
npx lerna publish from-git --no-verify-access --yes
#########################
# Generate documentation
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc38420170..95988729d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package aws-lambda-powertools-typescript
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
diff --git a/README.md b/README.md
index 4189368e0c..ec91a2511c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
# AWS Lambda Powertools for TypeScript
-| ⚠️ **WARNING: Do not use this library in production (yet)** ⚠️ |
-|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2). |_
-
A suite of TypeScript utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools for [Python](https://github.com/awslabs/aws-lambda-powertools-python) and AWS Lambda Powertools for [Java](https://github.com/awslabs/aws-lambda-powertools-java) are also available).
**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples)**
diff --git a/docs/core/logger.md b/docs/core/logger.md
index 0c632fceaa..0c01dd6878 100644
--- a/docs/core/logger.md
+++ b/docs/core/logger.md
@@ -3,13 +3,6 @@ title: Logger
description: Core utility
---
-!!! warning "Do not use this library in production (yet)"
-
- AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
- While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2){target="_blank"}.
-
- **Do not use this library for production workloads (yet).**
-
Logger provides an opinionated logger with output structured as JSON.
## Key features
diff --git a/docs/core/metrics.md b/docs/core/metrics.md
index 3a9fb02b52..c5e338931d 100644
--- a/docs/core/metrics.md
+++ b/docs/core/metrics.md
@@ -3,13 +3,6 @@ title: Metrics
description: Core utility
---
-!!! warning "Do not use this library in production (yet)"
-
- AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
- While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2){target="_blank"}.
-
- **Do not use this library for production workloads (yet).**
-
Metrics creates custom metrics asynchronously by logging metrics to standard output following [Amazon CloudWatch Embedded Metric Format (EMF)](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format.html).
These metrics can be visualized through [Amazon CloudWatch Console](https://console.aws.amazon.com/cloudwatch/).
diff --git a/docs/core/tracer.md b/docs/core/tracer.md
index 672cc43bb7..3a8aba1950 100644
--- a/docs/core/tracer.md
+++ b/docs/core/tracer.md
@@ -3,13 +3,6 @@ title: Tracer
description: Core utility
---
-!!! warning "Do not use this library in production (yet)"
-
- AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
- While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2){target="_blank"}.
-
- **Do not use this library for production workloads (yet).**
-
Tracer is an opinionated thin wrapper for [AWS X-Ray SDK for Node.js](https://github.com/aws/aws-xray-sdk-node).
## Key features
diff --git a/docs/index.md b/docs/index.md
index 3d976eb5a5..8e9b0016bd 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3,13 +3,6 @@ title: Homepage
description: AWS Lambda Powertools for TypeScript
---
-!!! warning "Do not use this library in production (yet)"
-
- AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
- While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2){target="_blank"}.
-
- **Do not use this library for production workloads (yet).**
-
AWS Lambda Powertools for TypeScript provides a suite of utilities for AWS Lambda functions running on the Node.js runtime, to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
## Tenets
diff --git a/examples/cdk/CHANGELOG.md b/examples/cdk/CHANGELOG.md
index 6ca2eba397..3c4a39819f 100644
--- a/examples/cdk/CHANGELOG.md
+++ b/examples/cdk/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package cdk-app
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
**Note:** Version bump only for package cdk-app
diff --git a/examples/cdk/package-lock.json b/examples/cdk/package-lock.json
index 75733a66a6..bd2357dd42 100644
--- a/examples/cdk/package-lock.json
+++ b/examples/cdk/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cdk-app",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cdk-app",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"license": "MIT-0",
"dependencies": {
"@aws-lambda-powertools/logger": "^0.11.0",
diff --git a/examples/cdk/package.json b/examples/cdk/package.json
index 29dbd2671e..b7b55b732e 100644
--- a/examples/cdk/package.json
+++ b/examples/cdk/package.json
@@ -1,6 +1,6 @@
{
"name": "cdk-app",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
diff --git a/examples/sam/CHANGELOG.md b/examples/sam/CHANGELOG.md
index 449182266e..4afd933da2 100644
--- a/examples/sam/CHANGELOG.md
+++ b/examples/sam/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package powertools-typescript-sam-example
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
**Note:** Version bump only for package powertools-typescript-sam-example
diff --git a/examples/sam/package-lock.json b/examples/sam/package-lock.json
index 8f633c0490..1d14096e97 100644
--- a/examples/sam/package-lock.json
+++ b/examples/sam/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "powertools-typescript-sam-example",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "powertools-typescript-sam-example",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"license": "MIT-0",
"dependencies": {
"@aws-lambda-powertools/logger": "^0.11.0",
diff --git a/examples/sam/package.json b/examples/sam/package.json
index 632608223f..1648a60904 100644
--- a/examples/sam/package.json
+++ b/examples/sam/package.json
@@ -1,6 +1,6 @@
{
"name": "powertools-typescript-sam-example",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
diff --git a/lerna.json b/lerna.json
index 1d61f6dda7..7d56c39c6c 100644
--- a/lerna.json
+++ b/lerna.json
@@ -4,7 +4,7 @@
"examples/cdk",
"examples/sam"
],
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
\ No newline at end of file
diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md
index 9f6a5141f2..7fa51f92ad 100644
--- a/packages/commons/CHANGELOG.md
+++ b/packages/commons/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package @aws-lambda-powertools/commons
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
**Note:** Version bump only for package @aws-lambda-powertools/commons
diff --git a/packages/commons/README.md b/packages/commons/README.md
index 86a5040cbc..1a22c91f3d 100644
--- a/packages/commons/README.md
+++ b/packages/commons/README.md
@@ -1,10 +1,5 @@
# AWS Lambda Powertools for TypeScript
-| ⚠️ **WARNING: Do not use this library in production (yet)** ⚠️ |
-|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2). |_
-
-
A suite of TypeScript utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools for [Python](https://github.com/awslabs/aws-lambda-powertools-python) and AWS Lambda Powertools for [Java](https://github.com/awslabs/aws-lambda-powertools-java) are also available).
**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples)**
diff --git a/packages/commons/package.json b/packages/commons/package.json
index 8da4801d49..43257e505f 100644
--- a/packages/commons/package.json
+++ b/packages/commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/commons",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"description": "A shared utility package for AWS Lambda Powertools for TypeScript libraries",
"author": {
"name": "Amazon Web Services",
diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md
index b5537c3f24..a5c76368c8 100644
--- a/packages/logger/CHANGELOG.md
+++ b/packages/logger/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package @aws-lambda-powertools/logger
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
**Note:** Version bump only for package @aws-lambda-powertools/logger
diff --git a/packages/logger/README.md b/packages/logger/README.md
index 3ef9f324a9..c80504a494 100644
--- a/packages/logger/README.md
+++ b/packages/logger/README.md
@@ -1,10 +1,5 @@
# AWS Lambda Powertools for TypeScript
-| ⚠️ **WARNING: Do not use this library in production (yet)** ⚠️ |
-|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2). |_
-
-
A suite of TypeScript utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools for [Python](https://github.com/awslabs/aws-lambda-powertools-python) and AWS Lambda Powertools for [Java](https://github.com/awslabs/aws-lambda-powertools-java) are also available).
**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples)**
diff --git a/packages/logger/package.json b/packages/logger/package.json
index 4b34db2ccb..9a4a2c24a0 100644
--- a/packages/logger/package.json
+++ b/packages/logger/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/logger",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"description": "The logging package for the AWS Lambda Powertools for TypeScript library",
"author": {
"name": "Amazon Web Services",
@@ -50,7 +50,7 @@
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
},
"dependencies": {
- "@aws-lambda-powertools/commons": "^0.12.0-rc.1",
+ "@aws-lambda-powertools/commons": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.pickby": "^4.6.0"
diff --git a/packages/metrics/CHANGELOG.md b/packages/metrics/CHANGELOG.md
index bd3d9b99db..94e84a52b6 100644
--- a/packages/metrics/CHANGELOG.md
+++ b/packages/metrics/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package @aws-lambda-powertools/metrics
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
**Note:** Version bump only for package @aws-lambda-powertools/metrics
diff --git a/packages/metrics/README.md b/packages/metrics/README.md
index 47294b6964..ca8913b7be 100644
--- a/packages/metrics/README.md
+++ b/packages/metrics/README.md
@@ -1,10 +1,5 @@
# AWS Lambda Powertools for TypeScript
-| ⚠️ **WARNING: Do not use this library in production (yet)** ⚠️ |
-|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2). |_
-
-
A suite of TypeScript utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools for [Python](https://github.com/awslabs/aws-lambda-powertools-python) and AWS Lambda Powertools for [Java](https://github.com/awslabs/aws-lambda-powertools-java) are also available).
**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples)**
diff --git a/packages/metrics/package.json b/packages/metrics/package.json
index 566cd64f8c..98adbac5b4 100644
--- a/packages/metrics/package.json
+++ b/packages/metrics/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/metrics",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"description": "The metrics package for the AWS Lambda Powertools for TypeScript library",
"author": {
"name": "Amazon Web Services",
@@ -49,7 +49,7 @@
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
},
"dependencies": {
- "@aws-lambda-powertools/commons": "^0.12.0-rc.1"
+ "@aws-lambda-powertools/commons": "^1.0.1"
},
"keywords": [
"aws",
diff --git a/packages/tracer/CHANGELOG.md b/packages/tracer/CHANGELOG.md
index b396d19af4..dbe5b59f2a 100644
--- a/packages/tracer/CHANGELOG.md
+++ b/packages/tracer/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.0.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.1...v1.0.1) (2022-07-14)
+
+**Note:** Version bump only for package @aws-lambda-powertools/tracer
+
+
+
+
+
# [0.12.0-rc.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.12.0-rc.0...v0.12.0-rc.1) (2022-07-14)
**Note:** Version bump only for package @aws-lambda-powertools/tracer
diff --git a/packages/tracer/README.md b/packages/tracer/README.md
index 91a3cf4a5a..b42f7ef8a8 100644
--- a/packages/tracer/README.md
+++ b/packages/tracer/README.md
@@ -1,10 +1,5 @@
# AWS Lambda Powertools for TypeScript
-| ⚠️ **WARNING: Do not use this library in production (yet)** ⚠️ |
-|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| AWS Lambda Powertools for TypeScript is currently released as a release candidate (RC) and is intended for feedback and testing purposes only.
While this version is fairly stable in terms of API surface, we still expect some changes to happen as part of the upcoming [production-ready release](https://github.com/awslabs/aws-lambda-powertools-typescript/milestone/2). |_
-
-
A suite of TypeScript utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools for [Python](https://github.com/awslabs/aws-lambda-powertools-python) and AWS Lambda Powertools for [Java](https://github.com/awslabs/aws-lambda-powertools-java) are also available).
**[📜 Documentation](https://awslabs.github.io/aws-lambda-powertools-typescript/)** | **[NPM](https://www.npmjs.com/org/aws-lambda-powertools)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Examples](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples)**
diff --git a/packages/tracer/package.json b/packages/tracer/package.json
index eec8cc99fb..372ac7e9a1 100644
--- a/packages/tracer/package.json
+++ b/packages/tracer/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/tracer",
- "version": "0.12.0-rc.1",
+ "version": "1.0.1",
"description": "The tracer package for the AWS Lambda Powertools for TypeScript library",
"author": {
"name": "Amazon Web Services",
@@ -50,7 +50,7 @@
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
},
"dependencies": {
- "@aws-lambda-powertools/commons": "^0.12.0-rc.1",
+ "@aws-lambda-powertools/commons": "^1.0.1",
"aws-xray-sdk-core": "^3.3.6"
},
"keywords": [