Update dependency mongodb/mongodb to v2 #380
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.20.0
->^2.0.0
Release Notes
mongodb/mongo-php-library (mongodb/mongodb)
v2.1.0
Compare Source
The PHP team is happy to announce that version 2.1.0 of the MongoDB PHP library is now available.
Release Highlights
This release introduces the new
Client::bulkWrite()
method using thebulkWrite
command added in MongoDB 8.0 and supported bymongodb
extension v2.1.0. Support for MongoDB 4.0 has been removed.A complete list of resolved issues in this release may be found in JIRA.
Documentation
Documentation for this library may be found in the PHP Library Manual, including the new Client Bulk Write.
Installation
This library may be installed or upgraded with:
Installation instructions for the
mongodb
extension may be found in the PHP.net documentation.v2.0.0
Compare Source
The PHP team is happy to announce that version 2.0.0 of the MongoDB PHP library is now available.
Release Highlights
Pipeline
directly to theaggregate
method.Cursor
type hints withCursorInterface
for better extensibility and compatibility.A complete list of resolved issues in this release may be found in JIRA.
New Features and Enhancements
aggregate
method now supports passing an aggregation builderPipeline
for more flexible and readable queries. (PHPLIB-1617).CursorInterface
to allow more flexibility for custom cursor implementations. (PHPLIB-1114).Deprecated and Removed Features
md5
,contentType
,aliases
) have been removed, which may affect older implementations. (PHPLIB-1218).Watch::FULL_DOCUMENT_DEFAULT Constant
: TheFULL_DOCUMENT_DEFAULT
constant inWatch
has been removed (PHPLIB-818).Find
Options Removed: Various deprecatedFind
options have been removed as part of streamlining the API (PHPLIB-1511).mapReduce
Helper: ThemapReduce
helper has been removed fromCollection
due to its deprecation in favor of other aggregation methods (PHPLIB-1513).autoIndexId
Option: TheautoIndexId
option has been removed fromCreateCollection
, simplifying collection creation (PHPLIB-1159).Compatibility Updates
Documentation
Documentation for this library may be found in the PHP Library Manual.
Installation
This library may be installed or upgraded with:
Installation instructions for the
mongodb
extension may be found in the PHP.net documentation.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.