Skip to content

Commit

Permalink
Merge pull request #339 from TileDB-Inc/yt/update-to-tiledb-2.25.0
Browse files Browse the repository at this point in the history
Update to TileDB 2.25.0
  • Loading branch information
ypatia authored Aug 5, 2024
2 parents 4bdba5c + 6bcad89 commit a6cf2e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tiledb-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit a6cf2e9

Please sign in to comment.