You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Release Notes/Release Notes v3.1.0.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ This is the general availability release for the 3.1.0 version of the driver.
4
4
5
5
The main new features in 3.1.0 include:
6
6
7
-
+ Support token field type and array field expressions with search builders for equals operator - [CSHARP-4926](https://jira.mongodb.org/browse/CSHARP-4926)
8
-
+ Support for new type field when creating search indexes - [CSHARP-4960](https://jira.mongodb.org/browse/CSHARP-4960)
7
+
+ Support token field type and array field expressions with Atlas Search builders for equals operator - [CSHARP-4926](https://jira.mongodb.org/browse/CSHARP-4926)
8
+
+ Support `SearchIndexType` option when creating Atlas Search indexes - [CSHARP-4960](https://jira.mongodb.org/browse/CSHARP-4960)
9
9
+ Support for valid SRV hostnames with less than 3 parts - [CSHARP-5200](https://jira.mongodb.org/browse/CSHARP-5200)
10
10
+ Support for search sequential pagination - [CSHARP-5420](https://jira.mongodb.org/browse/CSHARP-5420)
11
11
+ Support for Mql methods: `Exists`, `IsMissing` and `IsNullOrMissing` in filters when possible - [CSHARP-5427](https://jira.mongodb.org/browse/CSHARP-5427)
12
12
+ Support for Exact Vector Search (ENN) - [CSHARP-5212](https://jira.mongodb.org/browse/CSHARP-5212)
13
13
+ Allow sort option to be supplied to update commands (updateOne, etc.) - [CSHARP-5201](https://jira.mongodb.org/browse/CSHARP-5201)
14
14
+ Disabled TLS renegotiation when possible - [CSHARP-2843](https://jira.mongodb.org/browse/CSHARP-2843)
0 commit comments