Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(iroh, iroh-blobs, iroh-net)!: remove deprecated items #2652

Merged

Conversation

divagant-martian
Copy link
Contributor

@divagant-martian divagant-martian commented Aug 20, 2024

Description

Removes items deprecated in the last release.

Breaking Changes

iroh-blobs

  • iroh_blobs::store::fs::Store::import_flat_store was previously deprecated and is now removed. Use iroh <= 0.22.0 to migrate.
  • iroh_blobs::store::fs::FlatStorePaths is removed. This was only used for importing flat stores, which were previously deprecated. Use iroh <= 0.22.0 to migrate.

iroh

  • Automatic migration from flat stores is no longer possible. This was previously deprecated. Use iroh <= 0.22.0 to migrate.

iroh-net

  • iroh_net::endpoint::RemoteInfo::last_alive_relay was previously deprecated and it's now removed.

Notes & open questions

n/a

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@divagant-martian divagant-martian added this pull request to the merge queue Aug 20, 2024
Merged via the queue into n0-computer:main with commit 060bf83 Aug 20, 2024
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

remove deprecated endpoint::ConnectionInfo::last_alive_relay remove now deprecated flat stores
2 participants