Skip to content

Commit

Permalink
Update the Auth Helper to support the new standalone Maps/Places/Rout…
Browse files Browse the repository at this point in the history
…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
mbalfour-amzn and cgalvan authored Oct 30, 2024
1 parent d00b65e commit af18844
Show file tree
Hide file tree
Showing 9 changed files with 2,166 additions and 3,715 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
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
225 changes: 156 additions & 69 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit af18844

Please sign in to comment.