From 26c82ff0884f25cf113be11bd5583bcee432efcb Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Thu, 20 Feb 2025 15:46:35 -0800 Subject: [PATCH 1/2] update whats new and version --- snooty.toml | 2 +- source/whats-new.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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..879fb97 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.2 ` * :ref:`Version 8.2.2 ` * :ref:`Version 8.2.1 ` * :ref:`Version 8.2 ` @@ -31,6 +32,19 @@ 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: + +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 From 9d4e14cc437d382a21e9a55c23a629ad2319c020 Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Thu, 20 Feb 2025 16:07:22 -0800 Subject: [PATCH 2/2] updates --- source/whats-new.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 879fb97..ca45bc0 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,7 +19,7 @@ What's New Learn what's new in: -* :ref:`Version 8.2.2 ` +* :ref:`Version 8.2.3 ` * :ref:`Version 8.2.2 ` * :ref:`Version 8.2.1 ` * :ref:`Version 8.2 ` @@ -34,6 +34,9 @@ Learn what's new in: .. _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``,