Skip to content

Commit 08738b4

Browse files
authored
DOCSP-49343 EF v9.0 release (#54)
1 parent 076e390 commit 08738b4

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/entity-framework
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v7.0 v8.0 v8.1 v8.2 v8.3 master
3+
define: versions v7.0 v8.0 v8.1 v8.2 v8.3 v9.0 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ 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.3" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
31+
version-number = "9.0" # 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+}"
34-
ef-core-version = "8.0"
34+
ef-core-version = "9.0"
3535
stable-api = "Stable API"
3636
bool-data-type = "``boolean``"
3737
string-data-type = "``string``"

source/includes/compatibility-table.rst

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

10-
* - **8.1.0 - {+full-version+}**
10+
* - **{+full-version+}**
1111
- **{+ef-core-version+}**
1212
- **8.0 or later**
13+
- **5.0 or later**
14+
15+
* - **8.1.0 - 8.3.0**
16+
- **8.0**
17+
- **8.0 or later**
1318
- **5.0 or later**

source/upgrade.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ 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-v9.0:
52+
53+
Version 9.0.0 Breaking Changes
54+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55+
56+
Version 9.0.0 of the {+provider-short+} includes the same breaking changes as
57+
version 8.3.0 of the {+provider-short+}.
58+
59+
For more information about the breaking changes in version 9.0.0 and how to
60+
address them, see the :ref:`entity-framework-breaking-changes-v8.3` section.
61+
5162
.. _entity-framework-breaking-changes-v8.3:
5263

5364
Version 8.30.0 Breaking Changes

source/whats-new.txt

Lines changed: 15 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 9.0 <entity-framework-version-9.0>`
2223
* :ref:`Version 8.3 <entity-framework-version-8.3>`
2324
* :ref:`Version 8.2.3 <entity-framework-version-8.2.3>`
2425
* :ref:`Version 8.2.2 <entity-framework-version-8.2.2>`
@@ -33,6 +34,20 @@ Learn what's new in:
3334
changes to major version releases. Instead, breaking and significant changes
3435
are made in minor version releases.
3536

37+
.. _entity-framework-version-9.0:
38+
39+
What's New in 9.0
40+
-----------------
41+
42+
The 9.0 provider release includes the following new features:
43+
44+
- New features and changes also included in the :ref:`8.3 release <entity-framework-version-8.3>`
45+
46+
- Upgrades the {+framework-core+} version dependency to 9.0
47+
48+
To learn more about breaking changes in version 9.0, see the
49+
:ref:`entity-framework-breaking-changes-v9.0` section.
50+
3651
.. _entity-framework-version-8.3:
3752

3853
What's New in 8.3

0 commit comments

Comments
 (0)