Skip to content

Commit

Permalink
Merge pull request #213 from apkar/master
Browse files Browse the repository at this point in the history
Release 1.8.2
  • Loading branch information
apkar authored Sep 5, 2019
2 parents 04bb740 + d819d1d commit 7467f14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Release notes


### 1.8.2

* [212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Avoids deadlock in connection handler over failures
* [212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Add new connection rate metrics
* [212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Publish CPU metrics at high priority, so we wont miss metrics under load

### 1.8.1

* [#209](https://github.com/FoundationDB/fdb-document-layer/pull/209) - CPU and memory usage metris. And Table/Index scan metrics
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.1 LANGUAGES C CXX)
project(fdb_doc_layer VERSION 1.8.2 LANGUAGES C CXX)

set(default_build_type "RelWithDbgInfo")
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit 7467f14

Please sign in to comment.