-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
unreleased=true | ||
future-release=1.1.0 | ||
issues-wo-labels=false | ||
enhancement-label=**Added:** | ||
enhancement-labels=added-feature | ||
bugs-label=**Fixed:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/awslabs/cognito-at-edge/tree/1.1.0) (2021-10-05) | ||
|
||
[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.0.0...1.1.0) | ||
|
||
Merge PRs by external contributors to add support for new use cases | ||
|
||
**Added:** | ||
|
||
- added optional disableCookieDomain parameter \(\#10\) [\#11](https://github.com/awslabs/cognito-at-edge/pull/11) ([jwwheeleriv](https://github.com/jwwheeleriv)) | ||
- add authentication to the fetch tokens from code [\#9](https://github.com/awslabs/cognito-at-edge/pull/9) ([yoavya](https://github.com/yoavya)) | ||
|
||
**Closed issues:** | ||
|
||
- Cookie domain attribute should optionally be disabled [\#10](https://github.com/awslabs/cognito-at-edge/issues/10) | ||
- Cognito client Id with secret [\#7](https://github.com/awslabs/cognito-at-edge/issues/7) | ||
|
||
## [1.0.0](https://github.com/awslabs/cognito-at-edge/tree/1.0.0) (2021-06-28) | ||
|
||
[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/9ad4d41623deafb8c217b9071fe2e63a4d4f30c7...1.0.0) | ||
|
||
Initial open-source release of `cognito-at-edge`. | ||
|
||
**Merged pull requests:** | ||
|
||
- Update README and package.json and add a PR template [\#3](https://github.com/awslabs/cognito-at-edge/pull/3) ([jeandek](https://github.com/jeandek)) | ||
- Add unit test cases to achieve full coverage [\#2](https://github.com/awslabs/cognito-at-edge/pull/2) ([jeandek](https://github.com/jeandek)) | ||
- Readme updates [\#1](https://github.com/awslabs/cognito-at-edge/pull/1) ([jenirain](https://github.com/jenirain)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters