- 🦖
GeoSearch
andGeoHaystack
operations were removed from 4.9.0 server. These operations are from legacy part of the driver and server returns quite comprehensible exception. See respective ticket: CSHARP-3249: Skip geoSearch and geoHaystack tests when running against server version that doesn't support these commands truncatedArrays
field is not handled inChangeStreamDocument.UpdateDescription
property deserialization, causing the access to the property throw and exceptionSystem.FormatException : Invalid field name: "truncatedArrays".
since server version 4.9.0. Other properties work as intended. See respective ticket: CSHARP-3212: Add new field truncatedArrays into cursor.nextBatch.updateDescriptionCreateIndexesOperation
result fieldexpireAfterSeconds
value is rounded since server version 4.9.0. See respective ticket: CSHARP-3294: Fix CreateIndexesOperationTests tests on latests- 🦖
GridFS.Download
not working on sharded cluster configuration. See respective ticket: CSHARP-3423: Fix CSharp269Tests.TestUploadAndDownload GridFs test on sharded cluster