Skip to content

Commit 7f2dda3

Browse files
authored
Bump to version 0.8.0 Round 2 (#1999)
## Which issue does this PR close? - Closes #. ## What changes are included in this PR? This PR will start another round of v0.8.0 release ## Are these changes tested?
1 parent 99461bf commit 7f2dda3

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
2424
The format is based on [Keep a Changelog](https://keepachangelog.com/)
2525
and this project adheres to [Semantic Versioning](https://semver.org/).
2626

27-
## [v0.8.0] - 2025-12-16
27+
## [v0.8.0] - 2026-01-06
2828

2929
### Breaking Changes
3030

@@ -167,6 +167,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
167167
* Remove wildcard pattern in exhaustive enums by @lgingerich in https://github.com/apache/iceberg-rust/pull/1925
168168
* fix: prioritize delete manifests to prevent scan deadlock by @dojiong in https://github.com/apache/iceberg-rust/pull/1937
169169
* feat: Include statistics for Reserved Fields by @Fokko in https://github.com/apache/iceberg-rust/pull/1849
170+
* fix(website): Update expected messages by @CTTY in https://github.com/apache/iceberg-rust/pull/1942
171+
* feat: Implement shared delete file loading and caching for ArrowReader by @dojiong in https://github.com/apache/iceberg-rust/pull/1941
172+
* infra: license header check ignore target/ dir by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1954
173+
* infra: release script, validate proper ICEBERG_VERSION variable by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1956
174+
* refactor(arrow): Rename parameter in delete_filter for clarity by @robertmu in https://github.com/apache/iceberg-rust/pull/1955
175+
* feat(sqllogictest): use serde derived structs for schedule parsing by @AndreaBozzo in https://github.com/apache/iceberg-rust/pull/1953
176+
* fix: follow IEEE 754 totalOrder for `float` and `double` by @Standing-Man in https://github.com/apache/iceberg-rust/pull/1959
177+
* fix: return proper error rather than persisting error message on snapshot by @Standing-Man in https://github.com/apache/iceberg-rust/pull/1960
178+
* feat(arrow): Convert Arrow schema to Iceberg schema with auto assigned field ids by @CTTY in https://github.com/apache/iceberg-rust/pull/1928
179+
* fix: MemoryCatalog to return absolute NamespaceIdents by @eickler in https://github.com/apache/iceberg-rust/pull/1970
180+
* fix(spec): Include delete file content to V3 manifest by @CTTY in https://github.com/apache/iceberg-rust/pull/1979
181+
* fix: fix typo check error by @Standing-Man in https://github.com/apache/iceberg-rust/pull/1989
182+
* Fix ci audit failure by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/1988
183+
* feat: make FanoutWriter writer configurable by @Standing-Man in https://github.com/apache/iceberg-rust/pull/1962
170184

171185
## [v0.7.0] - 2025-09-23
172186

0 commit comments

Comments
 (0)