2.6.22
Enhancements
- Allow multiple active subscriptions while using
API_KEY
auth. - Add retry logic for the HTTP service calls.
- Allow responses to have missing fields if they are optional.
- Fix issue with optimistic writes which would incorrectly throw
JSONDecodingError.missingValue
error. See issues #51 #8 - Fix warnings imposed by iOS 12. See PR#71