This repository has been 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
nil
to 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
applicationDidEnterBackground
method
or register for
the
UIApplicationDidEnterBackgroundNotification
notification,
and callstop
on the replicator. - [REMOVED] Removed deprecated class
CDTSavedHTTPAttachment
and method
createRevisionFromJson
onCDTDocumentRevision
. - [IMPROVED] Updated documentation by replacing deprecated Cloudant links with the latest bluemix.net links.