diff --git a/.github/workflows/tiledb-go.yml b/.github/workflows/tiledb-go.yml index 545c8187..30dde01a 100644 --- a/.github/workflows/tiledb-go.yml +++ b/.github/workflows/tiledb-go.yml @@ -10,9 +10,9 @@ on: env: # The version of TileDB to test against. - CORE_VERSION: "2.24.2" + CORE_VERSION: "2.25.0" # The abbreviated git commit hash to use. - CORE_HASH: "76cd03c" + CORE_HASH: "bbcbd3f" jobs: golangci: diff --git a/README.md b/README.md index 4ceb4a94..92a7083a 100644 --- a/README.md +++ b/README.md @@ -100,15 +100,9 @@ as such the below table reference which versions are compatible. | 0.28.0 | 2.22.X | | 0.29.0 | 2.23.X | | 0.30.0 | 2.24.X | +| 0.31.0 | 2.25.X | -## Missing Functionality - -The following TileDB core library features are missing from the Go API: - -- TileDB generic object management -- TileDB group creation - ## Deprecated Functionality ### 0.21.0 @@ -128,3 +122,8 @@ The methods will be removed in the release following their removal from TileDB c `Array.DeleteFragments` is deprecated in favor of `tiledb.DeleteFragments` which binds to `C.tiledb_array_delete_fragments_v2` the preferred method to delete fragments in TileDB 2.18.0. + +### 0.30.3 + +All deprecated APIs in TileDB-Go are removed as the corresponding C-APIs will be removed in +the following TileDB release. \ No newline at end of file