Patrick Freed

Results 40 comments of Patrick Freed

In RUST-506 we introduced some more general purpose helpers, but as you point out they didn't quite solve the initial problem of automatic serialization changes on a per-format basis. For...

This was included in the 2.3.0 release.

I filed [RUST-504](https://jira.mongodb.org/browse/RUST-504) to track the status of this. Thank you for filing an issue!

Hi @ilslv, thanks for reporting this issue! I can confirm that, by default, `bson` 2.1.0 doesn't build on wasm. It does appear that downstream crates can work around this for...

Yeah, we plan on doing something like that, and thanks for offering to contribute those changes @ilslv! Since our CI system is built in-house and is somewhat tricky to configure,...

Oh whoops, looks like some of the test assertions got messed up during the merge. Should be fixed now and ready for review.

Hey @alon-z, thanks for filing this issue! So the deserializer used by the driver is always non-human-readable, but it turns out that this is side-stepped by a limitation/bug in serde...

Hmm, are you sure you're using the master branch? You may need to run `cargo update` or `cargo clean` after updating your `Cargo.toml`. If you look in your `Cargo.lock` file,...

Thanks for your suggestion! I filed RUST-1083 to track this; the team will discuss this at our next triage meeting.

An important caveat: we're unfortunately not currently able to remove `rustls` or `ring` as dependencies, even when the OpenSSL feature is enabled, without creating a breaking change for users that...