Bump driver.version from 4.11.4 to 5.0.0
Bumps driver.version from 4.11.4 to 5.0.0.
Updates org.mongodb:mongodb-driver-sync from 4.11.4 to 5.0.0
Release notes
Sourced from org.mongodb:mongodb-driver-sync's releases.
Java Driver 5.0.0 (Mar 1, 2024)
The MongoDB JVM team is pleased to announce version 5.0.0 of the MongoDB Java Driver!
Release announcement: https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913
What's Changed
- [JAVA-5203] Support stored nulls for non-primitive fields in Java records by
@bulbfreemanin mongodb/mongo-java-driver#1223- Add explicit automatic module name configuration. by
@vbabaninin mongodb/mongo-java-driver#1232- Update logger name to align with naming conventions. by
@vbabaninin mongodb/mongo-java-driver#1233- Enable container and Kubernetes awareness for improved telemetry. by
@vbabaninin mongodb/mongo-java-driver#1235- Update DatabaseTestCase to Junit 5 by
@rozzain mongodb/mongo-java-driver#1238- Preserve error code, code name, and error labels when redacting command monitoring/logging by
@stIncMalein mongodb/mongo-java-driver#1225- Add server selection log messages by
@stIncMalein mongodb/mongo-java-driver#1221- Remove write and read concern from Atlas Search Index commands. by
@vbabaninin mongodb/mongo-java-driver#1241- BatchCursor refactorings by
@rozzain mongodb/mongo-java-driver#1246- Merge 5.0 breaking changes into the main line of development by
@jyeminin mongodb/mongo-java-driver#1268ClusterSettingsdoes not computeClusterConnectionModeconsistently by@stIncMalein mongodb/mongo-java-driver#1273- Install legacy shell by
@jyeminin mongodb/mongo-java-driver#1272- Pull mongohouse image from ADL ECR repo by
@jyeminin mongodb/mongo-java-driver#1274- Remove deprecated methods in WriteConcernError class by
@jyeminin mongodb/mongo-java-driver#1275- Support
authorizedCollectionsoption forlistCollectionshelpers by@stIncMalein mongodb/mongo-java-driver#1270- Improve BsonNumber support for Decimal128 by
@jyeminin mongodb/mongo-java-driver#1283- Accept
longinstead ofintinSocketSettings.Builder.connectTimeout/readTimeoutby@stIncMalein mongodb/mongo-java-driver#1279- Remove
Filters.eqFullby@stIncMalein mongodb/mongo-java-driver#1292- Don't gossip cluster time from monitoring connections by
@jyeminin mongodb/mongo-java-driver#1276- Expose
Observable[Unit]instead ofObservable[Void]by@stIncMalein mongodb/mongo-java-driver#1282- Make
ConnectionId.serverValue/localValueof theLong/longtype by@stIncMalein mongodb/mongo-java-driver#1280- Account the time to deliver connection pool events as part of the reported duration by
@stIncMalein mongodb/mongo-java-driver#1290- Fix
onErrorDroppedlogged message (#1281) by@rozzain mongodb/mongo-java-driver#1291- Reclaim native memory quicker when using ZlibCompressor by
@raelgin mongodb/mongo-java-driver#1285- Handle kotlin / JVM erasure of types by
@rozzain mongodb/mongo-java-driver#1295- Simplify customization of bson-kotlinx by
@rozzain mongodb/mongo-java-driver#1293- Refactor FaaS support in ClientMetadataHelper by
@jyeminin mongodb/mongo-java-driver#1300- Do minor improvements to method docs in
ClusterSettingsby@stIncMalein mongodb/mongo-java-driver#1304- Add async API (2) by
@katcharovin mongodb/mongo-java-driver#1258- Update Atlas search spec tests by
@jyeminin mongodb/mongo-java-driver#1315- JAVA-5311 (take two) by
@jyeminin mongodb/mongo-java-driver#1314New Contributors
@bulbfreemanmade their first contribution in mongodb/mongo-java-driver#1223@raelgmade their first contribution in mongodb/mongo-java-driver#1285Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r4.11.0...r5.0.0
Commits
6b1388bVersion: bump 5.0.0140bdceReplace security-sensitive system properties with env vars (#1314)2b68eceUpdate Atlas search spec tests (#1315)2260ab5Add async API (2) (#1258)a63e825Do minor improvements to method docs inClusterSettings(#1304)cb6692fRefactor FaaS support in ClientMetadataHelper (#1300)baebf90Simplify customization of bson-kotlinx (#1293)0d8cc80Handle kotlin / JVM erasure of types (#1295)d80e9c1Reclaim native memory quicker when using ZlibCompressor (#1285)bfb3c5bVersion: bump 5.0.0-SNAPSHOT- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-legacy from 4.11.4 to 5.0.0
Release notes
Sourced from org.mongodb:mongodb-driver-legacy's releases.
Java Driver 5.0.0 (Mar 1, 2024)
The MongoDB JVM team is pleased to announce version 5.0.0 of the MongoDB Java Driver!
Release announcement: https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913
What's Changed
- [JAVA-5203] Support stored nulls for non-primitive fields in Java records by
@bulbfreemanin mongodb/mongo-java-driver#1223- Add explicit automatic module name configuration. by
@vbabaninin mongodb/mongo-java-driver#1232- Update logger name to align with naming conventions. by
@vbabaninin mongodb/mongo-java-driver#1233- Enable container and Kubernetes awareness for improved telemetry. by
@vbabaninin mongodb/mongo-java-driver#1235- Update DatabaseTestCase to Junit 5 by
@rozzain mongodb/mongo-java-driver#1238- Preserve error code, code name, and error labels when redacting command monitoring/logging by
@stIncMalein mongodb/mongo-java-driver#1225- Add server selection log messages by
@stIncMalein mongodb/mongo-java-driver#1221- Remove write and read concern from Atlas Search Index commands. by
@vbabaninin mongodb/mongo-java-driver#1241- BatchCursor refactorings by
@rozzain mongodb/mongo-java-driver#1246- Merge 5.0 breaking changes into the main line of development by
@jyeminin mongodb/mongo-java-driver#1268ClusterSettingsdoes not computeClusterConnectionModeconsistently by@stIncMalein mongodb/mongo-java-driver#1273- Install legacy shell by
@jyeminin mongodb/mongo-java-driver#1272- Pull mongohouse image from ADL ECR repo by
@jyeminin mongodb/mongo-java-driver#1274- Remove deprecated methods in WriteConcernError class by
@jyeminin mongodb/mongo-java-driver#1275- Support
authorizedCollectionsoption forlistCollectionshelpers by@stIncMalein mongodb/mongo-java-driver#1270- Improve BsonNumber support for Decimal128 by
@jyeminin mongodb/mongo-java-driver#1283- Accept
longinstead ofintinSocketSettings.Builder.connectTimeout/readTimeoutby@stIncMalein mongodb/mongo-java-driver#1279- Remove
Filters.eqFullby@stIncMalein mongodb/mongo-java-driver#1292- Don't gossip cluster time from monitoring connections by
@jyeminin mongodb/mongo-java-driver#1276- Expose
Observable[Unit]instead ofObservable[Void]by@stIncMalein mongodb/mongo-java-driver#1282- Make
ConnectionId.serverValue/localValueof theLong/longtype by@stIncMalein mongodb/mongo-java-driver#1280- Account the time to deliver connection pool events as part of the reported duration by
@stIncMalein mongodb/mongo-java-driver#1290- Fix
onErrorDroppedlogged message (#1281) by@rozzain mongodb/mongo-java-driver#1291- Reclaim native memory quicker when using ZlibCompressor by
@raelgin mongodb/mongo-java-driver#1285- Handle kotlin / JVM erasure of types by
@rozzain mongodb/mongo-java-driver#1295- Simplify customization of bson-kotlinx by
@rozzain mongodb/mongo-java-driver#1293- Refactor FaaS support in ClientMetadataHelper by
@jyeminin mongodb/mongo-java-driver#1300- Do minor improvements to method docs in
ClusterSettingsby@stIncMalein mongodb/mongo-java-driver#1304- Add async API (2) by
@katcharovin mongodb/mongo-java-driver#1258- Update Atlas search spec tests by
@jyeminin mongodb/mongo-java-driver#1315- JAVA-5311 (take two) by
@jyeminin mongodb/mongo-java-driver#1314New Contributors
@bulbfreemanmade their first contribution in mongodb/mongo-java-driver#1223@raelgmade their first contribution in mongodb/mongo-java-driver#1285Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r4.11.0...r5.0.0
Commits
6b1388bVersion: bump 5.0.0140bdceReplace security-sensitive system properties with env vars (#1314)2b68eceUpdate Atlas search spec tests (#1315)2260ab5Add async API (2) (#1258)a63e825Do minor improvements to method docs inClusterSettings(#1304)cb6692fRefactor FaaS support in ClientMetadataHelper (#1300)baebf90Simplify customization of bson-kotlinx (#1293)0d8cc80Handle kotlin / JVM erasure of types (#1295)d80e9c1Reclaim native memory quicker when using ZlibCompressor (#1285)bfb3c5bVersion: bump 5.0.0-SNAPSHOT- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)