Skip to content

v3.4.1

Latest

Choose a tag to compare

@isabelatkinson isabelatkinson released this 21 Nov 16:05
· 5 commits to main since this release
v3.4.1
8a5598b

The MongoDB Rust driver team is pleased to announce the v3.4.1 release of the mongodb crate, now available for download from crates.io.

Highlighted Changes

Atlas Search Helpers

The driver now includes helpers for building Atlas Search aggregation pipelines. See the documentation for more details and examples.

OpenTelemetry Support

The driver now supports tracing database commands and driver operations for OpenTelemetry.

Text Indexes for Queryable Encryption

The driver now supports text indexes for both automatic and explicit encryption. Note that this feature is in preview and should only be used in experimental workloads. The text-indexes-unstable feature flag must be enabled to use text indexes. The GA version of this feature may not be backwards-compatible with the preview version.

Dependency Improvements

Thank you to @tottoto and @FalkWoldmann for their several contributions to update and refine our dependencies!

Full Release Notes

Impactful changes are listed below; for a complete list of changes, see this GitHub query.

New Features

Improvements

Bug Fixes

  • TUNE-449 Fix a potential duration overflow (#1530)

Note

Version 3.4.0 of the driver was skipped due to an issue in the release process.