Export - CSV (All fields)
Export - CSV (Current fields)
CSHARP-307
Throw more appropriate exception when null is passed to Insert or InsertBatchCSHARP-274
The overloads of Insert and Save in MongoCollection should matchCSHARP-292
There should be a way to join several UpdateBuilder instances into a complete update expression (IMongoUpdate)CSHARP-293
Add some additional information to error message when mapping a class results in duplicate element nameCSHARP-269
GridFS upload bugCSHARP-276
BsonArray should have constructor/methods dealing with not-generic IEnumerableCSHARP-277
C# Driver does not Deserialize System.Drawing.SizeCSHARP-273
Don't send queries to arbitersCSHARP-306
incorrect index on fs.chunksCSHARP-283
Ambiguity in MongoDB.Driver.Builders.Update.AddToSetEach methodsCSHARP-303
MongoServer.Primary.IsPrimary = falseCSHARP-297
The IsCapped method on MongoCollection throws a NotImplementedExceptionCSHARP-286
Add support for dropTarget to MongoDatabase.RenameCollectionCSHARP-247
Support deserializing to an interfaceCSHARP-253
Insert and similar methods should enforce valid element namesCSHARP-271
When a connection pool is created immediately add MinConnectionPoolSize connections to itCSHARP-257
Performance of a BsonArray creation and AddRange method when "values" is either T[], IList<T> or an ICollectionCSHARP-254
Counting documents - 32 bits enough?CSHARP-287
When creating a new GridFS file using the Stream API you can't set the _id for the fileCSHARP-255
SocketException on MongoServer.Connect()CSHARP-322
MongoDB.BsonUnitTests.Jira.CSharp146.CSharp146Tests.TestDoc fails on Mono on WindowsCSHARP-280
Compiler error: ambiguous call between IEnumerable<MongoDB.Bson.BsonValue> and IEnumerable<object> in BsonArrayCSHARP-282
Empty UpdateBuilder will null out a documentCSHARP-267
JsonReader and JsonWriter should support new mongo shell helper methods for UUIDsCSHARP-263
Deserialization of array that was serialized with nominalType object fails due to lack of type informationCSHARP-202
Should you be able to connect to a replica set when there is no primary?CSHARP-281
PopFirst and PopLast do the opposite jobsCSHARP-295
MongoDB.Driver.Builders.CollectionOptions.SetMaxDocuments(int) should deal with Int64, not Int32CSHARP-299
MongoQueryException should provide response document that caused itCSHARP-324
Connect to mongod with auth failsCSHARP-201
When connected to a replica set a background thread should monitor the replica setCSHARP-183
Driver does not handle nodes which are down gracefullyCSHARP-323
Timeout in background state management thread crashes application domainCSHARP-288
mongo-csharp-driver 1.1 NullReferenceExceptionCSHARP-294
Deadlock when connecting to a replica setCSHARP-262
JsonWriter must output "new" for Date valuesCSHARP-265
Serialization of Dictionary<string, T> fails if any key is not a valid element nameCSHARP-272
Reduce lock contention in LookupSerializer (and in serialization config in general)CSHARP-290
Ambiguity between overloads with an IDictionary or an IDictionary<string, object> parameterCSHARP-270
Provide usable error messages.CSHARP-268
NullReferenceException on lost primaryCSHARP-260
JsonReader fails on some forms of regular expressionsCSHARP-261
JsonReader fails on some forms of Date expressionsCSHARP-302
Frequent connection errors result in a Connect/Disconnect stormCSHARP-258
The 1.0 and 1.1 versions of the C# driver write a different value to the database for DateTime.MaxValue
{"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