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-blobs, iroh)!: deprecate flat stores #2629

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

divagant-martian
Copy link
Contributor

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

Description

In the vein of promoting doing things TheRightWay™, this PR deprecates flat stores for their removal in a later iroh version. This is probably a low stakes deprecation and removal but imo gets us in the flow of being kind(er) with our users. Issue #2630 is created as a reminder to remove this.

Breaking Changes

  • iroh_blobs::store::fs::Store::import_flat_store is deprecated. Ensure all data is migrated before future versions, which won't support this.
  • iroh_blobs::store::fs::FlatStorePaths is deprecated. Ensure all data is migrated before future versions, which won't support this.
  • iroh: Flat stores are deprecated. Ensure all data is migrated before future versions, which won't support this.

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 changed the title refactor(iroh-blobs, iroh): deprecate flat stores refactor(iroh-blobs, iroh)!: deprecate flat stores Aug 14, 2024
@divagant-martian divagant-martian marked this pull request as ready for review August 14, 2024 22:55
Copy link
Contributor

@rklaehn rklaehn left a comment

Choose a reason for hiding this comment

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

thank you.

@rklaehn rklaehn added this pull request to the merge queue Aug 15, 2024
Merged via the queue into n0-computer:main with commit 168fa5b Aug 15, 2024
34 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.

2 participants