Skip to content

Commit 7b1df3c

Browse files
authored
Updated What's New? for 2.13.0 release. (#575)
1 parent cfa834f commit 7b1df3c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Docs/reference/content/what_is_new.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ title = "What's New"
77
identifier = "What's New"
88
pre = "<i class='fa fa-star'></i>"
99
+++
10-
## What's New in 2.13.0-beta1
10+
## What's New in 2.13.0
1111

12-
The main new features in 2.13.0-beta1 include:
12+
The main new features in 2.13.0 include:
1313

14+
* Load-balanced mode for Atlas Serverless
1415
* Versioned MongoDB API for Drivers
1516
* 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
1622
* `estimatedDocumentCount()` now uses the `$collStats` aggregation stage instead of the `count` command
1723
* Reduced lock contention in BsonSerializer.LookupActualType
24+
* `slaveOk` connection string option removed; use `readPreference` instead
1825

1926
## What's New in 2.12.0
2027

0 commit comments

Comments
 (0)