Skip to content

Update Rust crate fjall to v3#38

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fjall-3.x
Open

Update Rust crate fjall to v3#38
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fjall-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 8, 2026

This PR contains the following updates:

Package Type Update Change
fjall dependencies major 2.6.33.0.0

Release Notes

fjall-rs/fjall (fjall)

v3.1.4

Compare Source

  • [fix] Fixes Keyspace::clear changing a KV-separated tree's type, making it unrecoverable

v3.1.3

Compare Source

  • [dep] Update lsm-tree to 3.1.3

v3.1.2

Compare Source

  • [sec] Upgrade lz4_flex to 0.13

v3.1.1

Compare Source

  • [fix] Ingested data being invisible after recovery #​265

v3.1.0

Compare Source

  • [feat] Implemented support for compaction filters (custom logic during compactions)
  • [msrv] Reduced MSRV to 1.90

v3.0.4

Compare Source

  • [doc] Update FIFO caveat documentation in lsm-tree (3.0.4)
  • [fix] Fix #​257 - simplifies enqueuing sealed memtables for flush after recovery

v3.0.3

Compare Source

  • [fix] Update lsm-tree to 3.0.3 - follow-up correctness fix for 3.0.1
  • [misc] Update byteview to 0.10.1

v3.0.2

Compare Source

  • [fix] Fix Keyspace::clear() not applying after recovery #​242 @​vadim-su
  • [feat] Allow fully skipping file descriptor table
  • [fix] Remove cached files of deleted files, closes #​247
  • [docs] Add and fix some documentation

v3.0.1

Compare Source

  • [fix] Edge case that could result in the second memtable being dropped before being flushed
  • [fix] Custom filter policy not being applied

v3.0.0

Compare Source

  • [feat] Implemented new block format in lsm-tree
  • [feat] Bookkeep LSM-tree changes (flushes, compactions) in Version history
  • [feat] Prefix truncation inside data & index blocks
  • [feat] Allow unpinning filter blocks
  • [feat] Implemented partitioned filters
  • [feat] Allow calling bulk ingestion on non-empty keyspaces
  • [feat] Introduced level-based configuration policies for most configuration parameters
  • [feat] Journal compression for large values
  • [feat] Database locking using the new Rust file locking API
  • [feat] Rewritten key-value separation to run during compactions, instead of dedicated GC runs
  • [feat] Full file checksums to allow fast database corruption checks (in the future)
  • [feat] Checksum check on block & blob reads
  • [api] Make Ingestion API more flexible
  • [feat] Shortening eligible sequence numbers when compacting into the last level to save disk space
  • [api] Change constructor to Database::builder instead of Config::new
  • [api] Changed naming of keyspace->database, and partition->keyspace
  • [api] Change transaction feature flags to be separate structs, OptimisticTxDatabase and SingleWriterTxDatabase
  • [api] Changed snapshot error type, fixes #​156
  • [api] Unified transactions read operations and snapshots with Readable trait
  • [api] Guard API for iterator values
  • [api] Removed old garbage collection APIs
  • [api] metrics feature flag for cache hit rates etc. (will be exposed in the future)
  • [api] Change bytes feature flag to bytes_1 to pin its version
  • [api] Make read operations in optimistic write transactions non-mut
  • [fix] Consider blob files in FIFO compaction size limit, fixes #​133
  • [perf] Use a single hash per key for filters, instead of two
  • [perf] Improve leveled compaction scoring
  • [perf] Improve leveled compaction picking to use less hashing and heap allocations
  • [perf] Use quick-cache for file descriptor caching
  • [perf] Promote levels immediately to L6 to get rid of tombstones easily
  • [perf] Rewritten maintenance task bookkeeping, and write stalling mechanisms to be less aggressive
  • [perf] Allow lsm-tree flushes to merge multiple sealed memtables into L0, if necessary
  • [perf] Skip heap allocation in blob memtable inserts
  • [perf] Skip compression when rewriting compressed blob files
  • [msrv] Increased MSRV to 1.91
  • [misc] Blob file descriptor caching
  • [misc] Use Rust native path::absolute, removing path-absolutize dependency
  • [misc] Remove std-semaphore dependency
  • [misc] Remove miniz (will be replaced in the future)
  • [misc] Use byteorder-lite as drop-in replacement for byteorder
  • [refactor] Changed background workers to be a single thread pool
  • [internal] Store keyspace configurations in a meta keyspace, instead of individual binary config files
  • [internal] Use sfa for most file scaffolding in lsm-tree

v2.11.2

Compare Source

  • [fix] Recovery with stray AppleSingle/Double files

v2.11.1

Compare Source

  • [logging 🪵] add more logging to journal recovery

v2.11.0

Compare Source

  • [misc] Added more error logging for critical IO operations
  • [msrv] Increased MSRV to 1.76 from 1.75

v2.10.0

Compare Source

  • [misc] Improve error handling & logging in background threads
  • [misc] Simplify journal recovery

v2.9.0

Compare Source

  • [api] Expose approximate_len for TxPartition
  • [perf] Faster uncached blob reads when using blob compression = None
  • [doc] Update docs

v2.8.0

Compare Source

  • [feat] Bulk load API (Tree::ingest)
  • [feat] Unified cache API

v2.7.6

Compare Source

  • Followup fix for 2.7.3

v2.7.5

Compare Source

  • update lsm-tree

v2.7.4

Compare Source

  • remove noisy console log

v2.7.3

Compare Source

  • [fix] Closing segment file handles too early, which could panic on disk read

v2.7.2

Compare Source

  • [fix] Fix deadlock potential by decoupling compaction installations from readers; should also allow writing-while-iterating now #​74

v2.7.1

Compare Source

  • update lsm-tree and byteview

v2.7.0

Compare Source

v2.6.7

Compare Source

v2.6.6

Compare Source

  • Fix MultiWriter in lsm-tree that could break Leveled compaction invariants

v2.6.5

Compare Source

  • [fix] Make sure .DS_Store files on MacOS are skipped on recovery

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@renovate renovate Bot force-pushed the renovate/fjall-3.x branch 2 times, most recently from 939049f to e367fc7 Compare February 15, 2026 22:09
@renovate renovate Bot force-pushed the renovate/fjall-3.x branch 2 times, most recently from f8b6159 to d870a67 Compare February 27, 2026 17:53
@renovate renovate Bot force-pushed the renovate/fjall-3.x branch 2 times, most recently from e4421fc to 5a7f4b9 Compare March 7, 2026 17:52
@renovate renovate Bot force-pushed the renovate/fjall-3.x branch 3 times, most recently from ea5e626 to 4ff32cb Compare March 18, 2026 18:12
@renovate renovate Bot force-pushed the renovate/fjall-3.x branch from 4ff32cb to 8c298d7 Compare April 6, 2026 16:40
@renovate renovate Bot changed the title fix(deps): update rust crate fjall to v3 Update Rust crate fjall to v3 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/fjall-3.x branch from 8c298d7 to 519acee Compare April 14, 2026 17:19
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.

0 participants