Skip to content

Commit a4d6132

Browse files
authored
Merge pull request #183 from dongxinEric/release/1.7.1
Release notes for 1.7.1
2 parents 9835d44 + 1316287 commit a4d6132

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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
@@ -42,6 +50,6 @@
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

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