Fedora 39 Update: php-mongodb-1.17.0-1.fc39

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2023-eef65b0a37
2023-11-24 01:35:40.589524
--------------------------------------------------------------------------------

Name        : php-mongodb
Product     : Fedora 39
Version     : 1.17.0
Release     : 1.fc39
URL         : https://github.com/mongodb/mongo-php-library
Summary     : MongoDB driver library
Description :
This library provides a high-level abstraction around the lower-level drivers
for PHP and HHVM (i.e. the mongodb extension).

While the extension provides a limited API for executing commands, queries,
and write operations, this library implements an API similar to that of the
legacy PHP driver. It contains abstractions for client, database, and
collection objects, and provides methods for CRUD operations and common
commands (e.g. index and collection management).

Autoloader: /usr/share/php/MongoDB/autoload.php

--------------------------------------------------------------------------------
Update Information:

Release Highlights  This release introduces a new "codec" API for converting
BSON to and from PHP objects. Although this feature is implemented entirely in
the library, it leverages the extension's MongoDB\BSON\Document object to work
with raw BSON and lazily decode it as necessary. Unlike the extension's
MongoDB\BSON\Serializable and MongoDB\BSON\Unserializable interfaces, codecs
allow an application to separate the business logic in a PHP object representing
a document from the logic necessary to convert it to/from BSON. To support this
feature, a new codec option has been introduced on most classes and methods that
currently accept a typeMap option; both options are mutually exclusive. More
information on this feature may be found in the Codecs tutorial.  In conjunction
with the MongoDB\Driver\Monitoring\LogSubscriber interface introduced in the
corresponding extension version, MongoDB\add_logger() and
MongoDB\remove_logger() functions have been introduced in the library. These
functions allow applications to register a PSR-3 Logger to receive log messages
emitted by the driver. Previously, logs were only accessible via the extension's
mongodb.debug INI setting.  Several new MongoDB\Collection methods were
introduced to create and manage Atlas Search indexes. Atlas Search indexes can
be queried using the $search aggregation pipeline stage, which is supported in
all versions of the library.  This release upgrades the mongodb extension
requirement to 1.17.0. Support for PHP 7.2 and 7.3 has been removed and the
library now requires PHP 7.4 or newer.
--------------------------------------------------------------------------------
ChangeLog:

* Wed Nov 15 2023 Remi Collet <remi@xxxxxxxxxxxx> - 1.17.0-1
- update to 1.17.0
- raise dependency on PHP 7.2
- raise dependency on mongodb extension version 1.17
- add dependency on psr/log
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2023-eef65b0a37' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--
_______________________________________________
package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux