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

fix(deps): update rust crate fjall to v2 #71

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2024

This PR contains the following updates:

Package Type Update Change
fjall dependencies major 1.0.5 -> 2.0.0

Release Notes

fjall-rs/fjall (fjall)

v2.0.0

Compare Source

Blog: https://fjall-rs.github.io/post/announcing-fjall-2/

Features
  • Key-value separation & GC API
  • miniz compression
  • Changed all Arc<[u8]> output types to Slice
  • Added keys() & values() iterators
  • Allow values bigger than 64K
  • Added durability setting for write batches and write transactions
  • Added more examples
  • Changed partition config to also store memtable size & compaction strategy
  • Simplified journal implementation at the cost of some multithread performance if large values are written
  • Improved journal eviction performance
  • Made write stalling less aggressive
  • Updated lsm-tree to 2.0
  • Update docs
  • Internal refactors

v1.5.0

Compare Source

  • [api] made all iterators 'static
  • [api] reexport KvPair type alias from lsm-tree
  • [refactor] internal refactors
  • [test] added some tests

v1.4.0

Compare Source

  • [api] Add Config::temporary, by @​beckend #​67
  • [api] Add UTF-8 error variant, removing possible panic from journal recovery #​68
  • [test] Assert Arcs are not cyclic during tests, resolves #​57

v1.3.2

Compare Source

  • [fix] #​59 #​60 Assert if a partition is marked as deleted when opening it, by @​dharanad
  • Update lsm-tree to 1.3.1

v1.3.1

Compare Source

  • [fix] Update docs that values are 64K length max, to be in line with journal limits

v1.3.0

Compare Source

v1.2.0

Compare Source

v1.1.3

Compare Source

  • [misc] Limit FD table size based on OS
  • [deps] Update lsm-tree
  • [refactor] Internal refactors

v1.1.2

Compare Source

  • [feat] Single writer transactions (enabled by default)
  • [test] Test more targets in CI pipeline
  • [dep] Update lsm-tree
  • [example] Added tx-atomic-counter, tx-mpmc-queue, tx-partition-move examples

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@marvin-j97 marvin-j97 closed this Sep 30, 2024
Copy link
Contributor Author

renovate bot commented Sep 30, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/fjall-2.x branch September 30, 2024 15:23
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.

1 participant