Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Release notes

## 1.7.1

* [#135](https://github.com/FoundationDB/fdb-document-layer/issues/135) Fix for None value handling in arrays
* [#175](https://github.com/FoundationDB/fdb-document-layer/pull/175) Fix the bug that command `dropIndex`'s error message misses some fields
* [#177](https://github.com/FoundationDB/fdb-document-layer/pull/177) Fix for `getMore` hangs on error
* [#180](https://github.com/FoundationDB/fdb-document-layer/pull/180) Fix `getDocLayerVersion` command
* [#182](https://github.com/FoundationDB/fdb-document-layer/pull/182) Fix the transaction timeout error for long running reads

### 1.7.0

* [#49](https://github.com/FoundationDB/fdb-document-layer/issues/49) Slow query logging
Expand Down Expand Up @@ -42,6 +50,6 @@
### 1.6.1

* [#2](https://github.com/FoundationDB/fdb-document-layer/issues/2) Support mutual TLS authentication
* [#13](https://github.com/FoundationDB/fdb-document-layer/issues/13) Official Dockerfile and image in Docker Hub
* [#13](https://github.com/FoundationDB/fdb-document-layer/issues/13) Official Dockerfile and image in Docker Hub
* [#25](https://github.com/FoundationDB/fdb-document-layer/pull/25) Fix for CentOS 7 packages
* [#36](https://github.com/FoundationDB/fdb-document-layer/pull/36) Fix for `ordered` option in update/delete commands
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(fdb_doc_layer VERSION 1.7.0 LANGUAGES C CXX)
project(fdb_doc_layer VERSION 1.7.1 LANGUAGES C CXX)

set(default_build_type "RelWithDbgInfo")
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down