You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MongoDB: upgrade crate, add SRV support, re-enable Python bindings
- Upgrade mongodb crate from 3.2.2 to 3.5.2
- Add mongodb+srv:// SRV connection format support via 'srv' parameter
- Add tables() method to MongoDBConnection for listing collections
- Re-enable MongoDB Python bindings (feature flag, PyO3 module, wrapper class)
- Add MongoDB Python example and demo script
- Add unit tests for SRV connection URI building
* Update Rust toolchain to 1.92.0 to match DataFusion v52
* CI: authenticate to ghcr.io to avoid Docker pull rate limits
0 commit comments