Skip to content

Commit 8ee20ed

Browse files
authored
Merge pull request #5 from TileDB-Inc/ihn/update-2.29.1
Update to TileDB Arrays 2.29.1
2 parents 93c037a + 4b002a1 commit 8ee20ed

33 files changed

+16
-4
lines changed

include/tiledb/api/c_api/config/config_api_external.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
442442
* that at least one of these two options must be set (or both if shared
443443
* key authentication is used). <br>
444444
* **Default**: ""
445+
* - `vfs.azure.is_data_lake_endpoint` <br>
446+
* Sets whether the Azure Storage account is known to have hierarchical
447+
* namespace enabled or disabled. This option can be used to reduce latency
448+
* when performing the first Azure request. If not set, the account's
449+
* capabilities will be automatically detected. <br>
450+
* **Default**: <unset>
445451
* - `vfs.azure.block_list_block_size` <br>
446452
* The block size (in bytes) used in Azure blob block list writes.
447453
* Any `uint64_t` value is acceptable. Note: `vfs.azure.block_list_block_size

include/tiledb/config.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,12 @@ class Config {
613613
* that at least one of these two options must be set (or both if shared
614614
* key authentication is used). <br>
615615
* **Default**: ""
616+
* - `vfs.azure.is_data_lake_endpoint` <br>
617+
* Sets whether the Azure Storage account is known to have hierarchical
618+
* namespace enabled or disabled. This option can be used to reduce latency
619+
* when performing the first Azure request. If not specified, the account's
620+
* capabilities will be automatically detected. <br>
621+
* **Default**: <unset>
616622
* - `vfs.azure.block_list_block_size` <br>
617623
* The block size (in bytes) used in Azure blob block list writes.
618624
* Any `uint64_t` value is acceptable. Note:

include/tiledb/tiledb_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
#define TILEDB_VERSION_MAJOR 2
3030
#define TILEDB_VERSION_MINOR 29
31-
#define TILEDB_VERSION_PATCH 0
31+
#define TILEDB_VERSION_PATCH 1

lib/x64-ucrt/libaws-c-auth.a

0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-cal.a

0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-common.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-http.a

0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-io.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)