- #214 - Bump FoundationDB API version to 610. This is a workaround to avoid the 6.1 -> 6.2 upgrade issue being fixed in FoundationDB.
- #212 - Avoids deadlock in connection handler over failures
- #212 - Add new connection rate metrics
- #212 - Publish CPU metrics at high priority, so we wont miss metrics under load
- #209 - CPU and memory usage metris. And Table/Index scan metrics
- #210 - Network thread CPU usage metrics
- #94 - Added
renameCollectioncommand - #129 - Moved to FDB dependency 6.0 -> 6.1
- #194 - Fixed unnecessary memory copies with
DataKeyandDataValue. - #202 - Fix for a memory leak on new connections
- #185 Fix for compound index selection query planner
- #135 Fix for None value handling in arrays
- #175 Fix the bug that command
dropIndex's error message misses some fields - #177 Fix for
getMorehangs on error - #180 Fix
getDocLayerVersioncommand - #182 Fix the transaction timeout error for long running reads
- #49 Slow query logging
- #145 Added
connectionStatuscommand - #150 Removed explicit transactions. They will be added back with MongoDB v4.0 compatibility
- #151 Fixed
$addToSetupdate operator to returnNonevalues properly with arrays - #154 Better
updatecommand testing - #161 Added more metrics
- #165 Fix
FlowLockusage, which is causing transaction timeouts. - #168 Deleted document count returned with correct type,
intinstead ofstring - #169 DocLayer now returns error as
$erras the drivers except
- #84 Fix for
getIndexes() - #99 Fix for segfault on bulk insert errors
- #106 Fix for deadlock in unique index rebuild
- #107 Index rebuild
backgroundinformation persisted with index info - #115 Fix
versionArrayinbuildInfo - #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
- #38 Fix for compound index selection in query planner
- #46 Fix for query bounds with compound indexes
- #47 Better errors on large keys
- #51
deletecommands don't create collection any more - #54 Fix for
buildInfocommand - #66 Fix for crash on
dropIndexcommand - #93 Adding primary index to
listIndexes()response