mongo-c-driver-2.5.1-1.el10_3
- mongo-c-driver-2.5.1-1.el10_3
Fixes
- Validate database and collection name arguments against "." and NUL bytes (CVE-2026-81524)
No changes since 2.4.0. Version incremented to match the libmongoc version.
libmongoc 2.5.0New Features
- Honor the server-supplied baseBackoffMS on responses labeled SystemOverloadedError, using it in place of the driver's default base delay when calculating how long to wait before retrying.
- Add collection bulk write getters.