mongo-cxx-driver

C++ Driver for MongoDB

APACHE-2.0 License

Downloads
45
Stars
1K
Committers
92

Bot releases are hidden (Show)

mongo-cxx-driver - MongoDB C++11 Driver r3.3.2

Published by kevinAlbs over 4 years ago

The MongoDB C++ Driver Team is pleased to announce the availability of mongocxx-3.3.2. This release provides bug fixes since r3.3.1.

Please note that this version of mongocxx requires the MongoDB C driver 1.10.1 or higher.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

The mongocxx 3.3.x series does not promise API or ABI stability across patch releases.

Please feel free to post any questions to the MongoDB community forum in the Drivers, ODMs, and Connectors category with the cxx-driver tag. Bug reports should be filed against the CXX project in the MongoDB JIRA. Your feedback on the C++11 driver is greatly appreciated.

The following are user-visible issues that have been resolved in 3.3.2 since the prior release:

mongo-cxx-driver - MongoDB C++11 Driver r3.4.2

Published by kevinAlbs over 4 years ago

The MongoDB C++ Driver Team is pleased to announce the availability of mongocxx-3.4.2. This release provides bug fixes since r3.4.1.

Please note that this version of mongocxx requires the MongoDB C driver 1.13.0 or higher.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

The mongocxx 3.4.x series does not promise API or ABI stability across patch releases.

Please feel free to post any questions to the MongoDB community forum in the Drivers, ODMs, and Connectors category with the cxx-driver tag. Bug reports should be filed against the CXX project in the MongoDB JIRA. Your feedback on the C++11 driver is greatly appreciated.

The following are user-visible issues that have been resolved in 3.4.2 since the prior release:

mongo-cxx-driver - MongoDB C++11 Driver r3.5.1

Published by kevinAlbs over 4 years ago

The MongoDB C++ Driver Team is pleased to announce the availability of mongocxx-3.5.1. This release provides bug fixes since r3.5.0.

Please note that this version of mongocxx requires the MongoDB C driver 1.15.0 or higher.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

The mongocxx 3.5.x series does not promise API or ABI stability across patch releases.

Please feel free to post any questions to the MongoDB community forum in the Drivers, ODMs, and Connectors category with the cxx-driver tag. Bug reports should be filed against the CXX project in the MongoDB JIRA. Your feedback on the C++11 driver is greatly appreciated.

The following are user-visible issues that have been resolved in 3.5.1 since the prior release:

mongo-cxx-driver - MongoDB C++11 Driver r3.5.0

Published by kevinAlbs over 4 years ago

The MongoDB C++ Driver Team is pleased to announce the availability of mongocxx-3.5.0. This release provides support for new features in MongoDB 4.2.

Please note that this version of mongocxx requires the MongoDB C driver 1.15.0 or higher.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

The mongocxx 3.5.x series does not promise API or ABI stability across patch releases.

Please feel free to post any questions to the MongoDB community forum in the Drivers, ODMs, and Connectors category with the cxx-driver tag. Bug reports should be filed against the CXX project in the MongoDB JIRA. Your feedback on the C++11 driver is greatly appreciated.

The following are user-visible issues that have been resolved in 3.5.0 since the prior release:

mongo-cxx-driver - MongoDB C++11 Driver 3.4.1

Published by kevinAlbs over 4 years ago

This patch release addresses compilation issues when compiling without a polyfill on C++17 supporting compilers.

Please note that this version of mongocxx requires the MongoDB C driver 1.13.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.4.x series does not promise API or ABI stability across patch releases.

Here is the full list of user-visible issues that have been resolved in 3.4.1 since the prior 3.4.0 release:

mongo-cxx-driver - MongoDB C++11 Driver 3.4.0

Published by kevinAlbs about 6 years ago

This is the first stable release in the mongocxx 3.4 series.

This release provides support for new features MongoDB 4.0 (most notably transactions) as well as command monitoring and SDAM monitoring.

Please note that this version of mongocxx requires the MongoDB C driver 1.13.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.4.x series does not promise API or ABI stability across patch releases.

Here is the full list of user-visible issues that have been resolved in 3.4.0 since the prior 3.3 series:

mongo-cxx-driver -

Published by ajdavis about 6 years ago

This release provides bug fixes since r3.3.0.

Please note that this version of mongocxx requires the MongoDB C driver 1.10.1.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.3.x series does not promise API or ABI stability across patch releases.

mongo-cxx-driver - MongoDB C++11 Driver 3.3.0

Published by ajdavis over 6 years ago

This is the first stable release in the mongocxx 3.3 series.

This release provides additional support for new features in MongoDB 3.6, introduces support for client sessions and change streams, and includes a large number of fixes and improvements since the 3.2 release series.

Please note that this version of mongocxx requires the MongoDB C driver 1.10.1.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.3.x series does not promise API or ABI stability across patch releases.

The only change since 3.3.0-rc0 is a test that verifies client sessions are prohibited with unacknowledged writes. Here is the full list of user-visible issues that have been resolved in 3.3.0 since the prior 3.2 series:

mongo-cxx-driver - MongoDB C++11 Driver 3.3.0-rc0

