From aba9d45177cb152e2ce781edb574e2dc16e18c92 Mon Sep 17 00:00:00 2001 From: Jean de Kernier Date: Mon, 20 Feb 2023 09:21:32 +0100 Subject: [PATCH] Release 1.3.2 (#59) --- .github_changelog_generator | 2 +- CHANGELOG.md | 19 ++++++++++++++++--- package.json | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index e8d0ef2..0edeb8d 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.3.1 +future-release=1.3.2 issues-wo-labels=false enhancement-label=**Added:** enhancement-labels=added-feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 598f169..a980aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,33 @@ # Changelog +## [1.3.2](https://github.com/awslabs/cognito-at-edge/tree/1.3.2) (2023-02-17) + +[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.3.1...1.3.2) + +**Added:** + +- Support SameSite cookie [\#50](https://github.com/awslabs/cognito-at-edge/pull/50) ([ckifer](https://github.com/ckifer)) + +**Fixed:** + +- Unhandled error if cookies disabled [\#52](https://github.com/awslabs/cognito-at-edge/issues/52) +- Handle missing cookies in request [\#53](https://github.com/awslabs/cognito-at-edge/pull/53) ([foxbox-doug](https://github.com/foxbox-doug)) + ## [1.3.1](https://github.com/awslabs/cognito-at-edge/tree/1.3.1) (2022-12-05) [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.3.0...1.3.1) **Fixed:** -- Encode illegal characters inside cookies and change cookies parsing logic [\#46](https://github.com/awslabs/cognito-at-edge/pull/46) ([borisfba](https://github.com/borisfba)) +- Incorrect Regex of idToken With Subdomains [\#43](https://github.com/awslabs/cognito-at-edge/issues/43) -## [1.3.0](https://github.com/awslabs/cognito-at-edge/tree/1.3.0) (2022-11-21) +## [1.3.0](https://github.com/awslabs/cognito-at-edge/tree/1.3.0) (2022-11-22) [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.2...1.3.0) **Added:** -- Add support for HttpOnly cookie flag [\#41](https://github.com/awslabs/cognito-at-edge/pull/41) ([tsop14](https://github.com/tsop14)) +- feat: httpOnly param [\#41](https://github.com/awslabs/cognito-at-edge/pull/41) ([tsop14](https://github.com/tsop14)) ## [1.2.2](https://github.com/awslabs/cognito-at-edge/tree/1.2.2) (2022-04-12) diff --git a/package.json b/package.json index 7689bbd..fb08d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-at-edge", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/awslabs/cognito-at-edge"