Skip to content

v1.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@saghm saghm released this 31 Jul 00:23
6a28f4a

Description

The MongoDB Rust driver team is pleased to announce the v1.1.0-beta release of the driver.

Release Notes

Bug fixes

  • RUST-8 Create/modify collection helpers needs to support creating "validators"
  • RUST-524 Add non_exhaustive label to structs and enums missing it

New Features

  • RUST-13 Add "indexOptionDefaults" to createCollection()
  • RUST-128 Implement retryable reads
  • RUST-359 Implement MONGODB-AWS authentication support
  • RUST-362 Allow passing hint to findAndModify operations
  • RUST-372 Allow passing hint to delete operations
  • RUST-376 Allow pasing hint to update operations
  • RUST-370 Add "errInfo" field to write concern errors
  • RUST-483 Allow alternate SRV resolver configs

Improvements

  • RUST-170 Enable and configure TCP Keepalive by default
  • RUST-479 Lift restriction on authSource without credentials
  • RUST-502 Standardize behavior of empty authSource URI option