This repository was archived by the owner on Mar 11, 2022. It is now read-only.
2.0.0 (2018-02-14)
- [NEW] Added API for upcoming IBM Cloud Identity and Access
Management support for Cloudant on IBM Cloud. Note: IAM API key
support is not yet enabled in the service. - [NEW] Interceptors can return
nilto signal an error
condition. See
the interceptor documentation for more
details. - [FIXED] Crash when stopping replicators.
- [FIXED] Threading issues in replicators.
- [FIXED] Added status code
TDReplicatorErrorNetworkOffline-
replicators will go into an error state with this error code if the
network goes offline, instead of appearing to complete normally. - [BREAKING CHANGE] On iOS, replicators no longer stop when the app is
backgrounded. To revert to the existing behaviour, your app should
over-ride
the
applicationDidEnterBackgroundmethod
or register for
the
UIApplicationDidEnterBackgroundNotificationnotification,
and callstopon the replicator. - [REMOVED] Removed deprecated class
CDTSavedHTTPAttachmentand method
createRevisionFromJsononCDTDocumentRevision. - [IMPROVED] Updated documentation by replacing deprecated Cloudant links with the latest bluemix.net links.