Skip to content

Commit aa665fe

Browse files
authored
Merge pull request #211 from apkar/master
Release 1.8.1
2 parents 700a34f + 5225d49 commit aa665fe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release notes
22

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+
38
### 1.8.0
49

510
* [#94](https://github.com/FoundationDB/fdb-document-layer/issues/94) - Added `renameCollection` command

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.11)
2-
project(fdb_doc_layer VERSION 1.8.0 LANGUAGES C CXX)
2+
project(fdb_doc_layer VERSION 1.8.1 LANGUAGES C CXX)
33

44
set(default_build_type "RelWithDbgInfo")
55
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)