Skip to content

Commit 828d9d2

Browse files
v8.2 release (#38)
1 parent 2959c89 commit 828d9d2

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mdb-server = "MongoDB Server"
2828
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.)
31-
version-number = "8.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
31+
version-number = "8.2" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
3232
full-version = "{+version-number+}.0"
3333
version = "v{+version-number+}"
3434
stable-api = "Stable API"

source/includes/compatibility-table.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- .NET Version
88
- MongoDB Version
99

10-
* - **{+full-version+}**
10+
* - **8.1.0 - {+full-version+}**
1111
- **8.0**
1212
- **8.0 or later**
1313
- **5.0 or later**

source/limitations.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ types not recognized by {+framework+}.
4242
This version of the {+provider-short+} does not support
4343
Select Projections.
4444

45-
Type Discriminators
46-
~~~~~~~~~~~~~~~~~~~
47-
48-
A type discriminator is an element in a document that the {+provider-short+}
49-
uses to decide which {+language+} type to create for the document during deserialization.
50-
51-
This version of the {+provider-short+} does not support type discriminators.
52-
5345
Scalar Aggregations
5446
~~~~~~~~~~~~~~~~~~~
5547

source/upgrade.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ changes between the current and upgrade versions. For example, if you
4848
are upgrading the provider from v8.0 to v8.5, address all breaking changes from
4949
the version after v8.0, including any listed under v8.5.
5050

51+
.. _entity-framework-breaking-changes-v8.2:
52+
53+
Version 8.2.0 Breaking Changes
54+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55+
56+
Version 8.2.0 of the {+provider-short+} does not directly introduce any breaking
57+
changes. However, the underlying {+csharp-driver-short+} introduces many
58+
potentially breaking changes in the v3.0 release, which might affect your
59+
application. To learn more about the breaking changes in v3.0 of the
60+
{+csharp-driver-short+}, see the `Upgrade to Version 3.0 guide
61+
<https://www.mongodb.com/docs/drivers/csharp/current/upgrade/v3/>`__
62+
in the {+csharp-driver-short+} documentation.
63+
64+
5165
.. _entity-framework-breaking-changes-v8.1:
5266

5367
Version 8.1.0 Breaking Changes

source/whats-new.txt

Lines changed: 12 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 <entity-framework-version-8.2>`
2223
* :ref:`Version 8.1 <entity-framework-version-8.1>`
2324

2425
.. important::
@@ -28,6 +29,17 @@ Learn what's new in:
2829
changes to major version releases. Instead, breaking and significant changes
2930
are made in minor version releases.
3031

32+
.. _entity-framework-version-8.2:
33+
34+
What's New in 8.2
35+
-----------------
36+
37+
The 8.2 provider release includes the following new features:
38+
39+
- Adds support for type discriminators
40+
- Adds support for v3.0 of the {+csharp-driver-long+}
41+
- Adds support for ``TimeOnly`` and ``DateOnly`` CLR types
42+
3143
.. _entity-framework-version-8.1:
3244

3345
What's New in 8.1

0 commit comments

Comments
 (0)