Skip to content

Commit

Permalink
Merge pull request #948 from spacejam/tyler_0.31
Browse files Browse the repository at this point in the history
Cut 0.31 which includes a large number of IO improvements
  • Loading branch information
spacejam authored Jan 30, 2020
2 parents 7d46d53 + 2d20582 commit e7a3603
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Unreleased
# 0.31

## Improvements

* #947 dramatic read and recovery optimizations
* #921 reduced the reliance on locks while
performing multithreaded IO on windows.
* #928 use `sync_file_range` on linux instead
of a full fsync for most writes.
* #946 io_uring support changed to the `rio` crate
* #939 reduced memory consumption during
zstd decompression

## Breaking Changes

Expand All @@ -12,13 +23,6 @@
changes reduce bytes written by 68% for workloads
writing small items.

## Improvements

* #921 reduced the reliance on locks while
performing multithreaded IO on windows.
* #928 use `sync_file_range` on linux instead
of a full fsync for most writes.

# 0.30.3

* Documentation-only release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sled"
version = "0.30.3"
version = "0.31.0"
authors = ["Tyler Neely <[email protected]>"]
description = "a modern embedded database"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit e7a3603

Please sign in to comment.