Skip to content

minor: hide work-in-progress raw BSON API #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

patrickfreed
Copy link
Contributor

@patrickfreed patrickfreed commented Nov 12, 2021

This PR hides the not yet complete raw BSON API from the public API in preparation for the 2.1 release. The raw BSON stuff will land in 2.2 instead.

I've gone ahead and made a 2.1.x branch which this will merge into, since master won't need to have these changes in it.

evg patch: https://evergreen.mongodb.com/version/618ed47757e85a14b56c83e1

@@ -29,14 +29,6 @@ use bson::{
DeserializerOptions,
Document,
JavaScriptCodeWithScope,
RawArray,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these tests had to be removed because they're implemented in a separate crate and thus only have access to the public API of bson

@patrickfreed patrickfreed marked this pull request as ready for review November 12, 2021 21:58
@patrickfreed patrickfreed merged commit e13c774 into mongodb:2.1.x Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants