File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cmake_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
44set (default_build_type "RelWithDbgInfo" )
55if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES )
You can’t perform that action at this time.
0 commit comments