Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mongo-community = "MongoDB Community Edition"
mongo-enterprise = "MongoDB Enterprise Edition"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version-number = "8.2" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
full-version = "{+version-number+}.2"
full-version = "{+version-number+}.3"
version = "v{+version-number+}"
ef-core-version = "8.0"
stable-api = "Stable API"
Expand Down
17 changes: 17 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ What's New

Learn what's new in:

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

.. _entity-framework-version-8.2.3:

What's New in 8.2.3
-------------------

The 8.2.3 provider release includes the following new features:

- Adds support for top-level scalar aggregations such as ``Sum``, ``Average``,
``Min``, and ``Max``

- Adds support for ``ObjectId`` generation when using the ``string`` type for
the ``_id`` property

- Changes behavior to no longer throw an error when the Bson element is missing for an
owned collection

.. _entity-framework-version-8.2.2:

What's New in 8.2.2
Expand Down
Loading