File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11## Release notes
22
3+ ## 1.7.1
4+
5+ * [ #135 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/135 ) Fix for None value handling in arrays
6+ * [ #175 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/175 ) Fix the bug that command ` dropIndex ` 's error message misses some fields
7+ * [ #177 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/177 ) Fix for ` getMore ` hangs on error
8+ * [ #180 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/180 ) Fix ` getDocLayerVersion ` command
9+ * [ #182 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/182 ) Fix the transaction timeout error for long running reads
10+
311### 1.7.0
412
513* [ #49 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/49 ) Slow query logging
4250### 1.6.1
4351
4452* [ #2 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/2 ) Support mutual TLS authentication
45- * [ #13 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/13 ) Official Dockerfile and image in Docker Hub
53+ * [ #13 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/13 ) Official Dockerfile and image in Docker Hub
4654* [ #25 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/25 ) Fix for CentOS 7 packages
4755* [ #36 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/36 ) Fix for ` ordered ` option in update/delete commands
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.11)
2- project (fdb_doc_layer VERSION 1.7.0 LANGUAGES C CXX)
2+ project (fdb_doc_layer VERSION 1.7.1 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