mirror of https://gitee.com/bigwinds/arangodb
add information about library upgrades (#6277)
This commit is contained in:
parent
127dc4ec8e
commit
29e4b9b39a
|
@ -1,6 +1,10 @@
|
|||
devel
|
||||
-----
|
||||
|
||||
* upgraded bundled RocksDB version to 5.16.0
|
||||
|
||||
* upgraded bundled Snappy compression library to 1.1.7
|
||||
|
||||
* improved error messages when managing Foxx services
|
||||
|
||||
Install/replace/upgrade will now provide additional information when an error
|
||||
|
|
|
@ -175,7 +175,10 @@ to RocksDB collections, so it should be used with extreme care.
|
|||
|
||||
### RocksDB library upgrade
|
||||
|
||||
The version of the bundled RocksDB library was upgraded from 5.9 to 5.15.
|
||||
The version of the bundled RocksDB library was upgraded from 5.6 to 5.16.
|
||||
|
||||
The version of the bundled Snappy compression library used by RocksDB was upgraded from
|
||||
1.1.3 to 1.1.7.
|
||||
|
||||
|
||||
Collection and document operations
|
||||
|
|
Loading…
Reference in New Issue