r5.1.0
版本发布时间: 2024-05-02 23:34:21
mongodb/mongo-java-driver最新发布版本:r5.1.2(2024-07-10 23:57:53)
What's Changed
- Ensure durations are included on connection pool events by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1370
- Test on Java 21 by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1326
- Test against GraalVM native image technology by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1338
- Ensure Operations uses the supplied document class when creating BsonDocumentWrapper by @rozza in https://github.com/mongodb/mongo-java-driver/pull/1327
- JAVA-5319: Allow Decoding Data Into
TreeSet
by @ramasai1 in https://github.com/mongodb/mongo-java-driver/pull/1306 - Allow configuring the monitoring protocol to use; use the polling protocol in a FaaS environment by default by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1313
- Convert Bson to BsonDocument for hint by @jyemin in https://github.com/mongodb/mongo-java-driver/pull/1335
- Change mapreduce to mapReduce by @jyemin in https://github.com/mongodb/mongo-java-driver/pull/1337
- Support discriminators not being the first field when decoding in Kotlin by @rozza in https://github.com/mongodb/mongo-java-driver/pull/1324
- Use
InetAddressResolverProvider
and add tests by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1353 - Force unique clusterTime values by splitting insert into two commands by @jyemin in https://github.com/mongodb/mongo-java-driver/pull/1356
- Expand bounds for distinct and MongoIterable#map by @rozza in https://github.com/mongodb/mongo-java-driver/pull/1352
- Enhanced OIDC support by @katcharov in https://github.com/mongodb/mongo-java-driver/pull/1134 and https://github.com/mongodb/mongo-java-driver/pull/1371
- Replace
BiFunction
withBinaryOperator
by @stIncMale in https://github.com/mongodb/mongo-java-driver/pull/1374
New Contributors
- @dylrich made their first contribution in https://github.com/mongodb/mongo-java-driver/pull/1364
Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0