0.8.0 (2025-04-08)
⚠ BREAKING CHANGES
- drop duplicate sequence numbers in table snapshots & add index (#952)
- Move APIs affecting the default project to /default-project according to OpenAPI spec (#878)
- Remove
project_id
fromRenameProjectRequest
. Use/v1/project/{project_id}/rename
instead. - Change Project ID type from UUID to String (alphanumeric + hyphen + underscore)
Features
- Accept nameless Application Clients for self-provisioning (Missing app_displayname in Entra-ID token) (#970) (f880c91)
- Add information about AWS System Identities for S3 storage profiles to Server Info (#972) (5b6aefc)
- add kafka support #271 (#937) (1fa2f09)
- Add support for legacy Kubernetes tokens (no audience) (#940) (e7daf01)
- AWS / S3 Managed Identities (#965) (7490047)
- Change Project ID type from UUID to String (alphanumeric + hyphen + underscore) (984381b)
- Migrate to OpenFGA Client (#876) (72ebee4)
- Re-add constraints for string project IDs (#960) (44b6248)
- Remove
project_id
fromRenameProjectRequest
. Use/v1/project/{project_id}/rename
instead. (984381b) - s3: make url-style detection configurable (#905) (69234fe)
- Split OpenFGA Model into components (#881) (e3b658b)
- stats: Endpoint call statistics (#818) (bf7bcde)
- view: allow view location updates for trino (#944) (0628fa8)
Bug Fixes
- Consistency checks for READ Committed transaction level (#975) (6b852dd)
- drop duplicate sequence numbers in table snapshots & add index (#952) (abb4882)
- Endpoint Statistics API, Consistently use kebab-case in API (#968) (5568a9d)
- error message if rename target namespace does not exist (8b60142)
- Move APIs affecting the default project to /default-project according to OpenAPI spec (#878) (fa4b26a)
- set method of endpoint statistics get to post (#951) (329f63d)
- stats: unique constraint violation on warehouse deletion (#977) (af66510)
- Table References not deleted (#956) (2ee3ac1)
- table snapshot refs with add+remove+set-current ref in one transaction (#945) (94da715)
- use correct image for kube auth test (#979) (a077d2d)
- views: set 404 instead of 403 on failed view deletion (#963) (d5c4cd6)
Miscellaneous Chores
- release 0.8.0 (f1b8083)