Skip to content

Releases: IBM/cloudant-go-sdk

0.10.1

10 Mar 17:48
v0.10.1
fa7721b
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Add operations for /_api/v2/user/current/databases and /_api/v2/user/capacity/databases APIs.

Notes:

  • The Go minimum version is now 1.23

0.10.0

15 Jan 11:10
v0.10.0
9236a40
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • Corrected mapping level of faceted search ranges API model. The existing model was incorrect and resulted in unsuccessful requests. As such this API change should have no impact.
  • Corrected sort direction values in explain map reduce options model. This is unlikely to break callers as the string value is returned.

Changes:

  • Added GET /{db}/_design/{ddoc}/_search_disk_size/{index} operation.
  • Added POST _replicator operation.
  • Updated dependencies.
  • Updated documentation.

0.9.2

17 Dec 10:10
v0.9.2
3441e35
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Fixed unmarshalling of faceted search ranges and counts.
  • Updated dependencies.
  • Upated documentation.

0.9.1

08 Nov 10:02
v0.9.1
8841b43
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added new allow fallback option to find query options models.
  • Improved error message output and added trace ID to error responses.
  • Updated dependencies.
  • Updated documentation.

0.9.0

20 Sep 09:24
v0.9.0
8146d7a
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Fixed session authenticator error format.
  • Updated dependencies.
  • Updated documentation.

Language changes:

  • Updated Go version to 1.22.

0.8.0

09 Jul 13:18
v0.8.0
97892e2
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Breaking Changes:

  • The default service URL changed from http://localhost:5984 to https://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port 5984 (for example a test CouchDB server).

Changes:

  • Add missing owner field for replication documents.
  • Allow retrieval of additional vendor properties from server information model.
  • Update dependencies.
  • Update documentation.

0.7.7

05 Jun 09:43
v0.7.7
81386db
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Add InstanceStartTime to detect database recreation in database information model.
  • Updated dependencies.

0.7.6

07 May 11:17
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • New model extensions for _explain index analysis.
  • Removed incorrect accept header parameter from POST /{db}/_design_docs.
  • Updated dependencies.
  • Updated documentation.

0.7.5

27 Mar 13:35
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Fix: return an error when reading from a closed changes follower's channel (#471).
  • Use new go-sdk-core problem types for errors.
  • Improve error handling in changes follower when using contexts.
  • Updated dependencies.

0.7.4

13 Mar 10:14
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Fix unexpected 401 responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency).
  • Updated dependencies.