Skip to content

Commit 0671213

Browse files
DOCSP-47799 v8.2.3 Patch release update(#50) (#51)
(cherry picked from commit aee60ee) Co-authored-by: Stephanie <[email protected]>
1 parent 44e257d commit 0671213

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mongo-community = "MongoDB Community Edition"
2929
mongo-enterprise = "MongoDB Enterprise Edition"
3030
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
3131
version-number = "8.2" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
32-
full-version = "{+version-number+}.2"
32+
full-version = "{+version-number+}.3"
3333
version = "v{+version-number+}"
3434
ef-core-version = "8.0"
3535
stable-api = "Stable API"

source/whats-new.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ What's New
1919

2020
Learn what's new in:
2121

22+
* :ref:`Version 8.2.3 <entity-framework-version-8.2.3>`
2223
* :ref:`Version 8.2.2 <entity-framework-version-8.2.2>`
2324
* :ref:`Version 8.2.1 <entity-framework-version-8.2.1>`
2425
* :ref:`Version 8.2 <entity-framework-version-8.2>`
@@ -31,6 +32,22 @@ Learn what's new in:
3132
changes to major version releases. Instead, breaking and significant changes
3233
are made in minor version releases.
3334

35+
.. _entity-framework-version-8.2.3:
36+
37+
What's New in 8.2.3
38+
-------------------
39+
40+
The 8.2.3 provider release includes the following new features:
41+
42+
- Adds support for top-level scalar aggregations such as ``Sum``, ``Average``,
43+
``Min``, and ``Max``
44+
45+
- Adds support for ``ObjectId`` generation when using the ``string`` type for
46+
the ``_id`` property
47+
48+
- Changes behavior to no longer throw an error when the Bson element is missing for an
49+
owned collection
50+
3451
.. _entity-framework-version-8.2.2:
3552

3653
What's New in 8.2.2

0 commit comments

Comments
 (0)