mongo-java-driver icon indicating copy to clipboard operation
mongo-java-driver copied to clipboard

Improved Bulk Write API

Open stIncMale opened this issue 1 year ago • 0 comments

The following test runners execute the unified and prose tests added in this PR:

  • com.mongodb.client.unified.VersionedApiTest
  • com.mongodb.client.unified.UnifiedTransactionsTest
  • com.mongodb.client.unified.ServerSelectionLoggingTest
  • com.mongodb.client.unified.UnifiedRetryableWritesTest
  • com.mongodb.client.unified.CommandMonitoringTest
  • com.mongodb.client.unified.UnifiedCrudTest
  • com.mongodb.client.CrudProseTest

JAVA-4586:

  • JAVA-5527 (https://github.com/mongodb/mongo-java-driver/pull/1458)
  • JAVA-5528, JAVA-5609 (https://github.com/mongodb/mongo-java-driver/pull/1486)

stIncMale avatar Sep 24 '24 10:09 stIncMale