Release 2.39.3

Fixed Crashes

  • Fix crash when sorting gems on a disabled socket group by @Paliak in #7317
  • Fix crash when hovering over Buffs section by @Wires77 in #7315

Fixed Bugs

  • Fix Utula’s Hunger not working with Soultether, Legacy of Fury and Exarch Helmet implicit by @Peechey in #7313

Full Changelogv2.39.2...v2.39.3

RocksDB 8.10.2

Fix bug in auto_readahead_size that combined with IndexType::kBinarySearchWithFirstKey + fails or iterator lands at a wrong key

This code is a library that forms the core building block for a fast key-value server, especially suited for storing data on flash drives. It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs between Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and Space-Amplification-Factor (SAF). It has multi-threaded compactions, making it especially suitable for storing multiple terabytes of data in a single database.