Export - CSV (All fields)
Export - CSV (Current fields)
GODRIVER-3424
Split updateWithPipelines.yml by operationGODRIVER-3406
Document that countDocuments() uses $match and may not support the same filters as find/count commandsGODRIVER-3407
Allow drivers to set bypassDocumentValidation: false on write commandsGODRIVER-2979
Rename "SingleResult.DecodeBytes" to "SingleResult.Raw"GODRIVER-2980
Run timeSeries collection creation options tests on MongoDB 6.3GODRIVER-3143
Convert CRUD v1 spec tests to unified test formatGODRIVER-3171
Fix racy unified tests of unacknowledged writesGODRIVER-2703
Remove all setters from the "operation" package operation typesGODRIVER-3205
Make DistinctResult use the Collection's BSONOptions when decoding resultsGODRIVER-3012
Create a CRUD query filters helperGODRIVER-2254
when use $in []uint8 query in go , will get (BadValue) $in needs an arrayGODRIVER-3392
Test that inserts and upserts respect null _id valuesGODRIVER-2877
Add spec tests for passing empty pipeline arrays to update and findAndModify operationsGODRIVER-2356
Add support for $explainGODRIVER-1225
Modify Mongo Orchestration to work with MMAPV1GODRIVER-1180
Remove legacy transform functions from mongoGODRIVER-1104
Provide imperative transaction APIGODRIVER-867
options.FindOptions.SetLimit() docs suggest negative limits are still supported, but they're notGODRIVER-716
SessionContext not being goroutine safe is awkwardGODRIVER-780
Filter vs UpdateGODRIVER-743
UpdateOne and UpdateMany should return error when update parameter is of zero lengthGODRIVER-727
Clean up mongo.newClientGODRIVER-301
Add method to retrieve name from collectionGODRIVER-664
Add 'HasNext' method to Cursor typeGODRIVER-2821
Don't return "ErrUnacknowledgedWrite" when using an unacknowledged write concernGODRIVER-3285
Allow update to supply sort optionGODRIVER-3412
Add index hint support for distinct commandGODRIVER-3395
Ensure findOne does not set batchSize=1GODRIVER-3396
Eliminate unnecessary killCursors command when batchSize == limitGODRIVER-3390
Add guidance on adding _id fields to documents to CRUD specGODRIVER-3219
Server 8.0+ requires tests for aggregation with $out to not pre-create output collectionGODRIVER-1464
Make ExceededTimeLimit retryable writes errorGODRIVER-1585
Raise error when hint option is provided on unacknowledged writes against any server versionGODRIVER-1509
Use whitelist for change stream resumabilityGODRIVER-1657
Allow passing interface{} to Cursor.AllGODRIVER-1610
bson.M can't be used as a sort documentGODRIVER-1508
Allow hinting the delete commandGODRIVER-1550
Tests drivers raise error if hint specified for unacknowledged delete using OP_MSG or OP_DELETEGODRIVER-3421
Remove the BSON document size validation requirement for the client bulk write operationGODRIVER-1807
Add UpdateByID method to CollectionGODRIVER-1786
limit 无效GODRIVER-1715
Incorrect Upserted count in BulkWriteResultGODRIVER-1673
The Filter query on nested sub-document array is not returning resultsGODRIVER-1648
calling cursor.Next() after changestream is invalidated enters spin loopGODRIVER-1649
Cannot create namespace in multi-document transactionGODRIVER-1618
Test arrayFilters on non-supporting server for subsequent ops in bulkWriteGODRIVER-1592
Change streams should execute client side encryption flowGODRIVER-1615
SingleConnectionDeployment should not be used for application operationsGODRIVER-1594
slow on FindGODRIVER-1622
allowDiskUse option for find should be documented as only being supported in 4.4+
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0