Export - CSV (All fields)
Export - CSV (Current fields)
GODRIVER-677
Alias needed in bson package for primitive.EGODRIVER-109
Implement legacy OP_QUERY, OP_GET_MORE and OP_KILL_CURSORSGODRIVER-665
Support only "automatic" and "direct" as values for "connect" URI optionGODRIVER-660
_id should be prepended, not appendedGODRIVER-668
Write concern should not be encoded for certain commands based on wire version.GODRIVER-667
Default write concern should not be appended.GODRIVER-492
Implement legacy collection enumerationGODRIVER-138
Add support for legacy serversGODRIVER-719
Map Decoder should support non-primitive string typesGODRIVER-669
Reverse Dependencies between bson and bsonxGODRIVER-641
Connect direct to a replica set member also requires ReadPreference to be setGODRIVER-694
UnmarshalExtJSON panics with invalid jsonGODRIVER-696
SingleResult should use bson.DefaultRegistry when Registry is nilGODRIVER-699
Decoding into a bson.M embeds bson.Ds, not bson.MsGODRIVER-659
Collection allows insertion of a nil valueGODRIVER-725
Numbers that look like integers but are too big should be treated as doublesGODRIVER-681
Cursors and SingleResult ignore client custom registryGODRIVER-688
ClientOptions.SetSSL() records some string options as being set even if they're empty stringsGODRIVER-741
Option "serverSelectionTimeoutMS" is ignored if set in connection URIGODRIVER-710
Unmarshaling to a interface{} failsGODRIVER-691
ArrayEncodeValue and SliceEncodeValue don't properly handle nil for primitive.ElementGODRIVER-692
SingleResult.Decode to struct panics with nil pointer dereferenceGODRIVER-726
Server.heartbeat uses no timeoutsGODRIVER-683
Make CommandMetadata struct private inside connection.goGODRIVER-729
Add IndexOptions struct to use as the type of IndexModel.OptionsGODRIVER-279
Implement legacy index enumerationGODRIVER-742
Supported parsing extended JSON containing $date without $numberLongGODRIVER-679
Aggregate does not accept a bson.A as the pipelineGODRIVER-708
bsonx package is exposed in the public API of some stable packagesGODRIVER-581
Add documentation for new bsoncodec packageGODRIVER-663
Extend the Marshal* and Unmarshal* family functions with *WithContext functionsGODRIVER-697
nil panics being encoded via bson.MarshalGODRIVER-675
Nil pointer implementing Zeroer interface should not cause panicGODRIVER-676
Panic marshaling a nil ObjectIDGODRIVER-700
JSON scanner fails when underlying reader reads less than the requested bytes and also returns io.EOFGODRIVER-693
Opening a change stream cursor for any database gives errorGODRIVER-724
Downloading files from gridfs does not match uploaded dataGODRIVER-735
ListCollections does not use read preference primaryGODRIVER-701
ReadPreference on client is not respectedGODRIVER-715
driver.KillCursors does not close connection
{"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