Skip to content

chore: Bump version to 0.9.0, update dep list and changelog#2223

Merged
blackmwk merged 1 commit intoapache:mainfrom
CTTY:ctty/090-bump
Mar 10, 2026
Merged

chore: Bump version to 0.9.0, update dep list and changelog#2223
blackmwk merged 1 commit intoapache:mainfrom
CTTY:ctty/090-bump

Conversation

@CTTY
Copy link
Collaborator

@CTTY CTTY commented Mar 9, 2026

Which issue does this PR close?

What changes are included in this PR?

  • Version bump to 0.9.0
  • Update dep list
  • Update CHANGELOG.md

Are these changes tested?

NA

@CTTY CTTY requested review from Fokko, Xuanwo, blackmwk and kevinjqliu March 9, 2026 19:57
Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, ty!

i checked against https://rust.iceberg.apache.org/release.html

  • looked for 0.8.0 in codebase
  • ran python3 ./scripts/dependencies.py check locally (a few license-not-encountered and license-exception-not-encountered, we can deal with it separately)

* feat!(io): Implement Storage for OpenDal (#2080) by @CTTY in https://github.com/apache/iceberg-rust/pull/2080

* **Compatibility:**
* chore: Update MSRV to 1.91.0 (#2204) by @xanderbailey in https://github.com/apache/iceberg-rust/pull/2204
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there benefits to bumping msrv even further? For example, 1.92.0 was released on: 11 December, 2025 (which is within 3 months from latest rust release)

From README:

Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV (minimum supported rust version). At least three months from latest rust release is supported. MSRV is updated when we release iceberg-rust.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good point! bumping MSRV to 1.92 makes sense to me. I'll take a look at this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Posted another PR to bump MSRV,
#2224

I'll update this PR after that one is merged

Copy link
Contributor

@blackmwk blackmwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @CTTY for this pr and @kevinjqliu for review!

@blackmwk blackmwk merged commit 2aee77d into apache:main Mar 10, 2026
20 checks passed
gbrgr pushed a commit to RelationalAI/iceberg-rust that referenced this pull request Mar 10, 2026
)

## 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 apache#123` indicates that this PR will close issue apache#123.
-->

- A part of release work: apache#2213 

## What changes are included in this PR?
- Version bump to 0.9.0
- Update dep list
- Update CHANGELOG.md
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->

## Are these changes tested?
NA
<!--
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)?
-->
@CTTY CTTY deleted the ctty/090-bump branch March 10, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants