Skip to content

v2.0.0-alpha1 🚀

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Oct 21:49
· 11 commits to refs/heads/main since this release
a0a8550

Changes in Release v2.0.0-alpha1

Breaking Changes

  • Remove generic device namespace for all app verification flows. Introduce qr and inapp alongside push to use instead.
  • The push.getCredential method nows returns AuthsignalResponse<AppCredential> instead of AuthsignalResponse<PushCredential>.
  • The push.addCredential method now returns AuthsignalResponse<AppCredential> instead of AuthsignalResponse<Bool>.

Full Changelog: v1.8.1...v2.0.0-alpha1