Skip to content

v1.1.0

Compare
Choose a tag to compare
@saghm saghm released this 19 Aug 00:50

Description

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

Release Notes

In addition to the changes for v1.1.0-beta, the following changes were made in v1.1.0:

Bug Fixes

  • RUST-384 Close connection which was dropped during command execution (#214)
  • RUST-530 Decrement connection count when connection is dropped due to unfinished operation

New Features

  • RUST-51 Implement retryable writes