Skip to content

Releases: hansetag/iceberg-catalog

v0.4.0

03 Oct 12:32
bb8bb6b
Compare
Choose a tag to compare

0.4.0 (2024-10-03)

⚠ BREAKING CHANGES

  • Rename TIP to Lakekeeper (#372)

Features

  • cache: cache metadata location in signer (#334) (fa0863c)
  • catalog: expiration queue configuration (#330) (fd96861)
  • catalog: Soft-deletions & tabular cleanup queues (#310) (1de63b3)
  • list soft deletions (#302) (0a01eaf)
  • make sure table locations are unique (#335) (543db50)
  • New TableMetadataBuilder with: ID Reassignments, Metadata expiry, safe binding... (#387) (e5c1c77)
  • Rename TIP to Lakekeeper (#372) (57df07e)
  • storage: support for google cloud storage (gcs) (#361) (ebb4e27)
  • tabular: soft-delete & drop purge (#287) (475db44)

Bug Fixes

  • make conditional compilation of tests depend on var content (#311) (79036db)
  • replace pretty debug prints with properly formatted errors (#327) (efe9fe9)

v0.3.0

26 Aug 18:16
df18ba1
Compare
Choose a tag to compare

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)

v0.2.1

29 Jul 13:59
c537257
Compare
Choose a tag to compare

0.2.1 (2024-07-29)

Features

  • db: Add Encryption Secret for postgres SecretStore to README & warn on startup (#217) (933409d)
  • secrets: Secret Backend configuration is now case insensitive (#215) (99b19ab)

Bug Fixes

  • examples: Fix ICEBERG_REST__BASE_URI (33f213b)
  • s3signing: Add S3 remote signing "content-md5" for pyiceberg compatability (33f213b)

Miscellaneous Chores

v0.2.0

26 Jul 16:11
0705276
Compare
Choose a tag to compare

0.2.0 (2024-07-26)

⚠ BREAKING CHANGES

  • Catalog base URL should not contain /catalog suffix (#208)
  • views: split off tabular from table to prepare for views

Features

Bug Fixes

  • Catalog base URL should not contain /catalog suffix (#208) (6aabaa9)
  • db: add wait-for-db command (#196) (c1cd069)
  • remove unused cfg-attributes (#203) (b6d17c4)
  • tables: deny "write.metadata" & "write.data.path" table properties (#197) (4b2191e)

v0.1.0

17 Jun 19:41
06f9596
Compare
Choose a tag to compare

0.1.0 (2024-06-17)

Miscellaneous Chores

v0.0.1

15 Jun 21:47
9b9cb22
Compare
Choose a tag to compare

0.0.1 (2024-06-15)

Miscellaneous Chores