Skip to content

Commit 7467f14

Browse files
authored
Merge pull request #213 from apkar/master
Release 1.8.2
2 parents 04bb740 + d819d1d commit 7467f14

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

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

3+
4+
### 1.8.2
5+
6+
* [212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Avoids deadlock in connection handler over failures
7+
* [212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Add new connection rate metrics
8+
* [212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Publish CPU metrics at high priority, so we wont miss metrics under load
9+
310
### 1.8.1
411

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

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.1 LANGUAGES C CXX)
2+
project(fdb_doc_layer VERSION 1.8.2 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)