Skip to content

DOCSP-44237 flags Option deprecation on v2.21 #201

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

Merged
merged 3 commits into from
Feb 10, 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
6 changes: 6 additions & 0 deletions source/reference/method/MongoDBDatabase-createCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ Parameters
:manual:`db.createCollection()
</reference/method/db.createCollection>` for more information.

*Deprecated*: This option is deprecated and will be removed in
the v2.0 {+library-short+} release. To learn more about upgrading
from the MMAPv1 storage engine to Wired Tiger, see the
:manual:`Change a Self-Managed Standalone to WiredTiger </tutorial/change-standalone-wiredtiger/>`
guide in the Server manual.

* - indexOptionDefaults
- array|object
- Allows users to specify a default configuration for indexes when
Expand Down
3 changes: 3 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ improvements, and fixes:
replaced by these new methods in a future driver release, so consider
changing the usages in your application.

- Deprecates the ``flags`` option, used for the deprecated MMAPv1 storage engine.
This option will be removed in {+library-short+} v2.0.

.. _php-lib-version-1.20:

What's New in 1.20
Expand Down
Loading