Export - CSV (All fields)
Export - CSV (Current fields)
GODRIVER-653
Docstring on Raw.Lookup is incorrect for return typeGODRIVER-570
InsertMany docs still claim batching is not supportedGODRIVER-571
CountDocuments documentation references private function countDocumentsAggregatePipelineGODRIVER-647
bson.NewDocument should be removed from documentationGODRIVER-603
ChangeStream should not panic when a user changes ResumeTokenGODRIVER-555
Database.RunCommand should return *DocumentResultGODRIVER-662
Change ValueEncoder and ValueDecoder to use reflect.Value instead of interface{}GODRIVER-657
EmptyInterfaceEncoder should handle nil properlyGODRIVER-464
nil check of cursor missing in changeStream Close functionGODRIVER-540
Beta Release PreparationsGODRIVER-651
InsertedID from InsertResult is a bsonxGODRIVER-649
Unmarshaling arrays and objects into bson.D yields bsonx typesGODRIVER-673
ValueReader should support reading the bytes of a top level documentGODRIVER-614
Restructure Go Driver RepositoryGODRIVER-666
Write concern should not be encoded in aggregate unless $out is specifiedGODRIVER-611
UnmarshalExtJSON array failGODRIVER-670
Move D family of types from bson package to primitive packageGODRIVER-661
Consolidate objectid and decimal packages into primitiveGODRIVER-409
bson decoder should not zero entire struct before beginning unmarshallingGODRIVER-208
GODRIVER MongoDB 4.0 SupportGODRIVER-211
Revise connection pooling options on Client/connstringGODRIVER-348
Refactor Client CreationGODRIVER-45
GODRIVER MongoDB 3.6 Server SupportGODRIVER-437
Add helpers for database and client level change streamsGODRIVER-598
Cannot decode when any ObjectId field is null in databaseGODRIVER-595
Better BSON Transition ErrorsGODRIVER-535
Add support for pointers to reflect.Kind typesGODRIVER-542
Enable dep supportGODRIVER-574
Update README.mdGODRIVER-154
Epic: Improve Beta Go Driver User ExperienceGODRIVER-469
Update ChangeStream spec to detail usage of startAtOperationTimeGODRIVER-591
ChangeStream option BatchSize is passed to the pipeline stage instead to the cursorGODRIVER-644
SetResumeAfter should take a interface{}GODRIVER-645
lookupInterfaceDecoder does not ensure type is a pointerGODRIVER-619
Finalize 'mongo' APIGODRIVER-650
MarshalBSON not called for non-primitive types within bson.DGODRIVER-654
GridFS bindings give int64 but package trys to receive them as int32 from bsonGODRIVER-630
EXT JSON Parser Empty Object HandlingGODRIVER-588
Cannot decode pointers to nil / cannot decode *ObjectIDGODRIVER-646
Decoding javascript into bson.D fails
{"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