Skip to content

v2.6.1

Compare
Choose a tag to compare
@isabelatkinson isabelatkinson released this 16 Aug 00:16
· 253 commits to main since this release

The MongoDB Rust driver team is pleased to announce the v2.6.1 release of the mongodb crate, now available for download from crates.io. This release removes a potential panic from the SessionCursor::with_type method.

Included Changes

Bugfixes

  • RUST-1719 Fix panic after SessionCursor::with_type is called (#928) (thank you @mlokr for this fix!)