Export - CSV (All fields)
Export - CSV (Current fields)
GODRIVER-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-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-2979
Rename "SingleResult.DecodeBytes" to "SingleResult.Raw"GODRIVER-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-3006
Deprecate Collection.UpdateByIDGODRIVER-3424
Split updateWithPipelines.yml by operationGODRIVER-3026
Optimize Collection.insert()GODRIVER-3392
Test that inserts and upserts respect null _id valuesGODRIVER-727
Clean up mongo.newClientGODRIVER-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-301
Add method to retrieve name from collectionGODRIVER-664
Add 'HasNext' method to Cursor typeGODRIVER-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-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-1246
Cursor.All() should end implicit sessionGODRIVER-1247
connection leak with change streamGODRIVER-1116
Slice projection not working as expectedGODRIVER-1125
Use $project to ensure only relevant fields in Database-level aggregation spec testsGODRIVER-1137
Panic in ChangeStreamExamples Infrequent but happened twice to meGODRIVER-1138
size of collection is 3.6MB, load from mongo with v1.0.3, profile it use 26MBGODRIVER-1163
Retrieve a batch cursor from a cursorGODRIVER-1156
CountDocuments doesn't work with a hintGODRIVER-1112
backport "Get current op on MongoDB 2.6"GODRIVER-1590
Change transformValue to use MarshalValueGODRIVER-1574
Decode at struct sub level won't workingGODRIVER-1616
NaN values in MongoDBGODRIVER-1127
Finer-grained updates from aggregation via $mergeGODRIVER-1014
backport "SingleResult.Decode only works once"GODRIVER-1036
Skipped change events when using a context timeout on stream.Next in a change streamGODRIVER-734
POC : Convenient API for TransactionsGODRIVER-1465
Create Issue
{"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