Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Release notes

### 1.8.1

* [#209](https://github.com/FoundationDB/fdb-document-layer/pull/209) - CPU and memory usage metris. And Table/Index scan metrics
* [#210](https://github.com/FoundationDB/fdb-document-layer/pull/210) - Network thread CPU usage metrics

### 1.8.0

* [#94](https://github.com/FoundationDB/fdb-document-layer/issues/94) - Added `renameCollection` command
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down