Skip to content

Releases: IBM/cloudant-go-sdk

0.0.32

28 Apr 11:04
Compare
Choose a tag to compare
0.0.32 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Updated SDK core dependency.
  • Documentation updates.

Breaking changes:

  • Names changed for /_api/v2/user/activity_tracker/events operations and models.
  • Names changed for PUT /_api/v2/user/capacity/throughput operation and model.
  • Removed atts_since and open_revs options from single document operations.
    See KNOWN_ISSUES; the workaround is to use _bulk_get.

0.0.31

15 Apr 19:07
Compare
Choose a tag to compare
0.0.31 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Updated SDK core dependency.

0.0.30

02 Mar 16:26
Compare
Choose a tag to compare
0.0.30 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Updated SDK core dependency.
  • Documentation improvements.

Breaking changes:

  • Moved partial_filter_selector to correct location in index APIs.
  • Excluded /{db}/_local_docs and /{db}/_local_docs/queries API endpoints.

0.0.29

10 Feb 17:27
Compare
Choose a tag to compare
0.0.29 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Added operations for HTTP HEAD requests.
  • Fixed race in session cookie authenticator feature.
  • Updated SDK core dependency.
  • Documentation improvements.

0.0.28

12 Jan 10:58
Compare
Choose a tag to compare
0.0.28 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • New session cookie authentication feature.
  • Updated SDK core dependency.

0.0.27

12 Nov 14:53
Compare
Choose a tag to compare
0.0.27 Pre-release
Pre-release

Note: APIs may be subject to change.

Changes:

  • Added endpoints for capacity and audit event types.
  • Fixed missing doc property from changes result item model.
  • Enabled transparent compression of request bodies.
  • Documentation improvements.
  • Updated SDK core dependency.
  • New WithContext versions of each API call to allow passing of context.Context.
  • Enhanced testing pipeline.

Breaking Changes:

  • Added required parameters to response models.
  • Model name changes for CORS APIs.

0.0.26

08 Oct 16:22
Compare
Choose a tag to compare
0.0.26 Pre-release
Pre-release

Note: APIs may be subject to change.

Changes:

  • Fixed URL path handling and escaping issues.
  • Updated SDK core dependency.
  • Added operation IDs to request headers for debugging.
  • Minor style and refactoring changes from latest source code generator.

Breaking Changes:

  • Added validation of required parameters on requests.
  • Removed some models and operations not needed in the SDK.

0.0.24

01 Sep 11:23
Compare
Choose a tag to compare
0.0.24 Pre-release
Pre-release

Beta release

Note: APIs may be subject to change.

Changes:

  • Added fields property to POST _changes operation to allow projection when using include_docs and selector filter.
  • Added documents to view result rows for include_docs case.
  • Corrected response model for Cloudant API keys endpoint.

Breaking Changes:

  • Updated/corrected naming for:
    • Cloudant security operations.
    • Design document view index models.
    • _missing_revs and _revs_diff.

0.0.23

20 Aug 16:08
Compare
Choose a tag to compare
0.0.23 Pre-release
Pre-release

Initial beta release.

Note: APIs may be subject to change.