@@ -7,7 +7,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10- ## [ Unreleased]
10+ ## [ 1.0.0-beta2] - 2026-08-08
11+
12+ ### Added
13+
14+ - ` coldfront.drop_iceberg_table() ` drops a decoupled or tiered table, with
15+ purge or keep-files for the stored objects.
16+ - Vended (minted) object-store credentials, so cold access can use
17+ short-lived credentials issued by Lakekeeper instead of static keys.
18+ - Cross-tier row relocation: an UPDATE that moves a row's partition key
19+ across the cutoff now moves the row between tiers.
20+ - Multi-arch base images: linux/amd64 and linux/arm64.
21+ - An interactive walkthrough with four demos, runnable in Codespaces.
22+
23+ ### Changed
24+
25+ - DuckDB 1.5.4 via the merged pg_duckdb PR #1025 .
26+ - Registration refuses unlogged relations, names that the partition naming
27+ scheme cannot represent, and names differing only by case.
28+
29+ ### Fixed
30+
31+ - Cold-tier writes are refused on a standby in every path that reaches them.
32+ - Exotic partition bounds parse correctly, DEFAULT partitions are refused,
33+ and timestamp-without-time-zone bounds are handled.
34+ - ` oid ` columns are rejected as unsupported rather than failing later.
35+ - Same-node cold writers serialise through a node-local advisory lock, and
36+ bakery acknowledgements match on the spock node name.
37+ - Permanent cutover errors stop immediately instead of being retried.
1138
1239## [ 1.0.0-beta1] - 2026-06-18
1340
0 commit comments