From 41751b4241d4611586f97bfd7690d052d20bbb50 Mon Sep 17 00:00:00 2001 From: Badrish Chandramouli Date: Thu, 23 Mar 2023 11:58:05 -0700 Subject: [PATCH] Update home.md --- docs/_pages/home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_pages/home.md b/docs/_pages/home.md index 5cbc8dc91..0e6524739 100644 --- a/docs/_pages/home.md +++ b/docs/_pages/home.md @@ -10,7 +10,7 @@ header: url: "/docs/quick-start-guide/" excerpt: > A fast concurrent persistent key-value store and log, in C# and C++.
- Latest release v2.1.0 + Latest release v2.5.0 features: - image_path: /assets/images/faster-feature-1.png alt: "feature1" @@ -63,6 +63,8 @@ NVMe SSDs using less than a core of CPU, and scaling well in a multi-threaded se # News and Updates +* Version 2.5 of FASTER has been released with various improvements. A notable new feature is the lockable context which allows users to perform multi-key operations with locking (i.e., transactions). + * Version 2 of FASTER has been released with many API and performance improvements across the board. Learn more about the features in v2 at https://github.com/microsoft/FASTER/pull/563 * A high-performance remote (TCP) interface to FasterKV is now available! It provides linear server scalability with increasing client sessions, with similar server throughput as embedded FasterKV. We provide a default C# client as well as an ability to extend to other protocols. Learn more [here](docs/remote-basics/).