From 5946f13a46b04105b6b00a33b88126d639206c43 Mon Sep 17 00:00:00 2001 From: Josh Slocum Date: Thu, 17 Jun 2021 14:14:40 -0500 Subject: [PATCH] Added TSS to 7.0 release notes --- documentation/sphinx/source/release-notes/release-notes-700.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/sphinx/source/release-notes/release-notes-700.rst b/documentation/sphinx/source/release-notes/release-notes-700.rst index aff2b0c1af..973826b031 100644 --- a/documentation/sphinx/source/release-notes/release-notes-700.rst +++ b/documentation/sphinx/source/release-notes/release-notes-700.rst @@ -11,6 +11,7 @@ Features -------- * Added a new API in all bindings that can be used to get a list of split points that will split the given range into (roughly) equally sized chunks. `(PR #3394) `_ * Added support for writing backup files directly to Azure blob storage. This is not yet performance tested on large-scale clusters. `(PR #3961) `_ +* Added the Testing Storage Server (TSS), which allows FoundationDB to run an "untrusted" storage engine with identical workload to the current storage engine, with zero impact on durability or correctness, and minimal impact on performance. `(PR #4556) `_ `(PR #4892) `_ `(PR #4895) `_ `(PR #4934) `_ `(PR #4949) `_ `(PR #4965) `_ Performance -----------