Skip to content

Commit

Permalink
Merge pull request #142 from apkar/release-notes
Browse files Browse the repository at this point in the history
Adding release notes for 1.6.4
  • Loading branch information
apkar authored Apr 5, 2019
2 parents 68fbad4 + b0fa64f commit eb2a710
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Release notes

### 1.6.4

* [#84](https://github.com/FoundationDB/fdb-document-layer/issues/84) Fix for `getIndexes()`
* [#99](https://github.com/FoundationDB/fdb-document-layer/issues/99) Fix for segfault on bulk insert errors
* [#106](https://github.com/FoundationDB/fdb-document-layer/issues/106) Fix for deadlock in unique index rebuild
* [#107](https://github.com/FoundationDB/fdb-document-layer/pull/107) Index rebuild `background` information persisted with index info
* [#115](https://github.com/FoundationDB/fdb-document-layer/pull/115) Fix `versionArray` in `buildInfo`
* [#117](https://github.com/FoundationDB/fdb-document-layer/issues/117) Added support to provide FDB data center to connect to
* [#124](https://github.com/FoundationDB/fdb-document-layer/pull/124) Fix for create index from mongo shell
* [#138](https://github.com/FoundationDB/fdb-document-layer/issues/138) Fix for metadata cache inconsistency, causing missing indexes

### 1.6.3

* [#38](https://github.com/FoundationDB/fdb-document-layer/issues/38) Fix for compound index selection in query planner
Expand Down

0 comments on commit eb2a710

Please sign in to comment.