Skip to content

v0.3.0

Compare
Choose a tag to compare
@martinmckenna martinmckenna released this 09 Jun 23:00
· 110 commits to main since this release
f8e8dae

Changed

  • Persisted the same type of credential, to sign future JSON Web Tokens—even after invoking updateUserEmail (in #134). Previously, if a user called setUserID, then updated a user's email with updateUserEmail, future JWTs would be signed with the new email address even though the consumer code originally authorized with user ID.

Fixed

  • Fixed an issue where calling resumeMessageStream showed the next in-app message in the queue, even if pauseMessageStream wasn't called first (in #135)

Full Changelog: v0.2.1...v0.3.0