Published by ajdavis over 6 years ago

This is the first release candidate for mongocxx 3.3.0, the MongoDB C++11 driver.

This release provides additional support for new features in MongoDB 3.6, introduces support for client sessions and change streams, and includes a large number of fixes and improvements since the 3.2 release series.

Please note that this version of mongocxx requires the MongoDB C driver 1.10.1.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.3.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.3.0-rc0 since the prior 3.2 series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.2.0

Published by acmorrow over 6 years ago

This is the first stable release in the mongocxx 3.2 series.

This release introduces support for MongoDB 3.4 features, as well as partial support for some MongoDB 3.6 features and GridFS support.

Please note that this version of mongocxx requires the MongoDB C Driver 1.9.2 or newer.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.2 series does not promise API or ABI stability across patch releases.

Changes since the prior 3.2.0-rc1 release:

mongo-cxx-driver - MongoDB Legacy C++ Driver 1.1.3

Published by acmorrow over 6 years ago

This is a minor patch release above the prior legacy-1.1.2 release, and is a recommended upgrade for all users of legacy-1.1.2 or older legacy driver releases.

mongo-cxx-driver - MongoDB C++11 Driver 3.1.4

Published by acmorrow over 6 years ago

This is the fifth stable release in the mongocxx 3.1.x series.

This release provides bug fixes since r3.1.3.

Please note that this version of mongocxx requires the MongoDB C Driver 1.7.0 or newer. Prior releases in the 3.1.x series only required 1.5.0 or newer, however the fixes included in this release depend on associated fixes that did not arrive in the C driver until 1.7.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.1.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.1.4 since the prior 3.1.3 series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.2.0-rc1

Published by acmorrow almost 7 years ago

This is the second release candidate for mongocxx 3.2.0, the MongoDB C++11 driver.

This release includes fixes for bugs found in 3.2.0-rc0. Please see the 3.2.0-rc0 release notes for information on changes since the prior 3.1.x release series.

Please note that this version of mongocxx requires the MongoDB C driver 1.8.2.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.2.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.2.0-rc1 since 3.2.0-rc0 series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.2.0-rc0

Published by acmorrow almost 7 years ago

This is the first release candidate for mongocxx 3.2.0, the MongoDB C++11 driver.

This release provides additional support for new features in MongoDB 3.4, introduces support for GridFS, and includes a large number of fixes and improvements since the 3.1.x release series.

Please note that this version of mongocxx requires the MongoDB C driver 1.8.2.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.2.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.2.0-rc0 since the prior 3.1.x series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.1.3

Published by saghm about 7 years ago

This is the fourth stable release in the mongocxx 3.1.x series.

This release provides bug fixes since r3.1.2.

Please note that this version of mongocxx requires the MongoDB C Driver 1.5.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.1.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.1.3 since the prior 3.1.2 series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.1.2

Published by saghm over 7 years ago

This is the third stable release in the mongocxx 3.1.x series.

This release provides bug fixes since r3.1.1.

Please note that this version of mongocxx requires the MongoDB C Driver 1.5.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.1.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.1.2 since the prior 3.1.1 series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.1.1

Published by xdg almost 8 years ago

This is the second stable release in the mongocxx 3.1.x series.

This release provides bug fixes since r3.1.0.

Please note that this version of mongocxx requires the MongoDB C Driver 1.5.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.1.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.1.1 since the prior 3.1.0 series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.1.0

Published by jrassi almost 8 years ago

This is the first stable release in the mongocxx 3.1.x series.

This release provides support for new features in MongoDB 3.4.

Please note that this version of mongocxx requires the MongoDB C Driver 1.5.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.1.x series does not promise API or ABI stability across patch releases.

Note that there are no changes since the prior 3.1.0-rc0 release, with the exception of two documentation fixes (CXX-1149 and CXX-1155).

The full list of user-visible issues that have been resolved in 3.1.0 since the prior 3.0.x series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.1.0-rc0

Published by xdg almost 8 years ago

This is the first release candidate for mongocxx 3.1.0, the MongoDB C++11 driver.

This release provides support for new features in MongoDB 3.4.

Please note that this version of mongocxx requires the MongoDB C driver 1.5.0.

See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

NOTE: The mongocxx 3.1.x series does not promise API or ABI stability across patch releases.

The full list of user-visible issues that have been resolved in 3.1.0-rc0 since the prior 3.0.x series are as follows:

mongo-cxx-driver - MongoDB C++11 Driver 3.0.3

Published by jrassi almost 8 years ago

This is the third patch release of the new MongoDB C++11 driver. Please see the release notes for the 3.0.3 driver below for additional details on this new driver.

Please note that this version of the driver requires the MongoDB C driver 1.3.4 in order to build and exhibit expected behavior.

The MongoDB C++11 driver 3.0.x series does not promise API or ABI stability across patch releases. There are two API breaking changes in the 3.0.3 release:

The full list of user-visible issues that have been resolved in 3.0.3 since the prior 3.0.2 release are as follows:

Package Rankings
Top 29.93% on Formulae.brew.sh
Top 20.37% on Conda-forge.org
Badges
Extracted from project README
codecov Documentation Documentation License