-
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
DOCSP-45311: Remove deprecated utf8 types #78
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 with some qs
source/upgrade.txt
Outdated
- ``get_utf8`` from the ``bsoncxx::v_noabi::document::element``, ``bsoncxx::v_noabi::array::element``, | ||
and ``bsoncxx::v_noabi::types::bson_value::view`` classes. Instead, use ``get_string``. |
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.
Q: is this a type or a method?
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.
That one's a method! fixed
source/whats-new.txt
Outdated
@@ -102,6 +102,17 @@ What's New in 4.0 | |||
library equivalents. For context, see the :ref:`Build System Breaking Changes | |||
<version-4.0-build-system-breaking>` admonition. | |||
|
|||
- Removes the following deprecated ``utf8`` types that have ``string`` equivalents: |
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.
S: you could consider removing the full list from here and just linking to the upgrade guide for specific details and keep the list there?
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.
One feedback remaining; otherwise, LGTM.
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-45311
Staging - https://deploy-preview-78--docs-cpp.netlify.app/upgrade/#version-4.0
Self-Review Checklist