Skip to content

Commit 239aa37

Browse files
authored
Merge pull request #204 from apkar/release-1.8.0
Release 1.8.0
2 parents 95e15da + f34ba38 commit 239aa37

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
## Release notes
22

3-
## 1.7.2
3+
### 1.8.0
4+
5+
* [#94](https://github.com/FoundationDB/fdb-document-layer/issues/94) - Added `renameCollection` command
6+
* [#129](https://github.com/FoundationDB/fdb-document-layer/issues/129) - Moved to FDB dependency 6.0 -> 6.1
7+
* [#202](https://github.com/FoundationDB/fdb-document-layer/issues/202) - Fix for a memory leak on new connections
8+
9+
### 1.7.2
410

511
* [#185](https://github.com/FoundationDB/fdb-document-layer/pull/185) Fix for compound index selection query planner
612

7-
## 1.7.1
13+
### 1.7.1
814

915
* [#135](https://github.com/FoundationDB/fdb-document-layer/issues/135) Fix for None value handling in arrays
1016
* [#175](https://github.com/FoundationDB/fdb-document-layer/pull/175) Fix the bug that command `dropIndex`'s error message misses some fields

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