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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
TileDB v2.27.0 Release Notes
Disk Format
(documentation) The storage format specification was updated to document format changes of previous versions throughout the main document. #5329
Breaking behavior
Deleting an array or group will also delete its root directory if it was left empty. #5269
New features
Dumping fragment info now includes the name of each fragment's array schema. #5257
Added support for the ssl.ca_path config option on Azure. #5286
Connections to TileDB REST API now use TCP keepalive by default. #5319 and curl retries #5273.
Added support for "current domain" on dense arrays. #5303
Configuration Options
Add vfs.log_operations config option to log in trace level all VFS operations and their duration. #5278
The default value of vfs.s3.region was changed to empty, which will let the AWS pick the default region from sources such as environment variables, profile configuration, and instance metadata. #5317
Add rest.curl.tcp_keepalive config option that controls using TCP keepalive for TileDB REST connections. It is enabled by default. #5319
Improvements
Fix read queries on sparse arrays where only aggregates are requested and no layout is specified. #5255
Prevent potentially unsafe consolidation in dense arrays by fragment list. #5251
Improve error messages for unsupported data types in aggregates. #5289