Skip to content

Commit 44e257d

Browse files
committed
DOCSP-47124: 8.2.2 release
(cherry picked from commit 0a5551e)
1 parent 144faa9 commit 44e257d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
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+}.1"
32+
full-version = "{+version-number+}.2"
3333
version = "v{+version-number+}"
3434
ef-core-version = "8.0"
3535
stable-api = "Stable API"

source/whats-new.txt

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

2020
Learn what's new in:
2121

22-
* :ref:`Version 8.2 <entity-framework-version-8.2.1>`
22+
* :ref:`Version 8.2.2 <entity-framework-version-8.2.2>`
23+
* :ref:`Version 8.2.1 <entity-framework-version-8.2.1>`
2324
* :ref:`Version 8.2 <entity-framework-version-8.2>`
2425
* :ref:`Version 8.1 <entity-framework-version-8.1>`
2526

@@ -29,7 +30,23 @@ Learn what's new in:
2930
{+framework-core+} versions, the {+provider-long+} does not limit breaking
3031
changes to major version releases. Instead, breaking and significant changes
3132
are made in minor version releases.
32-
33+
34+
.. _entity-framework-version-8.2.2:
35+
36+
What's New in 8.2.2
37+
-------------------
38+
39+
The 8.2.2 provider release includes the following new features:
40+
41+
- Updates the ``DbUpdateConcurrencyException`` error message to include the
42+
types of entities responsible for the error
43+
44+
- Adds support for value converters against nullable properties
45+
46+
- Adds support for using the ``HasIndex()`` method on owned entities
47+
48+
- Adds support for byte array types
49+
3350
.. _entity-framework-version-8.2.1:
3451

3552
What's New in 8.2.1

0 commit comments

Comments
 (0)