Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel committed Oct 3, 2024
1 parent 8ead450 commit 779a580
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/iceberg-catalog-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.0](https://github.com/hansetag/iceberg-catalog/compare/v0.3.0...v0.4.0) (2024-10-03)


### Features

* Add Lakekeeper startup banner ([#389](https://github.com/hansetag/iceberg-catalog/issues/389)) ([8ead450](https://github.com/hansetag/iceberg-catalog/commit/8ead4508580d5a3e0c82aa40fceb5e688c263556))
* **catalog:** Soft-deletions & tabular cleanup queues ([#310](https://github.com/hansetag/iceberg-catalog/issues/310)) ([1de63b3](https://github.com/hansetag/iceberg-catalog/commit/1de63b3886820ea219006fcc2c696328b44dfb0f))

## [0.3.0](https://github.com/hansetag/iceberg-catalog/compare/v0.2.1...v0.3.0) (2024-08-26)


Expand Down
2 changes: 1 addition & 1 deletion crates/iceberg-catalog-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "iceberg-catalog-bin"
resolver = "2"
version = "0.3.0"
version = "0.4.0"
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
25 changes: 25 additions & 0 deletions crates/iceberg-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.4.0](https://github.com/hansetag/iceberg-catalog/compare/v0.3.0...v0.4.0) (2024-10-03)


### ⚠ BREAKING CHANGES

* Rename TIP to Lakekeeper ([#372](https://github.com/hansetag/iceberg-catalog/issues/372))

### Features

* **cache:** cache metadata location in signer ([#334](https://github.com/hansetag/iceberg-catalog/issues/334)) ([fa0863c](https://github.com/hansetag/iceberg-catalog/commit/fa0863cdbf5df626eec083499d76add4dade4e0b))
* **catalog:** expiration queue configuration ([#330](https://github.com/hansetag/iceberg-catalog/issues/330)) ([fd96861](https://github.com/hansetag/iceberg-catalog/commit/fd96861f6179296a554bacab47144838a0d352ab))
* **catalog:** Soft-deletions & tabular cleanup queues ([#310](https://github.com/hansetag/iceberg-catalog/issues/310)) ([1de63b3](https://github.com/hansetag/iceberg-catalog/commit/1de63b3886820ea219006fcc2c696328b44dfb0f))
* list soft deletions ([#302](https://github.com/hansetag/iceberg-catalog/issues/302)) ([0a01eaf](https://github.com/hansetag/iceberg-catalog/commit/0a01eaf87f32e7f393f0d8f0d104594171dccfce))
* make sure table locations are unique ([#335](https://github.com/hansetag/iceberg-catalog/issues/335)) ([543db50](https://github.com/hansetag/iceberg-catalog/commit/543db50319f757cb40f01600d36da2836cf49fb3))
* New TableMetadataBuilder with: ID Reassignments, Metadata expiry, safe binding... ([#387](https://github.com/hansetag/iceberg-catalog/issues/387)) ([e5c1c77](https://github.com/hansetag/iceberg-catalog/commit/e5c1c77fced957cd6703e1ae6ec77e151414a63e))
* Rename TIP to Lakekeeper ([#372](https://github.com/hansetag/iceberg-catalog/issues/372)) ([57df07e](https://github.com/hansetag/iceberg-catalog/commit/57df07e69a14fb74aa486cd185ae700c3040fe90))
* **storage:** support for google cloud storage (gcs) ([#361](https://github.com/hansetag/iceberg-catalog/issues/361)) ([ebb4e27](https://github.com/hansetag/iceberg-catalog/commit/ebb4e27f729e20e30f87e5ce4c2d2351c2422ca6))
* **tabular:** soft-delete & drop purge ([#287](https://github.com/hansetag/iceberg-catalog/issues/287)) ([475db44](https://github.com/hansetag/iceberg-catalog/commit/475db4438f3bb7f1246fb846d04843d4afe3782a))


### Bug Fixes

* make conditional compilation of tests depend on var content ([#311](https://github.com/hansetag/iceberg-catalog/issues/311)) ([79036db](https://github.com/hansetag/iceberg-catalog/commit/79036dba4739cc3a65d2fe706278ac81f64bc5f2))
* replace pretty debug prints with properly formatted errors ([#327](https://github.com/hansetag/iceberg-catalog/issues/327)) ([efe9fe9](https://github.com/hansetag/iceberg-catalog/commit/efe9fe9bd1953d59dc5e48d6901b70fbe8e24895))

## [0.3.0](https://github.com/hansetag/iceberg-catalog/compare/v0.2.1...v0.3.0) (2024-08-26)


Expand Down
2 changes: 1 addition & 1 deletion crates/iceberg-catalog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "iceberg-catalog"
resolver = "2"
version = "0.3.0"
version = "0.4.0"
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
9 changes: 9 additions & 0 deletions crates/iceberg-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.0](https://github.com/hansetag/iceberg-catalog/compare/v0.3.0...v0.4.0) (2024-10-03)


### Features

* **cache:** cache metadata location in signer ([#334](https://github.com/hansetag/iceberg-catalog/issues/334)) ([fa0863c](https://github.com/hansetag/iceberg-catalog/commit/fa0863cdbf5df626eec083499d76add4dade4e0b))
* New TableMetadataBuilder with: ID Reassignments, Metadata expiry, safe binding... ([#387](https://github.com/hansetag/iceberg-catalog/issues/387)) ([e5c1c77](https://github.com/hansetag/iceberg-catalog/commit/e5c1c77fced957cd6703e1ae6ec77e151414a63e))
* **storage:** support for google cloud storage (gcs) ([#361](https://github.com/hansetag/iceberg-catalog/issues/361)) ([ebb4e27](https://github.com/hansetag/iceberg-catalog/commit/ebb4e27f729e20e30f87e5ce4c2d2351c2422ca6))

## [0.3.0](https://github.com/hansetag/iceberg-catalog/compare/v0.2.1...v0.3.0) (2024-08-26)


Expand Down
2 changes: 1 addition & 1 deletion crates/iceberg-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iceberg-ext"
version = "0.3.0"
version = "0.4.0"
edition = { workspace = true }
homepage = { workspace = true }
rust-version = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/iceberg-catalog": "0.3.0",
"crates/iceberg-catalog-bin": "0.3.0",
"crates/iceberg-ext": "0.3.0"
"crates/iceberg-catalog": "0.4.0",
"crates/iceberg-catalog-bin": "0.4.0",
"crates/iceberg-ext": "0.4.0"
}

0 comments on commit 779a580

Please sign in to comment.