-
Notifications
You must be signed in to change notification settings - Fork 14
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
v3.11 Release #60
v3.11 Release #60
Conversation
✅ Deploy Preview for docs-cpp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ a couple notes
source/whats-new.txt
Outdated
more information about Queryable Encryption, see :manual:`Queryable | ||
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual. | ||
- Adds ``empty()`` member function for ``mongocxx::v_noabi::bulk_write``. | ||
- The minimum C driver version is now 1.28.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The minimum C driver version is now 1.28.0 | |
- The minimum C driver version is now 1.28.0. |
source/upgrade.txt
Outdated
Version 3.11 Breaking Changes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- Drops support for {+mdb-server+} v3.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Drops support for {+mdb-server+} v3.6 | |
- Drops support for {+mdb-server+} v3.6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with comments addressed.
source/whats-new.txt
Outdated
What's New in 3.11 | ||
------------------ | ||
|
||
.. warning:: Build System Breaking Changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. warning:: Build System Breaking Changes | |
.. warning:: Breaking Changes |
source/whats-new.txt
Outdated
- Dependencies are populated by using the ``FetchContent_MakeAvailable()`` | ||
function instead of ``FetchContent_Populate()``. | ||
- The test suite now uses Catch2 v3 by using ``FetchContent()`` instead of the | ||
bundled Catch2 v2 standalone header. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Dependencies are populated by using the ``FetchContent_MakeAvailable()`` | |
function instead of ``FetchContent_Populate()``. | |
- The test suite now uses Catch2 v3 by using ``FetchContent()`` instead of the | |
bundled Catch2 v2 standalone header. |
Consider removing these points, or putting in a separate list:
The v3.11 driver release includes the following changes:
- Dependencies are populated by using the ``FetchContent_MakeAvailable()``
function instead of ``FetchContent_Populate()``.
- The test suite now uses Catch2 v3 by using ``FetchContent()`` instead of the
bundled Catch2 v2 standalone header.
I do not consider these new features (implementation/test changes). They may not be relevant for a "What's New" page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed as it's not as relevant. We also link to the release notes here so users will still be able to find it
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-44051
Staging -
https://deploy-preview-60--docs-cpp.netlify.app/
https://deploy-preview-60--docs-cpp.netlify.app/whats-new/
https://deploy-preview-60--docs-cpp.netlify.app/upgrade/#version-3.11-breaking-changes
Self-Review Checklist