File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
# The version of TileDB to test against.
13
- CORE_VERSION : " 2.24.2 "
13
+ CORE_VERSION : " 2.25.0 "
14
14
# The abbreviated git commit hash to use.
15
- CORE_HASH : " 76cd03c "
15
+ CORE_HASH : " bbcbd3f "
16
16
17
17
jobs :
18
18
golangci :
Original file line number Diff line number Diff line change @@ -100,15 +100,9 @@ as such the below table reference which versions are compatible.
100
100
| 0.28.0 | 2.22.X |
101
101
| 0.29.0 | 2.23.X |
102
102
| 0.30.0 | 2.24.X |
103
+ | 0.31.0 | 2.25.X |
103
104
104
105
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
-
112
106
## Deprecated Functionality
113
107
114
108
### 0.21.0
@@ -128,3 +122,8 @@ The methods will be removed in the release following their removal from TileDB c
128
122
129
123
` Array.DeleteFragments ` is deprecated in favor of ` tiledb.DeleteFragments ` which binds to
130
124
` 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.
You can’t perform that action at this time.
0 commit comments