Skip to content

TileDB 2.22.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@KiterLuc KiterLuc released this 03 Apr 16:19
· 6 commits to release-2.22 since this release
ce9c7e7

TileDB v2.22.0 Release Notes

Deprecation announcements

  • Support for downloading dependencies with CMake ExternalProjects by specifying -DTILEDB_VCPKG=OFF will be removed in 2.23. Vcpkg will be downloaded and used to manage dependencies by default. See https://github.com/TileDB-Inc/TileDB/blob/dev/doc/dev/BUILD.md for help on how to disable automatically downloading vcpkg and acquire dependencies from the system.

New features

  • Support Microsoft Entra ID authentication to Azure. #4126

Improvements

  • Allow to set buffers for geometry types with CPP API more easily. #4826

Defects removed

  • Throw error when an upload fails due to bad state. #4815
  • Single-process sub-millisecond temporal disambiguation of random labels. #4800
  • Expose VFSExperimental and relocate CallbackWrapperCPP. #4820
  • Do not load group metadata when getting it from REST. #4821
  • Fix crash getting file size on non existent blob on Azure. #4836