Skip to content

v0.3.0

Compare
Choose a tag to compare
@c-thiel c-thiel released this 26 Aug 18:16
df18ba1

0.3.0 (2024-08-26)

Summary

  • Support for Trino by implementing custom locations - including integration tests
  • Support for Azure Data Lake Store
  • Support for vended-credentials via STS for AWS and MinIO
  • Dots can no longer be used in Namespace Names
  • Helm Chart and Dockerimage have been renamed to tip-catalog instead of iceberg-catalog

⚠ BREAKING CHANGES

  • dots can no longer be used in namespace names (#257)

Features

  • Add support for custom Locations for Namespaces & Tables (1d2ac6f)
  • aws: sts credentials for s3 (#236) (dbf775b)
  • compression-codec: Support setting and altering write.metadata.compression-codec (#235) (f4fb4cb)
  • storage: add ability to narrow token permissions (#249) (ba9f046)
  • storage: azdls (#223) (fd11428)

Bug Fixes

  • dots can no longer be used in namespace names (#257) (8ac52e0)
  • kv2: extend docs & fix mismatch between docs and expected env values (#224) (be3e3e6)