Skip to content

Commit eb2a710

Browse files
authored
Merge pull request #142 from apkar/release-notes
Adding release notes for 1.6.4
2 parents 68fbad4 + b0fa64f commit eb2a710

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

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

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

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

0 commit comments

Comments
 (0)