laminas-api-tools / api-tools-doctrine-querybuilder

Laminas API Tools Doctrine QueryBuilder module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
9 stars 17 forks source link

Bump mongodb/mongodb from 1.8.0 to 1.16.0 #26

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps mongodb/mongodb from 1.8.0 to 1.16.0.

Release notes

Sourced from mongodb/mongodb's releases.

1.16.0

The PHP team is happy to announce that version 1.16.0 of of the MongoDB PHP library is now available. This release introduces support for MongoDB 7.0.

Release Highlights

MongoDB\Database::createEncryptedCollection() was introduced. This method automatically creates data encryption keys when creating a new encrypted collection.

The new MongoDB\BSON\Document and MongoDB\BSON\PackedArray classes introduced in the corresponding extension version are now supported throughout the library. MongoDB\BSON\Document should be accepted anywhere that a BSON document is expected, and the new classes can be returned from BSON decoding by specifying bson in a type map.

This release upgrades the mongodb extension requirement to 1.16.0.

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.

Installation

This library may be installed or upgraded with:

composer require mongodb/mongodb:1.16.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Thanks

Thanks to our community contributors for 1.16.0:

1.15.0

The PHP team is happy to announce that version 1.15.0 of the MongoDB PHP library is now available. Note that version 1.14.0 has been intentionally skipped to restore version parity between the library and extension.

Release Highlights

New examples/ and tools/ directories have been added to library repository, which contain code snippets and scripts that may prove useful when writing or debugging applications, respectively. These directories are intended to supplement the library's existing documentation, and will be added to over time.

Various backwards compatible typing improvements have been made throughout the library. Downstream impact for these changes are discussed in UPGRADE-1.15.md. Additionally, Psalm has been integrated for static analysis going forward.

This release upgrades the mongodb extension requirement to 1.15.0.

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.

Installation

... (truncated)

Commits
  • d4cdf05 Refactor psalm and phpcs workflows to get static names (#1115)
  • 38c48c1 Test against ext-mongodb 1.16.0 (#1114)
  • fe47d48 PHPLIB-1147, PHPLIB-1148: Int64 improvements (#1112)
  • eb2a813 PHPLIB-1158: Upgrade psalm+rector job to PHP 8.2 (#1113)
  • 5a14dee PHPLIB-1153: Add helper FunctionalTestCase::skipIfServerVersion (#1107)
  • 53052b6 PHPLIB-1144: Add unit tests on Explainable::getCommandDocument() (#1105)
  • 4e849c8 PHPLIB-1133: Enable QEv2 tests on serverless (#1110)
  • 78cc925 PHPLIB-1130: Remove preview notice for CSFLE Queryable Encryption (#1108)
  • 2f09005 PHPLIB-1149: Use consistent terminology when referring to the MongoDB shell i...
  • 4fd79ac PHPLIB-1142: Use disableMD5 when provided to GridFS Bucket constructor (#1104)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/network/alerts).