-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.0 Release Notes #1566
3.1.0 Release Notes #1566
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
The main new features in 3.1.0 include: | ||
|
||
+ Support token field type and array field expressions with search builders for equals operator - [CSHARP-4926](https://jira.mongodb.org/browse/CSHARP-4926) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove extra spaces after
operator
- "with Atlas Search builders"
The main new features in 3.1.0 include: | ||
|
||
+ Support token field type and array field expressions with search builders for equals operator - [CSHARP-4926](https://jira.mongodb.org/browse/CSHARP-4926) | ||
+ Support for new type field when creating search indexes - [CSHARP-4960](https://jira.mongodb.org/browse/CSHARP-4960) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something more descriptive, like "Support SearchIndexType
option when creating Atlas Search indexes"
@rishitb-mongodb
+ Support for Exact Vector Search (ENN) - [CSHARP-5212](https://jira.mongodb.org/browse/CSHARP-5212) | ||
+ Allow sort option to be supplied to update commands (updateOne, etc.) - [CSHARP-5201](https://jira.mongodb.org/browse/CSHARP-5201) | ||
+ Disabled TLS renegotiation when possible - [CSHARP-2843](https://jira.mongodb.org/browse/CSHARP-2843) | ||
+ Fix discriminator convention inheritance - [CSHARP-5349](https://jira.mongodb.org/browse/CSHARP-5349) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Fix a bug in discriminator convention inheritance"?
+ Allow sort option to be supplied to update commands (updateOne, etc.) - [CSHARP-5201](https://jira.mongodb.org/browse/CSHARP-5201) | ||
+ Disabled TLS renegotiation when possible - [CSHARP-2843](https://jira.mongodb.org/browse/CSHARP-2843) | ||
+ Fix discriminator convention inheritance - [CSHARP-5349](https://jira.mongodb.org/browse/CSHARP-5349) | ||
+ New Serializers for ImmutableArray and other immutable collections - [CSHARP-5335](https://jira.mongodb.org/browse/CSHARP-5335) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New serializers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
8c6bc7c
to
43c2a10
Compare
No description provided.