This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push: new 0896f2da chore: Update 0.7.0 change log to include avro reader (#1687) 0896f2da is described below commit 0896f2da504654440a99a5d4f9bd332eb7c2132d Author: Shawn Chang <yxch...@amazon.com> AuthorDate: Wed Sep 17 11:58:52 2025 -0700 chore: Update 0.7.0 change log to include avro reader (#1687) ## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - A part of #1631 ## What changes are included in this PR? - Updated change log to include avro reader for pyiceberg ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee61089..cd285163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## [v0.7.0] - 2025-09-16 +## [v0.7.0] - 2025-09-17 ### Breaking Changes @@ -124,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * docs: Update download links to 0.6.0 by @manuzhang in https://github.com/apache/iceberg-rust/pull/1677 * docs: Fix Podman and Orbstack pages not found by @manuzhang in https://github.com/apache/iceberg-rust/pull/1678 * Update bug report template with the latest version, 0.6.0 by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1679 +* Expose Avro reader to PyIceberg by @Fokko in https://github.com/apache/iceberg-rust/pull/1328 ## [v0.6.0] - 2025-07-14