diff --git a/snooty.toml b/snooty.toml index 2ce059f..6ab8eb7 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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" diff --git a/source/whats-new.txt b/source/whats-new.txt index f17fd02..ca45bc0 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 8.2.3 ` * :ref:`Version 8.2.2 ` * :ref:`Version 8.2.1 ` * :ref:`Version 8.2 ` @@ -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