Skip to content

Releases: adopted-ember-addons/ember-cognito

Release 2.0.0

08 Jan 03:39
Compare
Choose a tag to compare

💥 Breaking Change

Committers: 1

Release 1.0.0

24 Jan 14:45
Compare
Choose a tag to compare

💥 Breaking Change

Committers: 1

Release 0.12.0

26 Dec 19:22
6d44f05
Compare
Choose a tag to compare
  • Merge pull request #161 from rwwagner90/fix-crypto (cefb6a8)
  • Possible fix for crypto (e9f8e26)
  • Merge pull request #160 from paulcwatts/fix-build (90da99e)
  • Fix lint errors (98080a6)
  • Merge pull request #158 from rwwagner90/bump-deps (ef51b82)
  • Use GitHub actions instead of Travis (cb79e9d)
  • Yarn upgrade (2f4252d)
  • Ember 3.22 (229b0dc)
  • Bump deps (42fa68d)
  • Merge pull request #155 from paulcwatts/more-updates (731db93)
  • Convert to native classes, async/await (89e4b55)
  • Merge pull request #154 from paulcwatts/update-deps (2e0e90f)
  • Remove readme badges (13af824)
  • Finish conversion (3fdd09d)
  • Continue updating syntax (a11cb8e)
  • Begin updating syntax (28d69b6)
  • JS Lint fixes (b2b96c8)
  • Update dependencies (136cf77)
  • Merge pull request #153 from BobrImperator/refactor-remove-assign-usage (a62ba6c)
  • refactor: remove Ember.assign in favor of Object.assign (cfa9282)

Release 0.11.0

24 Aug 15:42
039cd3a
Compare
Choose a tag to compare
  • Convert to native classes, async/await (89e4b55)
  • Merge pull request #154 from paulcwatts/update-deps (2e0e90f)
  • Remove readme badges (13af824)
  • Finish conversion (3fdd09d)
  • Continue updating syntax (a11cb8e)
  • Begin updating syntax (28d69b6)
  • JS Lint fixes (b2b96c8)
  • Update dependencies (136cf77)
  • Merge pull request #153 from BobrImperator/refactor-remove-assign-usage (a62ba6c)
  • refactor: remove Ember.assign in favor of Object.assign (cfa9282)

Release 0.10.0

15 Sep 18:09
37df03c
Compare
Choose a tag to compare
  • Merge pull request #138 from paulcwatts/release-it (ae66b5d)
  • Switch from ember-cli-release to release-it (1b70c1f)
  • Merge pull request #137 from paulcwatts/update-deps (e684d42)
  • Update dependencies (6c5dd05)
  • Merge pull request #134 from qpowell/patch-1 (76ae6ba)
  • Update README.md (f42014c)

Release 0.10.0-beta0

10 Jun 21:04
e8fc457
Compare
Choose a tag to compare
Release 0.10.0-beta0 Pre-release
Pre-release

This release replaces the user of AWS Cognito directly with the AWS Amplify library.

Additions

  • Please see the updated README for many of the new changes.
  • The dummy application has been greatly expanded to exercise nearly all of this addon's features.

Breaking Changes

  • The CognitoStorage object, which was used to put Cognito's tokens in ember-simple-auth's storage, is no longer used. We automatically persist the access token in ember-simple-auth's authenticated hash as before, but nothing else from Cognito storage. This actually enables one to potentially use a different ember-simple-auth storage such as cookie storage, since it's much less likely that the authenticated data will be greater than 4096 bytes.

Deprecations

  • Many methods in CognitoUser have been deprecated and replaced with similar functions on the Cognito service. These have been renamed to their Amplify equivalents.
  • You no longer need to include the amazon-cognito-identity-js directly in your app, this is included (as well as the amplify packages) by default in the addon.
  • The testing helpers for ember-qunit < 4.2 have been deprecated. Please upgrade your tests to ember-qunit >= 4.2.

These deprecations will be removed by 1.0.

Release 0.9.0

12 Jul 20:15
cf18269
Compare
Choose a tag to compare
  • Add deleteUser method to CognitoUser (Thanks @mike183!)

Full changelist

Release 0.8.0

14 Jun 01:06
Compare
Choose a tag to compare
  • Add support for authenticationFlowType (Thanks @JoseLawrence!)
  • Properly translate exceptions thrown from Cognito to rejected promises (Thanks @rbezemer!)

Full changelist

Release 0.7.2

09 Apr 15:35
Compare
Choose a tag to compare
  • Fixes an issue when calling invalidate() with no underlying Cognito user.

Full changelist

Release 0.7.1

09 Apr 15:33
Compare
Choose a tag to compare
  • This fixes an issue with the latest versions of amazon-cognito-identity-js package. With versions of amazon-cognito-identity-js >= 2.0.2, the AWS Cognito SDK file is no longer included by default. If you don't use other AWS features besides Cognito, this saves ~100K in your vendor JS file!

Full changelist