We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700a34f + 5225d49 commit aa665feCopy full SHA for aa665fe
CHANGES.md
@@ -1,5 +1,10 @@
1
## Release notes
2
3
+### 1.8.1
4
+
5
+* [#209](https://github.com/FoundationDB/fdb-document-layer/pull/209) - CPU and memory usage metris. And Table/Index scan metrics
6
+* [#210](https://github.com/FoundationDB/fdb-document-layer/pull/210) - Network thread CPU usage metrics
7
8
### 1.8.0
9
10
* [#94](https://github.com/FoundationDB/fdb-document-layer/issues/94) - Added `renameCollection` command
CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
-project(fdb_doc_layer VERSION 1.8.0 LANGUAGES C CXX)
+project(fdb_doc_layer VERSION 1.8.1 LANGUAGES C CXX)
set(default_build_type "RelWithDbgInfo")
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
0 commit comments