-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Auth Helper to support the new standalone Maps/Places/Rout…
…es SDKs (#47) * Added V2 support * Fixed color-scheme query param and simplified browser import example * 1.1.0 * Iterated on feedback * Updated README per feedback * Fixed typo * Updated README with new client names (#2) * Bumped versions to latest. --------- Co-authored-by: Chris Galvan <[email protected]>
- Loading branch information
1 parent
d00b65e
commit af18844
Showing
9 changed files
with
2,166 additions
and
3,715 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,63 @@ | ||
# 1.1.0 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Added support for new standalone Maps, Places, and Routes SDKs | ||
- Added optional region field to the withAPIKey method | ||
- Added `getClientConfig()` method that can be used when constructing all supported clients (new Maps/Places/Routes clients + LocationClient) | ||
- Updated README with usage examples for all the new clients | ||
|
||
# 1.0.7 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Refined the transform interceptor to only match Amazon Location Service URLs [#39](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/39) | ||
|
||
### 🐞 Bug fixes | ||
|
||
- Dependency updates for security fix [#40](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/40) | ||
|
||
# 1.0.6 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Reduced dependencies size [#29](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/issues/29) | ||
|
||
# 1.0.5 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Extended withIdentityPoolId signature to allow usage of authenticated identities [#30](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/30) | ||
- Dependabot updates to dependencies [#33](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/33) | ||
|
||
# 1.0.4 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Added an empty credentials config value withAPIKey [#31](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/31) | ||
- Improved README documentation | ||
|
||
# 1.0.3 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Improved browser bundling [#22](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/22) | ||
- Dependabot updates to dependencies [#26](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/26), [#27](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/27) | ||
|
||
# 1.0.2 | ||
|
||
### ✨ 🐞 Bug fixes | ||
|
||
- Fixed URL signing for maps when using Cognito [#24](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/24) | ||
|
||
# 1.0.1 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Improved version references in README [#18](https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/pull/18) | ||
|
||
# 1.0.0 | ||
|
||
### ✨ Features and improvements | ||
|
||
- Initial release |
Oops, something went wrong.