mongo-cxx-driver
mongo-cxx-driver copied to clipboard
C++ Driver for MongoDB
# Summary Document v3 releases are no longer expected to receive bug fixes. # Background & Motivation See CXX-3188. Along with this change, the [mongo-cxx-driver-v3](https://spruce.mongodb.com/project/mongo-cxx-driver-v3) Evergreen project is Disabled. [skip-ci]
Resolves CXX-3237 and CXX-3238 for the `v1::uri` component. To continue to support implicit conversion from e.g. `char const* -> string::view_or_value` without ambiguity with the v1 ctor (because `v1::uri` also has...
Resolves CXX-3237 and CXX-3238 for the `v1::server_api` component. `mongoc_server_api_t` is not used as the underlying implementatino due to the inability to convert `v1::server_api::version` (scoped enum: underlying type is `int`) to...
### Objective - Obviate manual SBOM component management via automated generation of a CycloneDX SBOM that includes all required and optional runtime components. - Add Endor Labs SCA scanning of...