r5.0.1
版本发布时间: 2024-04-04 04:13:57
mongodb/mongo-java-driver最新发布版本:r5.1.2(2024-07-10 23:57:53)
What's Changed
- Fix ClusterFixture#hasEncryptionTestsEnabled to correctly detect env … by @jyemin in https://github.com/mongodb/mongo-java-driver/pull/1343
- Use
InetAddressResolverProvider
and add tests by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1354 - A fix to expand the bounds for distinct and MongoIterable#map, allowing for nullable types in those scenarios in Kotlin by @rozza in https://github.com/mongodb/mongo-java-driver/pull/1352
- A fix converting Bson to BsonDocument for hint by @jyemin in https://github.com/mongodb/mongo-java-driver/pull/1335
- Don't gossip cluster time from monitoring connections by @jyemin in https://github.com/mongodb/mongo-java-driver/pull/1276
- A fix to support discriminators not being the first field when decoding in Kotlin by @rozza in https://github.com/mongodb/mongo-java-driver/pull/1324
Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1