[ANNOUNCEMENT] mongodb-1.10.0alpha1 (alpha) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package mongodb-1.10.0alpha1 (alpha) has been released at https://pecl.php.net/.
Release notes
-------------
** Bug
* [PHPC-1420] - Using replicaSet triggers __fortify_fail () from /lib64/libc.so.6
* [PHPC-1529] - Reset libmongocrypt's key vault client after forking
* [PHPC-1720] - Move mongoc_client_set_error_api after check for null client pointer
* [PHPC-1722] - Persistent clients and their HashTable should be destroyed in GSHUTDOWN
** Epic
* [PHPC-1731] - Versioned MongoDB API for Drivers
** New Feature
* [PHPC-1645] - Allow disabling of libmongoc client persistence
** Improvement
* [PHPC-1366] - Declare libbson vtable in MINIT instead of using a global
* [PHPC-1367] - Move libmongoc init/cleanup within scope of custom libbson vtable
* [PHPC-1681] - Support parsing $uuid as extended JSON representation for subtype 4 binary
* [PHPC-1684] - Support Azure and GCP keystores in FLE
* [PHPC-1716] - Allow configuring serverApi in manager class
* [PHPC-1737] - Use zend_hash_graceful_reverse_destroy to free persistent client HashTable
* [PHPC-1753] - Define error handling behavior of writeErrors and writeConcernError on Mongos
* [PHPC-1754] - Drivers should not inspect error messages for "not master" or "node is recovering"
Package Info
-------------
The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundamental and performance-critical components
necessary to build a fully-functional MongoDB driver.
Related Links
-------------
Package home: https://pecl.php.net/package/mongodb
Changelog: https://pecl.php.net/package-changelog.php?package=mongodb
Download: https://pecl.php.net/get/mongodb-1.10.0alpha1.tgz
Authors
-------------
Jeremy Mikola (lead)
Katherine Walker (developer)
Andreas Braun (lead)
Derick Rethans <[email protected]> (lead)
Hannes Magnusson <[email protected]> (lead)