From d8a1944cf7a6ca73266635ff6357eefd18e5862b Mon Sep 17 00:00:00 2001 From: Luc Rancourt Date: Wed, 28 Aug 2024 15:36:54 +0200 Subject: [PATCH 1/2] Update history for 2.26.0-rc1. --- TYPE: NO_HISTORY DESC: Update history for 2.26.0-rc1. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index af697009b2d..dcc21f1af40 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -18,6 +18,7 @@ * Added new functions to write schema dump to a string rather than stdout, so that non-console interactive environments such as Jupyter will be able to capture and print the output. [#5026](https://github.com/TileDB-Inc/TileDB/pull/5026) * Improve dense read performance for small reads. [#5145](https://github.com/TileDB-Inc/TileDB/pull/5145) * Skip caching redirect uri on array create. [#5224](https://github.com/TileDB-Inc/TileDB/pull/5224) +* Add serialization and API changes for post_array_schema_from_rest. [#5261](https://github.com/TileDB-Inc/TileDB/pull/5261) ## Deprecations From b54d3a1529110ce1da14677aaa7527d731295d24 Mon Sep 17 00:00:00 2001 From: Luc Rancourt Date: Wed, 28 Aug 2024 16:04:54 +0200 Subject: [PATCH 2/2] Apply feedback from @teo-tsirpanis. --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index dcc21f1af40..b9999137a9e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -18,7 +18,6 @@ * Added new functions to write schema dump to a string rather than stdout, so that non-console interactive environments such as Jupyter will be able to capture and print the output. [#5026](https://github.com/TileDB-Inc/TileDB/pull/5026) * Improve dense read performance for small reads. [#5145](https://github.com/TileDB-Inc/TileDB/pull/5145) * Skip caching redirect uri on array create. [#5224](https://github.com/TileDB-Inc/TileDB/pull/5224) -* Add serialization and API changes for post_array_schema_from_rest. [#5261](https://github.com/TileDB-Inc/TileDB/pull/5261) ## Deprecations @@ -40,6 +39,8 @@ * Add ctx to CurrentDomain CAPI. [#5219](https://github.com/TileDB-Inc/TileDB/pull/5219) * Add new CAPIs to dump array schema, attribute, dimension, domain, enumeration and group to a string. [#5026](https://github.com/TileDB-Inc/TileDB/pull/5026) +* Add serialization and API changes for post_array_schema_from_rest. [#5261](https://github.com/TileDB-Inc/TileDB/pull/5261) +* Add tiledb_array_schema_load_with_config C API to load the schema of an array with configuration. [#5261](https://github.com/TileDB-Inc/TileDB/pull/5261) ## Build System Changes