Export - CSV (All fields)
Export - CSV (Current fields)
CSHARP-1186
LINQ skip implementation is not consistent with native linq to objectsCSHARP-1150
Replace instances of new UTF8Encoding(false, true) with static singletonsCSHARP-1054
Clarify message on obsolete SafeMode property in MongoDefaultsCSHARP-1025
Assign connections out of the connection pool in FIFO orderCSHARP-1077
Support deserialization of readonly collection interfaces (IReadOnlyCollection<T>, IReadOnlyLis<T>t)CSHARP-1033
Make all custom Exception classes be fully [Serializable]CSHARP-1092
Optimize output of BSON arrays by caching index namesCSHARP-1080
unexpected change non id field name in BSON documentCSHARP-1082
Don't allow TagSets to be used with a ReadPreferenceMode of PrimaryCSHARP-1550
Wrong behavior for bulk Upsert().UpdateOne filtering with "created_on"CSHARP-1029
Introduce interfaces for IBsonReader/IBsonWriterCSHARP-1053
Major performance degradation from 1.6.1 to 1.9.2CSHARP-1046
Type-safe $set with positional operator "$"CSHARP-1024
Provide a way to allow alternate field names to ease schema migrationCSHARP-1260
Socket exceptions connecting to MongoDBCSHARP-1158
CollectionExists and Collection Name Lookups fail in 2.8rc4CSHARP-1057
Detect "jnote" errors reported by server 2.4.x with { ok : 1 }CSHARP-1060
Authentication is not done for DBCollection.createIndex()CSHARP-1048
Concrete implementations of abstract members do not appear in the DeclaredMemberMaps collections as of 1.9CSHARP-1059
RunCommand replSetReconfig System.IO.EndOfStreamException: Attempted to read past the end of the stream.CSHARP-1134
Add Mongo prefix to exception class names that don't already have itCSHARP-1105
C# driver hangs indefinitely on one of the environments where the Mongo service is down.CSHARP-1101
invalid operator '$SetIntersection' - code 15999CSHARP-1107
Query.LT, LTE and other similar methods require a name while it should be optionalCSHARP-1085
BsonSerializationInfoFinder VisitMethodCallCSHARP-1094
ReadPreference and MaxTime not honored for cursor.Count() and Size()CSHARP-1100
Remove Command and ServerInstance from CommandResultCSHARP-1083
Null reference when serialize logical condition with nullCSHARP-1039
The Equals methods of SslSettings does not compare the certificate collections correctlyCSHARP-1021
Memory usages on Client grows without limitCSHARP-1031
CLONE - Using Sort with Custom Batch SizeCSHARP-1030
Using Sort with Custom Batch SizeCSHARP-1258
Sometimes the driver reports: BsonSerializationExceptionCSHARP-1153
MongoServer.Ping() does not detect if servers go offlineCSHARP-1056
BsonDocument [DataContract] serialization error
{"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