File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ title = "What's New"
7
7
identifier = " What's New"
8
8
pre = " <i class='fa fa-star'></i>"
9
9
+++
10
- ## What's New in 2.13.0-beta1
10
+ ## What's New in 2.13.0
11
11
12
- The main new features in 2.13.0-beta1 include:
12
+ The main new features in 2.13.0 include:
13
13
14
+ * Load-balanced mode for Atlas Serverless
14
15
* Versioned MongoDB API for Drivers
15
16
* Implemented change stream oplog parsing code for delta oplog entries
17
+ * Snapshot reads on secondaries
18
+ * Support for creating time-series collections
19
+ * Permit dots and dollars in field names
20
+ * Improved error messages from document validation
21
+ * Better ExpandoObject support
16
22
* ` estimatedDocumentCount() ` now uses the ` $collStats ` aggregation stage instead of the ` count ` command
17
23
* Reduced lock contention in BsonSerializer.LookupActualType
24
+ * ` slaveOk ` connection string option removed; use ` readPreference ` instead
18
25
19
26
## What's New in 2.12.0
20
27
You can’t perform that action at this time.
0 commit comments