Skip to content

TileDB v2.0.3

Compare
Choose a tag to compare
@Shelnutt2 Shelnutt2 released this 30 May 02:27

TileDB v2.0.3 Release Notes

Improvements

  • Add robust retries for S3 SLOW_DOWN errors #1651
  • Improve GCS build process #1655
  • Add generation of pkg-config file #1656
  • S3 should use HEADObject for file size #1657
  • Improvements to stats #1652
  • Add artifacts to releases from CI #1663

Bug fixes

  • Remove to unneeded semicolons noticed by the -pedantic flag #1653
  • Fix cases were TILEDB_FORCE_ALL_DEPS picked up system builds #1654
  • Allow errors to be show in cmake super build #1658
  • Properly check vacuum files and limit fragment loading #1661
  • Fix edge case where consolidated but unvacuumed array can have coordinates report twice #1662

API additions

  • Add c-api tiledb_stats_raw_dump[_str] function for raw stats dump #1660
  • Add c++-api Stats::raw_dump function for raw stats dump #1660