From 29e4b9b39abddda4e69b81f3454a96cdeaba4c78 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 28 Aug 2018 20:03:37 +0200 Subject: [PATCH] add information about library upgrades (#6277) --- CHANGELOG | 4 ++++ Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 721f47a4c1..cd2febf341 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md index 98727861c8..c6d1fcdcb2 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md @@ -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