Skip to content

Commit 17724c2

Browse files
apkardongxinEric
authored andcommitted
Release notes for 1.7.0 (#172)
1 parent fb3b7a7 commit 17724c2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.md

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

3+
### 1.7.0
4+
5+
* [#49](https://github.com/FoundationDB/fdb-document-layer/issues/49) Slow query logging
6+
* [#145](https://github.com/FoundationDB/fdb-document-layer/pull/145) Added `connectionStatus` command
7+
* [#150](https://github.com/FoundationDB/fdb-document-layer/pull/150) Removed explicit transactions. They will be added back with MongoDB v4.0 compatibility
8+
* [#151](https://github.com/FoundationDB/fdb-document-layer/issues/151) Fixed `$addToSet` update operator to return `None` values properly with arrays
9+
* [#154](https://github.com/FoundationDB/fdb-document-layer/pull/154) Better `update` command testing
10+
* [#161](https://github.com/FoundationDB/fdb-document-layer/pull/161) Added more metrics
11+
* [#165](https://github.com/FoundationDB/fdb-document-layer/pull/165) Fix `FlowLock` usage, which is causing transaction timeouts.
12+
* [#168](https://github.com/FoundationDB/fdb-document-layer/pull/168) Deleted document count returned with correct type, `int` instead of `string`
13+
* [#169](https://github.com/FoundationDB/fdb-document-layer/pull/169) DocLayer now returns error as `$err` as the drivers except
14+
15+
316
### 1.6.4
417

518
* [#84](https://github.com/FoundationDB/fdb-document-layer/issues/84) Fix for `getIndexes()`

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