TileDB v2.0.7 Release Notes

Release Date: 2020-07-29 // almost 4 years ago
  • ๐Ÿš€ TileDB v2.0.7 Release Notes

    ๐Ÿ‘Œ Improvements

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed error "Error: Out of bounds read to internal chunk buffer of size 65536" that may occur when writing var-sized attributes. #1732
    • ๐Ÿ›  Fixed error "Error: Chunk read error; chunk unallocated error" that may occur when reading arrays with more than one dimension. #1736
    • ๐Ÿ›  Fixed a small memory leak when opening arrays. #1690
    • ๐Ÿ›  Fixed an overflow in the partioning path that may result in a hang or poor read performance. #1725#1707
    • ๐Ÿ›  Fix Catch2 detection of system install #1733
    • ๐Ÿง Use libtiledb-detected certificate path for Google Cloud Storage, for better linux binary/wheel portability. #1741
    • ๐Ÿ›  Fix compilation on gcc 10.1 for blosc #1740
    • Fixed a rare hang in the usage of load_tile_var_sizes. #1748