Skip to content

TileDB 2.22

Latest
Compare
Choose a tag to compare
@KiterLuc KiterLuc released this 15 Apr 17:34
· 1 commit to release-2.22 since this release
52e981e

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.

Configuration changes

  • Add vfs.gcs.service_account_credential config option that specifies a Google Cloud service account credential JSON string. #4855
  • Add vfs.gcs.external_account_credential config option that specifies a Google Cloud Workload Identity Federation credential JSON string. #4855

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