Skip to content

Releases: aws-geospatial/amazon-location-mobile-auth-sdk-ios

v1.0.0

30 Oct 19:32
787edff
Compare
Choose a tag to compare

1.0.0

⚠️ Breaking changes

  • Refactored API to withAPIKey and withIdentityPoolId entry points that return corresponding client configurations for standalone Maps, Places, Routes SDKs and Location SDK
  • Removed custom wrapped client -> user can now use the clients directly from aws-sdk-swift

✨ Features and improvements

  • Added support for new standalone Maps, Places, and Routes SDKs
  • Added HTTP interceptor for API key use-case so user no longer needs to pass the API key to each request
  • Implemented automatic refresh of credentials when using Amazon Cognito
  • Updated README with usage examples for all the new clients

v0.3.2

11 Oct 17:48
41936d4
Compare
Choose a tag to compare

✨ Features and improvements

  • Made more methods public to make API Key usable from outside the package.

v0.3.1

10 Oct 18:57
ef72755
Compare
Choose a tag to compare

✨ Features and improvements

  • Bumped AWS SDK to latest version.

v0.3.0

10 Oct 18:15
e3bb153
Compare
Choose a tag to compare

✨ Features and improvements

  • Added API Key support
  • Updated dependencies

v0.2.2

08 Jul 18:45
59356a7
Compare
Choose a tag to compare

✨ Features and improvements

  • Add support for custom credential providers
  • Remove all mentions of API key in code and readme of all projects
  • Create Objective-C bridge

v0.2.1

27 Jun 18:48
ab89a0b
Compare
Choose a tag to compare

🐞 Bug fixes

  • AWS SDK 0.46.0 hotfix related to StaticAWSCredentialIdentityResolver

v0.2.0

27 Jun 18:47
6310a2e
Compare
Choose a tag to compare

✨ Features and improvements

  • Replaced aws-sdk-ios with aws-sdk-swift

v0.1.0

10 Jun 17:06
3f3a326
Compare
Choose a tag to compare

✨ Features and improvements

  • Create utilities to help authenticate into Amazon Location Service through using Amazon Cognito's Identity Pool ID or Amazon Location Service API keys.