Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apkar committed Sep 5, 2019
1 parent 04bb740 commit d819d1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -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
@@ -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 d819d1d

Please sign in to comment.