Skip to content

Releases: oracle/nosql-python-sdk

5.4.3

Choose a tag to compare

@gmfeinberg gmfeinberg released this 16 Aug 15:16
b2c7d46

This is a maintenance release

  • Cloud only: Fix thread used when rate limiting is enabled. Previously enabling
    rate limiting might cause a hang
  • Fixed error in WriteMultiple with multiple children-only requests

See CHANGELOG.md for details

5.4.2

Choose a tag to compare

@gmfeinberg gmfeinberg released this 13 May 19:56
9401bc3
  • new regions: sa-bogota-1, us-dcc-swjordan-1, us-dcc-swjordan-2, ap-dcc-tokyo-1, me-abudhabi-3, ap-dcc-gazipur-1, me-dcc-doha-1, ap-hobsonville-1
  • added support for array_collect() and count(distinct) in queries. These require server side support which is only available in Oracle NoSQL releases 23.3 and higher and will not be immediately available in the cloud service
  • added support for Cloud feature Global Active Tables. This includes new requests and classes:

See CHANGELOG for details
nosql-python-sdk-5.4.2.zip

5.4.1

Choose a tag to compare

@gmfeinberg gmfeinberg released this 01 Aug 20:53
45735f0

This is a feature release that supports a new protocol version as well as API associated with that version.
This release drops support for Python 2.x versions.
See CHANGELOG for details

5.3.7

Choose a tag to compare

@gmfeinberg gmfeinberg released this 12 Dec 21:33

This is a bug fix and cloud region update release. See CHANGELOG for details.

5.3.5

Choose a tag to compare

@gmfeinberg gmfeinberg released this 09 Sep 16:49
6aa273a

This is a bug fix release to fix a cloud-service-only auth problem. See CHANGELOG for details.
nosql-python-sdk-5.3.5.zip

5.3.4

Choose a tag to compare

@gmfeinberg gmfeinberg released this 13 Jun 15:28

A minor feature and update release. See CHANGELOG.rst for details.

5.3.3

Choose a tag to compare

@gmfeinberg gmfeinberg released this 19 Apr 19:48

5.3.3 is a minor enhancement and bug fix release. See CHANGELOG for details
nosql-python-sdk-5.3.3.zip

5.3.0

Choose a tag to compare

@gmfeinberg gmfeinberg released this 17 Feb 21:54

A feature and bug fix release. See CHANGELOG.rst for details
nosql-python-sdk-5.3.0.zip

5.2.4

Choose a tag to compare

@gmfeinberg gmfeinberg released this 19 May 17:37

A feature and bug fix release. See CHANGELOG.rst for details.

5.2.1

Choose a tag to compare

@gmfeinberg gmfeinberg released this 14 Aug 19:18

Added support for Instance Principals and Resource Principals to the cloud service. Added new regions to the cloud service. Added query enhancements for sorting and aggregates to the on-premise service.