Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.47 KB

CHANGES_UNRELEASED.md

File metadata and controls

28 lines (20 loc) · 1.47 KB

See the release process docs for the steps to take when cutting a new release.

Unreleased Changes

Full Changelog

Push

What's changed

  • The push component will now attempt to auto-recover from the server losing its UAID (#4347)
    • The push component will return a new kotlin Error UAIDNotRecognizedError in cases where auto-recovering isn't possible (when subscribing)
    • Two other new errors were defined that were used to be reported under a generic error:
      • JSONDeserializeError for errors in deserialization
      • RequestError for errors in sending a network request