Skip to content

1.4.8

Latest

Choose a tag to compare

@connelly38 connelly38 released this 22 Apr 18:19
· 11 commits to main since this release
7d95159

Added

  • Cloud only: Added the capability to determine region metadata from OCI configuration.
    This enables using new regions that may not have been added to the SDK code yet, without
    having to specify a full NoSQL endpoint parameter.
    See Adding Regions for more information.
  • ReprepareQuery error code: This error is returned if a prepared query is executed
    after (a) the index used by the query has been dropped and then re-created with a
    different schema, or (b) one or more of the referenced tables has been altered
    (via the alter table statement).
  • Added new cloud region codes
  • Added last write metadata support for data write operations, including put,
    delete, multiDelete, writeMultiple, and insert/update/delete queries.
  • Added support for returning creation time in the results of get, put, delete,
    and writeMultiple operations.

Changed

  • Cloud only: Internal OCI Region definitions have been updated to be consistent. Some previous
    shorthand Regions have been removed, for example RegionPHX and RegionIAD. This should not affect any
    external usage, as the Region definitions are intended for internal logic only. Interaction
    with the NoSQL APIs should always use region identifier strings, such as us-phoenix-1, or
    full endpoint strings, such as nosql.us-phoenix-1.oci.oraclecloud.com.
  • Updated copyrights to 2026