Skip to content

Releases: IBM/cloudant-go-sdk

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.

0.7.3

13 Feb 10:20
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Added missing parameters for CouchDB global changes (not applicable to Cloudant).
  • Updated dependencies.
  • Updated documentation.

0.7.2

05 Jan 15:35
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

0.7.1

21 Nov 10:48
Compare
Choose a tag to compare

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.

Full Changelog: v0.7.0...v0.7.1