Mongodb 5.0 support in mongocxx

Hi,
I’m using mongocxx for my application (with mongo 4.4).
I came across an issue and saw it was closed in mongo 5.0:
https://jira.mongodb.org/browse/SERVER-14322

However, I understand that mongocxx does not yet support mongo 5.0.
Do you have an estimation on when a stable version suppose to be released with this?

Cheers

1 Like

The C++ driver works with MongoDB 5.0, it just doesn’t yet have explicit support for a few features that are new in 5.0. The server fix you are referring to doesn’t require any driver changes.

1 Like

Hi Bernie, thanks you for the reply.
So as I understand, if I use mongocxx 3.6 then only a mongodb upgrade to 5.0 is sufficient?

Correct. Let us know if you run into any problems.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.