TileDB v2.2.2 Release Notes

  • ๐Ÿ†• New features

    • ๐Ÿ‘ REST client support for caching redirects #1919

    ๐Ÿ‘Œ Improvements

    • โž• Add additional timer statistics for openning array for reads #2027
    • Add rest.creation_access_credentials_name configuration parameter #2025

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed ArrowAdapter export of string arrays with 64-bit offsets #2037
    • ๐Ÿ›  Fixed ArrowAdapter export of TILEDB_CHAR arrays with 64-bit offsets #2039

    API additions

    C API

    • Add tiledb_query_set_config to apply a tiledb_config_t to query-level parameters #2030
    • Add tiledb_heap_profiler_enable to enable heap memory profiling #2035

    C++ API

    • โž• Added Query::set_config to apply a tiledb::Config to query-level parameters #2030