You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Regenerate bindings for 2.27.
* Deprecate filestore APIs.
* Use `tiledb_group_dump_str_v2`.
* Bump Core to 2.27.0.
* Run nightlies on `release-2.27`.
* Bump version to 2.17.0.
* Add APIs to get enumerations from an array schema.
## `TILEDB0001` - Enum value names that start with `TILEDB_` were replaced with C#-friendly names.
15
16
@@ -363,4 +364,18 @@ The `ConfigIterator` class is unintuitive to use. In version 5.13.0 it was marke
363
364
364
365
Replace uses of `ConfigIterator` with enumerating the `Config` object directly using a `foreach` loop or LINQ. To get only the config options that start with a specific prefix, call the `Config.EnumerateOptions` method and enumerate its returned object.
365
366
367
+
## `TILEDB0016` - `File` is obsolete.
368
+
369
+
<aname="TILEDB0016"></a>
370
+
371
+
The TileDB filestore APIs, exposed by the `TileDB.CSharp.File` class are obsolete and will be removed in a future version.
372
+
373
+
### Version introduced
374
+
375
+
5.17.0
376
+
377
+
### Recommended action
378
+
379
+
There is no direct replacement. You can manually store files in TileDB by representing them as one-dimensional dense arrays of bytes.
0 commit comments