diff --git a/rocksdb-9.2.1.tar.gz b/rocksdb-9.2.1.tar.gz deleted file mode 100644 index b9194ee..0000000 --- a/rocksdb-9.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb20fd9a07624e0dc1849a8e65833e5421960184f9c469d508b58ed8f40a780f -size 13491558 diff --git a/rocksdb-9.3.1.tar.gz b/rocksdb-9.3.1.tar.gz new file mode 100644 index 0000000..eb4d8bb --- /dev/null +++ b/rocksdb-9.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63f1be162998c0f49a538a7fe3fcac0e40cad77ee47d5592a65bca50f7c4620 +size 13512627 diff --git a/rocksdb.changes b/rocksdb.changes index 4294442..8855f15 100644 --- a/rocksdb.changes +++ b/rocksdb.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Jun 29 13:24:27 UTC 2024 - Andreas Stieger + +- update to 9.3.1: + * Optimistic transactions and pessimistic transactions with the + WriteCommitted policy now support the GetEntity API. + * Added new Iterator property, "rocksdb.iterator.is-value-pinned", + for checking whether the Slice returned by Iterator::value() + can be used until the Iterator is destroyed. + * Optimistic transactions and WriteCommitted pessimistic + transactions now support the MultiGetEntity API. + * Optimistic transactions and pessimistic transactions with the + WriteCommitted policy now support the PutEntity API. Support + for read APIs and other write policies (WritePrepared, + WriteUnprepared) will be added later. + * Exposed block based metadata cache options via C API + * Exposed compaction pri via c api. + * Add a kAdmPolicyAllowAll option to TieredAdmissionPolicy that + admits all blocks evicted from the primary block cache into + the compressed secondary cache. + * CompactRange() with change_level=true on a CF with FIFO + compaction will return Status::NotSupported(). + * External file ingestion with FIFO compaction will always ingest + to L0. + * bug fixes + ------------------------------------------------------------------- Thu May 23 20:13:16 UTC 2024 - Andreas Stieger diff --git a/rocksdb.spec b/rocksdb.spec index f33e5a3..b36a9d9 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -20,7 +20,7 @@ %define lib_name librocksdb9 %bcond_with jemalloc Name: rocksdb -Version: 9.2.1 +Version: 9.3.1 Release: 0 Summary: Library for embeddable, persistent and fast key-value store License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause