Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@edx-semantic-release edx-semantic-release released this 18 Sep 21:30
· 6 commits to master since this release
65cbf35

3.0.0 (2019-09-18)

Bug Fixes

  • userId required for identifyAuthenticatedUser (8bcba25)

BREAKING CHANGES

  • UserId is now required for identifyAuthenticatedUser.

This should not require any app changes. If you do need to identify
for an anonymous user, without the userId, use identifyAnonymousUser.

ARCH-948