Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-48652 - Drop support for 3.6 #479

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The first column lists the driver version.

.. sharedinclude:: dbx/compatibility-table-legend.rst

.. sharedinclude:: dbx/mongodb-compatibility-table-go.rst
.. include:: /includes/mongodb-compatibility-table-go.rst

Language Compatibility
----------------------

.. sharedinclude:: dbx/language-compatibility-table-go.rst
.. include:: /includes/language-compatibility-table-go.rst

For more information on how to read the compatibility tables, see our guide on
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
11 changes: 11 additions & 0 deletions source/includes/mongodb-compatibility-table-go.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
- MongoDB 4.0
- MongoDB 3.6

* - 2.2
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-

* - 2.1
- ✓
- ✓
Expand Down
11 changes: 9 additions & 2 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@ Learn what's new in:
What's New in 2.2
-----------------

The 2.2 {+driver-short+} release includes the following improvements
and fixes:
.. important:: Breaking Changes

The {+driver-short+} v2.2 release introduces the following breaking
changes:

- Drops support for {+mdb-server+} v3.6. The minimum supported {+mdb-server+}
version is now v4.0.

This release includes the following improvements and fixes:

- Adds the ``OmitEmpty`` BSON option to globally prevent empty values from
being serialized. To learn more about setting the ``OmitEmpty`` global flag,
Expand Down
Loading