See the release process docs for the steps to take when cutting a new release.
- 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 deserializationRequestError
for errors in sending a network request
- The push component will return a new kotlin Error