Skip to content

Commit

Permalink
Merge pull request FoundationDB#204 from apkar/release-1.8.0
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
apkar authored Aug 12, 2019
2 parents 95e15da + f34ba38 commit 239aa37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## Release notes

## 1.7.2
### 1.8.0

* [#94](https://github.com/FoundationDB/fdb-document-layer/issues/94) - Added `renameCollection` command
* [#129](https://github.com/FoundationDB/fdb-document-layer/issues/129) - Moved to FDB dependency 6.0 -> 6.1
* [#202](https://github.com/FoundationDB/fdb-document-layer/issues/202) - Fix for a memory leak on new connections

### 1.7.2

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

## 1.7.1
### 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
Expand Down
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.2 LANGUAGES C CXX)
project(fdb_doc_layer VERSION 1.8.0 LANGUAGES C CXX)

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

0 comments on commit 239aa37

Please sign in to comment.