Docs Menu
Docs Home
/ / /
Java Reactive Streams Driver

What's New

On this page

  • What's New in 5.1.3
  • What's New in 5.1.2
  • What's New in 5.1.1
  • What's New in 5.1

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

  • Version 5.1.3

  • Version 5.1.2

  • Version 5.1.1

  • Version 5.1

The 5.1.3 driver patch release includes the following changes:

  • Fixes an issue that could cause assertion errors when using Cursor types.

The 5.1.2 driver patch release includes the following changes:

  • Fixes an issue that prevents the driver from encoding and decoding concrete classes that extend generic base classes, in cases that you specify the base class as the generic type of the MongoCollection instance.

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

Quick Start (POJO Examples)

Next

Tutorials