Skip to content

Commit a6cf2e9

Browse files
authored
Merge pull request #339 from TileDB-Inc/yt/update-to-tiledb-2.25.0
Update to TileDB 2.25.0
2 parents 4bdba5c + 6bcad89 commit a6cf2e9

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/tiledb-go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010

1111
env:
1212
# The version of TileDB to test against.
13-
CORE_VERSION: "2.24.2"
13+
CORE_VERSION: "2.25.0"
1414
# The abbreviated git commit hash to use.
15-
CORE_HASH: "76cd03c"
15+
CORE_HASH: "bbcbd3f"
1616

1717
jobs:
1818
golangci:

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,9 @@ as such the below table reference which versions are compatible.
100100
| 0.28.0 | 2.22.X |
101101
| 0.29.0 | 2.23.X |
102102
| 0.30.0 | 2.24.X |
103+
| 0.31.0 | 2.25.X |
103104

104105

105-
## Missing Functionality
106-
107-
The following TileDB core library features are missing from the Go API:
108-
109-
- TileDB generic object management
110-
- TileDB group creation
111-
112106
## Deprecated Functionality
113107

114108
### 0.21.0
@@ -128,3 +122,8 @@ The methods will be removed in the release following their removal from TileDB c
128122

129123
`Array.DeleteFragments` is deprecated in favor of `tiledb.DeleteFragments` which binds to
130124
`C.tiledb_array_delete_fragments_v2` the preferred method to delete fragments in TileDB 2.18.0.
125+
126+
### 0.30.3
127+
128+
All deprecated APIs in TileDB-Go are removed as the corresponding C-APIs will be removed in
129+
the following TileDB release.

0 commit comments

Comments
 (0)