Skip to content

Latest commit

 

History

History
132 lines (112 loc) · 8.51 KB

CHANGELOG.md

File metadata and controls

132 lines (112 loc) · 8.51 KB

2023-04-12, Version 3.0.0

Commits

  • [ef600832dd] Release 3.0.0 (Timo Tiuraniemi)
  • [e6d7e97ed1] Switch from Travis to GHA (Timo Tiuraniemi)
  • [08a7da6cdd] Use released 5.0.0 of random-access-storage (Timo Tiuraniemi)
  • [d69cde848c] Switch from quickcheck to proptest (Timo Tiuraniemi)
  • [27f5c02748] Use beta.0 as the version until dependencies are bumped (Timo Tiuraniemi)
  • [2c74bccf2c] Set version to 3.0.0, bump edition to 2021 (Timo Tiuraniemi)
  • [c47c2db567] Fix clippy issues, forbid unsafe code (Timo Tiuraniemi)
  • [fcd398ada1] Complete documentation (Timo Tiuraniemi)
  • [5dd26f3165] Use a single OutOfBounds error for more convenient error matching (Timo Tiuraniemi)
  • [9ebea000d6] Switch from anyhow to thiserror and RandomAccessError (Timo Tiuraniemi)
  • [ecf536f285] Enforce delete offset and truncate when larger (Timo Tiuraniemi)
  • [606b1e33eb] Migrate bench from libtest to criterion, add del test (Timo Tiuraniemi)
  • [b73a3c653e] Use tokio-compatible RandomAccessStorage (Timo Tiuraniemi)
  • [3e90f7cc41] Fix len() missing &mut (Timo Tiuraniemi)
  • [5b064d7e71] feat: del and truncate using intmap (Timo Tiuraniemi)
  • [6c9761f53a] Update changelog (Bruno Tavares)

Stats

  .github/workflows/ci.yml |  95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 CHANGELOG.md             |  20 +++++++++++++++
 Cargo.toml               |  26 +++++++++++--------
 README.md                |  25 +++++-------------
 benches/sync.rs          |  59 +++++++++++++++++++++++++++---------------
 src/lib.rs               | 287 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 tests/model.rs           |  77 +++++++++++++++++++++++++++++++++++++------------------
 tests/test.rs            |  96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 8 files changed, 526 insertions(+), 159 deletions(-)

2020-03-03, Version 2.0.0

Commits

  • [cab67711c4] (cargo-release) version 2.0.0 (Bruno Tavares)
  • [fc07e9cfef] Implement async API for random-access-storage (#26) (Bruno Tavares)
  • [c10203a920] Update changelog (Bruno Tavares)

Stats

 CHANGELOG.md        | 13 +++++++++++++
 Cargo.toml          |  7 +++++--
 README.md           |  8 ++++----
 benches/sync.rs     | 39 +++++++++++++++++++++++----------------
 src/lib.rs          | 28 ++++++++++++++++++----------
 tests/model.rs      | 52 +++++++++++++++++++++++++++-------------------------
 tests/regression.rs | 36 ++++++++++++++++++------------------
 tests/test.rs       | 52 ++++++++++++++++++++++++++--------------------------
 8 files changed, 134 insertions(+), 101 deletions(-)

2020-03-03, Version 1.2.0

Commits

  • [d9fbf73cf1] (cargo-release) version 1.2.0 (Bruno Tavares)
  • [0b845fbcc7] Move from failure to use stderr (#25) (Bruno Tavares)

Stats

 Cargo.toml |  4 ++--
 src/lib.rs | 24 +++++++++++++-----------
 2 files changed, 15 insertions(+), 13 deletions(-)

2019-04-24, Version 1.0.0

Commits

  • [a7ff8ea564] (cargo-release) version 1.0.0 (Yoshua Wuyts)
  • [76c0ebfe1b] Update random-access-storage to 2.0.0 (#12) (Jack Jennings)
  • [defaf55071] Update quickcheck requirement from 0.7.1 to 0.8.1 (dependabot[bot])
  • [42023a8700] Update rand requirement from 0.5.5 to 0.6.0 (dependabot[bot])
  • [9202fe0308] Update quickcheck requirement from 0.6.2 to 0.7.1 (#6) (dependabot[bot])
  • [eae681682e] Run clippy on travis (#5) (Szabolcs Berecz)
  • [df0755085c] update changelog (Yoshua Wuyts)

Stats

 .travis.yml    |  4 +++-
 CHANGELOG.md   | 20 ++++++++++++++++++++
 Cargo.toml     |  7 ++++---
 src/lib.rs     | 12 ++++++++++++
 tests/model.rs |  2 ++
 tests/test.rs  | 18 ++++++++++++++++++
 6 files changed, 59 insertions(+), 4 deletions(-)

2018-08-30, Version 0.5.0

Commits

  • [3baa7c2d23] (cargo-release) version 0.5.0 (Yoshua Wuyts)
  • [300ead96ab] Random access always open (#4) (Szabolcs Berecz)
  • [db908834f8] update changelog (Yoshua Wuyts)

Stats

 .travis.yml         |  1 +-
 CHANGELOG.md        | 23 +++++++++++++++++-
 Cargo.toml          |  4 +--
 benches/sync.rs     |  2 +-
 src/lib.rs          | 74 ++++++++++++++++++++++++------------------------------
 tests/model.rs      |  2 +-
 tests/regression.rs |  8 ++----
 tests/test.rs       |  4 ++-
 8 files changed, 69 insertions(+), 49 deletions(-)

2018-08-23, Version 0.4.0

Commits

  • [7876a1a1ca] (cargo-release) version 0.4.0 (Yoshua Wuyts)
  • [cc83784775] upgrade random-access-storage (#3)
  • upgrade random-access-storage

  • cargo fmt (Yoshua Wuyts)

  • [fae1a6509b] fix rustfmt in travis.yml (Yoshua Wuyts)
  • [51c944434b] fix benches (Yoshua Wuyts)
  • [abfd505e04] (cargo-release) start next development iteration 0.3.1-alpha.0 (Yoshua Wuyts)

Stats

 .travis.yml         |  2 +-
 Cargo.toml          |  4 ++--
 benches/sync.rs     |  6 +++---
 src/lib.rs          | 23 ++++++++++++++++-------
 tests/regression.rs |  4 +---
 5 files changed, 23 insertions(+), 16 deletions(-)