Docs Menu
Docs Home
/ / /
Scala Driver

What's New

Learn about new features, improvements, and fixes introduced in the following versions of the MongoDB Scala Driver:

  • Version 5.5

  • Version 5.4

  • Version 5.3

  • Version 5.2

  • Version 5.1.3

  • Version 5.1.1

  • Version 5.1

Important

Removal of Support for MongoDB Server 4.0

Scala driver v5.5 removes support for MongoDB Server 4.0. To learn more about compatible versions of the server, see Compatibility.

The 5.5 driver release includes the following changes, fixes, and features:

  • Adds support for the connectTimeoutMS option when using the default TLS transport layer.

The 5.4 driver release includes the following changes, fixes, and features:

  • Implements a client bulk write API that allows you to perform write operations on multiple databases and collections in the same call. To learn more about this feature, see the Client Bulk Write section of the Bulk Write Operations guide.

The 5.3 driver release includes the following changes, fixes, and features:

Important

Removal of Support for MongoDB Server 3.6

Scala driver v5.2 removes support for MongoDB Server 3.6. To learn more about compatible versions of the server, see Compatibility.

The 5.2 driver release includes the following changes, fixes, and features:

The 5.1.3 driver patch release includes the following changes:

The 5.1.1 driver patch release includes the following changes:

  • When using the MONGODB-OIDC authentication mechanism, you must not include comma characters in the authMechanismProperties connection string value.

Important

MongoDB Server v3.6 End-of-Life

Support for MongoDB Server v3.6 is deprecated in this release and will be removed in the v5.2 release of the driver.

To learn about other changes introduced in v5.1, see the What's New guide in the Java Sync Driver documentation.

Back

Issues & Help

On this page