Releases: FoundationDB/fdb-document-layer
Releases · FoundationDB/fdb-document-layer
Release 1.8.3
Release 1.8.2
Release 1.8.1
Release 1.8.0
Release 1.7.2
- #185 Fix for compound index selection query planner
Release 1.7.1
Release 1.7.0
- #49 Slow query logging
- #145 Added
connectionStatus
command - #150 Removed explicit transactions. They will be added back with MongoDB v4.0 compatibility
- #151 Fixed
$addToSet
update operator to returnNone
values properly with arrays - #154 Better
update
command testing - #161 Added more metrics
- #165 Fix
FlowLock
usage, which is causing transaction timeouts. - #168 Deleted document count returned with correct type,
int
instead ofstring
- #169 DocLayer now returns error as
$err
as the drivers except
Release 1.6.4
- #84 Fix for
getIndexes()
- #99 Fix for segfault on bulk insert errors
- #106 Fix for deadlock in unique index rebuild
- #107 Index rebuild
background
information persisted with index info - #115 Fix
versionArray
inbuildInfo
- #117 Added support to provide FDB data center to connect to
- #124 Fix for create index from mongo shell
- #138 Fix for metadata cache inconsistency, causing missing indexes
Release 1.6.3
- #38 Fix for compound index selection in query planner
- #46 Fix for query bounds with compound indexes
- #47 Better errors on large keys
- #51
delete
commands don't create collection any more - #54 Fix for
buildInfo
command - #66 Fix for crash on
dropIndex
command - #93 Adding primary index to
listIndexes()
response