sherlock-distributed-lock
sherlock-distributed-lock copied to clipboard
Bump mongodb from 5.1.4 to 5.2.0
Bumps mongodb from 5.1.4 to 5.2.0.
Updates org.mongodb:mongodb-driver-core from 5.1.4 to 5.2.0
Release notes
Sourced from org.mongodb:mongodb-driver-core's releases.
Java Driver v5.2.0 (September 24, 2024)
What's Changed
Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.2.0
New Features
- Support for MongoDB 8.0 by
@jyeminin mongodb/mongo-java-driver#1385 and mongodb/mongo-java-driver#1442- Link to Evergreen build and to security testing summary in SSDLC report by
@stIncMalein mongodb/mongo-java-driver#1426- Add Queryable Encryption V2 support by
@vbabaninin mongodb/mongo-java-driver#1445- Add 'type' field support for Search Index creation. by
@vbabaninin mongodb/mongo-java-driver#1438- Support Range Indexes as GA by
@vbabaninin mongodb/mongo-java-driver#1465- Support exact search within $vectorSearch by
@vbabaninin mongodb/mongo-java-driver#1473- Support for kotlinx-datetime serializers mapping to BSON by
@vbabaninin mongodb/mongo-java-driver#1462- Provide GraalVM metadata and substitutions by
@stIncMalein mongodb/mongo-java-driver#1357- [Alpha] Client Side Operations Timeout by
@katcharovin mongodb/mongo-java-driver#1215Improvements
- Enhance KotlinSerializer with value codecs for widening primitive conversion. by
@vbabaninin mongodb/mongo-java-driver#1301- Extend Socks5 Top-Level Domain regex validation to support up to 63 characters by
@vbabaninin mongodb/mongo-java-driver#1427- Performance improvements for GridFS by
@vbabaninin mongodb/mongo-java-driver#1402- Direct retries to another mongos if one is available by
@stIncMalein mongodb/mongo-java-driver#1367- Improve
SecureRandomusage inObjectIdby@stIncMalein mongodb/mongo-java-driver#1394- Augment
config/spotbugs/exclude.xmlwith finding status and rank by@stIncMalein mongodb/mongo-java-driver#1392- Create and upload
ssdlc_compliance_report.mdby@stIncMalein mongodb/mongo-java-driver#1405- Disallow comma character in authMechanismProperties by
@katcharovin mongodb/mongo-java-driver#1408- Forward slash in connection string is optional by
@jyeminin mongodb/mongo-java-driver#1420 and mongodb/mongo-java-driver#1421- Add GitHub Actions based release automation by
@alcaeusin mongodb/mongo-java-driver#1400 and mongodb/mongo-java-driver#1437 and mongodb/mongo-java-driver#1425- Use Java Cryptographic Architecture provider for implementation of PBKDF2 by
@jyeminin mongodb/mongo-java-driver#1448- Update Kotlin metadata to include Kotlin language version by
@rozzain mongodb/mongo-java-driver#1461- Added Bson-Kotlin Array Codec by
@rozzain mongodb/mongo-java-driver#1457- Added kotlinx.json JsonElement serialization support by
@rozzain mongodb/mongo-java-driver#1459Bug Fixes
- Revert making BsonEncoder / BsonDecoder internal by
@rozzain mongodb/mongo-java-driver#1510- Remove host and port from IllegalArgumentException thrown by malformed connection string by
@rozzain mongodb/mongo-java-driver#1467- Allow generic base classes for POJOs by
@jyeminin mongodb/mongo-java-driver#1423- Fix to identify and match type arguments, including optional generic types in DataClassCodec#getCodec by
@ht-join mongodb/mongo-java-driver#1339- Fix OSGi
:mongodb-cryptmanifest entries by@stIncMalein mongodb/mongo-java-driver#1506- Fix
scaladocwarnings by@stIncMalein mongodb/mongo-java-driver#1507- Fix
:mongodb-cryptGraalVM metadata by@stIncMalein mongodb/mongo-java-driver#1508- Fix release workflow by
@alcaeusin mongodb/mongo-java-driver#1422- Fix encoding nullable generics by
@cliffredin mongodb/mongo-java-driver#1317- Fix
CursorResourceManager.closeby@stIncMalein mongodb/mongo-java-driver#1440- Fix bson-kotlinx
encodeNullableSerializableValuenull handling by@rozzain mongodb/mongo-java-driver#1453- Ensure Sink.contextView is propagated by
@rozzain mongodb/mongo-java-driver#1450- Ensure exception propagation in async try-catch block. by
@vbabaninin mongodb/mongo-java-driver#1466- MixedBulkWriteOperation should generate inserted document IDs at most once per batch by
@stIncMalein mongodb/mongo-java-driver#1482- Fix exception propagation in Async API methods by
@vbabaninin mongodb/mongo-java-driver#1479Other Notable Changes and Upgrades
- Remove support for MongoDB 3.6 by
@jyeminin mongodb/mongo-java-driver#1375- Upgrade to logback-classic 1.3.14 by
@jyeminin mongodb/mongo-java-driver#1399
... (truncated)
Commits
e34283dVersion: revert to 5.2.0078a8feVersion: bump 5.2.1-SNAPSHOT525cc45Version: bump 5.2.0a5dc456Revert making BsonEncoder / BsonDecoder internal (#1510)c717171Fix:mongodb-cryptGraalVM metadata (#1508)0630764Fixscaladocwarnings (#1507)49f7eb4Fix OSGi crypt manifest entries (#1506)a138393Remove remaining beta annotations for encrypted fields. (#1503)161feebRemove unused imports fromAggregates,Projections(#1505)f60fd14Fixjavadocwaring inMongoCryptException(#1504)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-reactivestreams from 5.1.4 to 5.2.0
Release notes
Sourced from org.mongodb:mongodb-driver-reactivestreams's releases.
Java Driver v5.2.0 (September 24, 2024)
What's Changed
Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.2.0
New Features
- Support for MongoDB 8.0 by
@jyeminin mongodb/mongo-java-driver#1385 and mongodb/mongo-java-driver#1442- Link to Evergreen build and to security testing summary in SSDLC report by
@stIncMalein mongodb/mongo-java-driver#1426- Add Queryable Encryption V2 support by
@vbabaninin mongodb/mongo-java-driver#1445- Add 'type' field support for Search Index creation. by
@vbabaninin mongodb/mongo-java-driver#1438- Support Range Indexes as GA by
@vbabaninin mongodb/mongo-java-driver#1465- Support exact search within $vectorSearch by
@vbabaninin mongodb/mongo-java-driver#1473- Support for kotlinx-datetime serializers mapping to BSON by
@vbabaninin mongodb/mongo-java-driver#1462- Provide GraalVM metadata and substitutions by
@stIncMalein mongodb/mongo-java-driver#1357- [Alpha] Client Side Operations Timeout by
@katcharovin mongodb/mongo-java-driver#1215Improvements
- Enhance KotlinSerializer with value codecs for widening primitive conversion. by
@vbabaninin mongodb/mongo-java-driver#1301- Extend Socks5 Top-Level Domain regex validation to support up to 63 characters by
@vbabaninin mongodb/mongo-java-driver#1427- Performance improvements for GridFS by
@vbabaninin mongodb/mongo-java-driver#1402- Direct retries to another mongos if one is available by
@stIncMalein mongodb/mongo-java-driver#1367- Improve
SecureRandomusage inObjectIdby@stIncMalein mongodb/mongo-java-driver#1394- Augment
config/spotbugs/exclude.xmlwith finding status and rank by@stIncMalein mongodb/mongo-java-driver#1392- Create and upload
ssdlc_compliance_report.mdby@stIncMalein mongodb/mongo-java-driver#1405- Disallow comma character in authMechanismProperties by
@katcharovin mongodb/mongo-java-driver#1408- Forward slash in connection string is optional by
@jyeminin mongodb/mongo-java-driver#1420 and mongodb/mongo-java-driver#1421- Add GitHub Actions based release automation by
@alcaeusin mongodb/mongo-java-driver#1400 and mongodb/mongo-java-driver#1437 and mongodb/mongo-java-driver#1425- Use Java Cryptographic Architecture provider for implementation of PBKDF2 by
@jyeminin mongodb/mongo-java-driver#1448- Update Kotlin metadata to include Kotlin language version by
@rozzain mongodb/mongo-java-driver#1461- Added Bson-Kotlin Array Codec by
@rozzain mongodb/mongo-java-driver#1457- Added kotlinx.json JsonElement serialization support by
@rozzain mongodb/mongo-java-driver#1459Bug Fixes
- Revert making BsonEncoder / BsonDecoder internal by
@rozzain mongodb/mongo-java-driver#1510- Remove host and port from IllegalArgumentException thrown by malformed connection string by
@rozzain mongodb/mongo-java-driver#1467- Allow generic base classes for POJOs by
@jyeminin mongodb/mongo-java-driver#1423- Fix to identify and match type arguments, including optional generic types in DataClassCodec#getCodec by
@ht-join mongodb/mongo-java-driver#1339- Fix OSGi
:mongodb-cryptmanifest entries by@stIncMalein mongodb/mongo-java-driver#1506- Fix
scaladocwarnings by@stIncMalein mongodb/mongo-java-driver#1507- Fix
:mongodb-cryptGraalVM metadata by@stIncMalein mongodb/mongo-java-driver#1508- Fix release workflow by
@alcaeusin mongodb/mongo-java-driver#1422- Fix encoding nullable generics by
@cliffredin mongodb/mongo-java-driver#1317- Fix
CursorResourceManager.closeby@stIncMalein mongodb/mongo-java-driver#1440- Fix bson-kotlinx
encodeNullableSerializableValuenull handling by@rozzain mongodb/mongo-java-driver#1453- Ensure Sink.contextView is propagated by
@rozzain mongodb/mongo-java-driver#1450- Ensure exception propagation in async try-catch block. by
@vbabaninin mongodb/mongo-java-driver#1466- MixedBulkWriteOperation should generate inserted document IDs at most once per batch by
@stIncMalein mongodb/mongo-java-driver#1482- Fix exception propagation in Async API methods by
@vbabaninin mongodb/mongo-java-driver#1479Other Notable Changes and Upgrades
- Remove support for MongoDB 3.6 by
@jyeminin mongodb/mongo-java-driver#1375- Upgrade to logback-classic 1.3.14 by
@jyeminin mongodb/mongo-java-driver#1399
... (truncated)
Commits
e34283dVersion: revert to 5.2.0078a8feVersion: bump 5.2.1-SNAPSHOT525cc45Version: bump 5.2.0a5dc456Revert making BsonEncoder / BsonDecoder internal (#1510)c717171Fix:mongodb-cryptGraalVM metadata (#1508)0630764Fixscaladocwarnings (#1507)49f7eb4Fix OSGi crypt manifest entries (#1506)a138393Remove remaining beta annotations for encrypted fields. (#1503)161feebRemove unused imports fromAggregates,Projections(#1505)f60fd14Fixjavadocwaring inMongoCryptException(#1504)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-kotlin-coroutine from 5.1.4 to 5.2.0
Release notes
Sourced from org.mongodb:mongodb-driver-kotlin-coroutine's releases.
Java Driver v5.2.0 (September 24, 2024)
What's Changed
Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.2.0
New Features
- Support for MongoDB 8.0 by
@jyeminin mongodb/mongo-java-driver#1385 and mongodb/mongo-java-driver#1442- Link to Evergreen build and to security testing summary in SSDLC report by
@stIncMalein mongodb/mongo-java-driver#1426- Add Queryable Encryption V2 support by
@vbabaninin mongodb/mongo-java-driver#1445- Add 'type' field support for Search Index creation. by
@vbabaninin mongodb/mongo-java-driver#1438- Support Range Indexes as GA by
@vbabaninin mongodb/mongo-java-driver#1465- Support exact search within $vectorSearch by
@vbabaninin mongodb/mongo-java-driver#1473- Support for kotlinx-datetime serializers mapping to BSON by
@vbabaninin mongodb/mongo-java-driver#1462- Provide GraalVM metadata and substitutions by
@stIncMalein mongodb/mongo-java-driver#1357- [Alpha] Client Side Operations Timeout by
@katcharovin mongodb/mongo-java-driver#1215Improvements
- Enhance KotlinSerializer with value codecs for widening primitive conversion. by
@vbabaninin mongodb/mongo-java-driver#1301- Extend Socks5 Top-Level Domain regex validation to support up to 63 characters by
@vbabaninin mongodb/mongo-java-driver#1427- Performance improvements for GridFS by
@vbabaninin mongodb/mongo-java-driver#1402- Direct retries to another mongos if one is available by
@stIncMalein mongodb/mongo-java-driver#1367- Improve
SecureRandomusage inObjectIdby@stIncMalein mongodb/mongo-java-driver#1394- Augment
config/spotbugs/exclude.xmlwith finding status and rank by@stIncMalein mongodb/mongo-java-driver#1392- Create and upload
ssdlc_compliance_report.mdby@stIncMalein mongodb/mongo-java-driver#1405- Disallow comma character in authMechanismProperties by
@katcharovin mongodb/mongo-java-driver#1408- Forward slash in connection string is optional by
@jyeminin mongodb/mongo-java-driver#1420 and mongodb/mongo-java-driver#1421- Add GitHub Actions based release automation by
@alcaeusin mongodb/mongo-java-driver#1400 and mongodb/mongo-java-driver#1437 and mongodb/mongo-java-driver#1425- Use Java Cryptographic Architecture provider for implementation of PBKDF2 by
@jyeminin mongodb/mongo-java-driver#1448- Update Kotlin metadata to include Kotlin language version by
@rozzain mongodb/mongo-java-driver#1461- Added Bson-Kotlin Array Codec by
@rozzain mongodb/mongo-java-driver#1457- Added kotlinx.json JsonElement serialization support by
@rozzain mongodb/mongo-java-driver#1459Bug Fixes
- Revert making BsonEncoder / BsonDecoder internal by
@rozzain mongodb/mongo-java-driver#1510- Remove host and port from IllegalArgumentException thrown by malformed connection string by
@rozzain mongodb/mongo-java-driver#1467- Allow generic base classes for POJOs by
@jyeminin mongodb/mongo-java-driver#1423- Fix to identify and match type arguments, including optional generic types in DataClassCodec#getCodec by
@ht-join mongodb/mongo-java-driver#1339- Fix OSGi
:mongodb-cryptmanifest entries by@stIncMalein mongodb/mongo-java-driver#1506- Fix
scaladocwarnings by@stIncMalein mongodb/mongo-java-driver#1507- Fix
:mongodb-cryptGraalVM metadata by@stIncMalein mongodb/mongo-java-driver#1508- Fix release workflow by
@alcaeusin mongodb/mongo-java-driver#1422- Fix encoding nullable generics by
@cliffredin mongodb/mongo-java-driver#1317- Fix
CursorResourceManager.closeby@stIncMalein mongodb/mongo-java-driver#1440- Fix bson-kotlinx
encodeNullableSerializableValuenull handling by@rozzain mongodb/mongo-java-driver#1453- Ensure Sink.contextView is propagated by
@rozzain mongodb/mongo-java-driver#1450- Ensure exception propagation in async try-catch block. by
@vbabaninin mongodb/mongo-java-driver#1466- MixedBulkWriteOperation should generate inserted document IDs at most once per batch by
@stIncMalein mongodb/mongo-java-driver#1482- Fix exception propagation in Async API methods by
@vbabaninin mongodb/mongo-java-driver#1479Other Notable Changes and Upgrades
- Remove support for MongoDB 3.6 by
@jyeminin mongodb/mongo-java-driver#1375- Upgrade to logback-classic 1.3.14 by
@jyeminin mongodb/mongo-java-driver#1399
... (truncated)
Commits
e34283dVersion: revert to 5.2.0078a8feVersion: bump 5.2.1-SNAPSHOT525cc45Version: bump 5.2.0a5dc456Revert making BsonEncoder / BsonDecoder internal (#1510)c717171Fix:mongodb-cryptGraalVM metadata (#1508)0630764Fixscaladocwarnings (#1507)49f7eb4Fix OSGi crypt manifest entries (#1506)a138393Remove remaining beta annotations for encrypted fields. (#1503)161feebRemove unused imports fromAggregates,Projections(#1505)f60fd14Fixjavadocwaring inMongoCryptException(#1504)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-sync from 5.1.4 to 5.2.0
Release notes
Sourced from org.mongodb:mongodb-driver-sync's releases.
Java Driver v5.2.0 (September 24, 2024)
What's Changed
Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.2.0
New Features
- Support for MongoDB 8.0 by
@jyeminin mongodb/mongo-java-driver#1385 and mongodb/mongo-java-driver#1442- Link to Evergreen build and to security testing summary in SSDLC report by
@stIncMalein mongodb/mongo-java-driver#1426- Add Queryable Encryption V2 support by
@vbabaninin mongodb/mongo-java-driver#1445- Add 'type' field support for Search Index creation. by
@vbabaninin mongodb/mongo-java-driver#1438- Support Range Indexes as GA by
@vbabaninin mongodb/mongo-java-driver#1465- Support exact search within $vectorSearch by
@vbabaninin mongodb/mongo-java-driver#1473- Support for kotlinx-datetime serializers mapping to BSON by
@vbabaninin mongodb/mongo-java-driver#1462- Provide GraalVM metadata and substitutions by
@stIncMalein mongodb/mongo-java-driver#1357- [Alpha] Client Side Operations Timeout by
@katcharovin mongodb/mongo-java-driver#1215Improvements
- Enhance KotlinSerializer with value codecs for widening primitive conversion. by
@vbabaninin mongodb/mongo-java-driver#1301- Extend Socks5 Top-Level Domain regex validation to support up to 63 characters by
@vbabaninin mongodb/mongo-java-driver#1427- Performance improvements for GridFS by
@vbabaninin mongodb/mongo-java-driver#1402- Direct retries to another mongos if one is available by
@stIncMalein mongodb/mongo-java-driver#1367- Improve
SecureRandomusage inObjectIdby@stIncMalein mongodb/mongo-java-driver#1394- Augment
config/spotbugs/exclude.xmlwith finding status and rank by@stIncMalein mongodb/mongo-java-driver#1392- Create and upload
ssdlc_compliance_report.mdby@stIncMalein mongodb/mongo-java-driver#1405- Disallow comma character in authMechanismProperties by
@katcharovin mongodb/mongo-java-driver#1408- Forward slash in connection string is optional by
@jyeminin mongodb/mongo-java-driver#1420 and mongodb/mongo-java-driver#1421- Add GitHub Actions based release automation by
@alcaeusin mongodb/mongo-java-driver#1400 and mongodb/mongo-java-driver#1437 and mongodb/mongo-java-driver#1425- Use Java Cryptographic Architecture provider for implementation of PBKDF2 by
@jyeminin mongodb/mongo-java-driver#1448- Update Kotlin metadata to include Kotlin language version by
@rozzain mongodb/mongo-java-driver#1461- Added Bson-Kotlin Array Codec by
@rozzain mongodb/mongo-java-driver#1457- Added kotlinx.json JsonElement serialization support by
@rozzain mongodb/mongo-java-driver#1459Bug Fixes
- Revert making BsonEncoder / BsonDecoder internal by
@rozzain mongodb/mongo-java-driver#1510- Remove host and port from IllegalArgumentException thrown by malformed connection string by
@rozzain mongodb/mongo-java-driver#1467- Allow generic base classes for POJOs by
@jyeminin mongodb/mongo-java-driver#1423- Fix to identify and match type arguments, including optional generic types in DataClassCodec#getCodec by
@ht-join mongodb/mongo-java-driver#1339- Fix OSGi
:mongodb-cryptmanifest entries by@stIncMalein mongodb/mongo-java-driver#1506- Fix
scaladocwarnings by@stIncMalein mongodb/mongo-java-driver#1507- Fix
:mongodb-cryptGraalVM metadata by@stIncMalein mongodb/mongo-java-driver#1508- Fix release workflow by
@alcaeusin mongodb/mongo-java-driver#1422- Fix encoding nullable generics by
@cliffredin mongodb/mongo-java-driver#1317- Fix
CursorResourceManager.closeby@stIncMalein mongodb/mongo-java-driver#1440- Fix bson-kotlinx
encodeNullableSerializableValuenull handling by@rozzain mongodb/mongo-java-driver#1453- Ensure Sink.contextView is propagated by
@rozzain mongodb/mongo-java-driver#1450- Ensure exception propagation in async try-catch block. by
@vbabaninin mongodb/mongo-java-driver#1466- MixedBulkWriteOperation should generate inserted document IDs at most once per batch by
@stIncMalein mongodb/mongo-java-driver#1482- Fix exception propagation in Async API methods by
@vbabaninin mongodb/mongo-java-driver#1479Other Notable Changes and Upgrades
- Remove support for MongoDB 3.6 by
@jyeminin mongodb/mongo-java-driver#1375- Upgrade to logback-classic 1.3.14 by
@jyeminin mongodb/mongo-java-driver#1399
... (truncated)
Commits
e34283dVersion: revert to 5.2.0078a8feVersion: bump 5.2.1-SNAPSHOT525cc45Version: bump 5.2.0a5dc456Revert making BsonEncoder / BsonDecoder internal (#1510)c717171Fix:mongodb-cryptGraalVM metadata (#1508)0630764Fixscaladocwarnings (#1507)49f7eb4Fix OSGi crypt manifest entries (#1506)a138393Remove remaining beta annotations for encrypted fields. (#1503)161feebRemove unused imports fromAggregates,Projections(#1505)f60fd14Fixjavadocwaring inMongoCryptException(#1504)- 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)