Bump the prod-dependencies group across 1 directory with 15 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 month ago)
(26 days ago)
(26 days ago)
dependencies java gradle
Bumps the prod-dependencies group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.20 |
2.2.20 |
| io.projectreactor:reactor-core | 3.7.4 |
3.7.11 |
| io.reactivex.rxjava3:rxjava | 3.1.10 |
3.1.12 |
| org.mongodb:mongodb-driver-core | 5.4.0 |
5.6.0 |
| org.mongodb:mongodb-driver-reactivestreams | 5.4.0 |
5.6.0 |
| org.mongodb:mongodb-driver-kotlin-coroutine | 5.4.0 |
5.6.0 |
| org.mongodb:mongodb-driver-sync | 5.4.0 |
5.6.0 |
| ch.qos.logback:logback-core | 1.5.18 |
1.5.19 |
| ch.qos.logback:logback-classic | 1.5.18 |
1.5.19 |
| org.postgresql:postgresql | 42.7.5 |
42.7.8 |
| com.mysql:mysql-connector-j | 9.2.0 |
9.4.0 |
| io.asyncer:r2dbc-mysql | 1.4.0 |
1.4.1 |
| org.testcontainers:mongodb | 1.20.6 |
1.21.3 |
| org.testcontainers:mysql | 1.20.6 |
1.21.3 |
| org.testcontainers:postgresql | 1.20.6 |
1.21.3 |
Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.2.20
Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
Kotlin 2.2.20
Changelog
Analysis API
KT-78187Synthetic properties not to be shown as callablesKT-72525K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)KT-74246KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-siteAnalysis API. Code Compilation
KT-78382K2 IR lowering error when interface extends interfaceKT-73201K2 IDE: Error while evaluating expressions with local classesKT-78164Evaluator: '@JvmName' annotations are not recognized in other modulesKT-76457K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvmKT-73084K2 evaluator cannot resolve local variables standing at the closing braceAnalysis API. FIR
Performance Improvements
KT-76490Do not load ast during the contracts phase if no contracts presentKT-78132Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarationsFixes
KT-72227SOE from recursive value classKT-68977K2 IDE: Reference to companion object through typealias in a function call does not workKT-72357Implement partial body resolutionKT-76932Support context parameters on dangling modifier listKT-72407FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessingKT-77602K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-callKT-77629K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"KT-76855Analysis API:KaType.asPsiTypereturnsnullfor a local inner class in dependent analysis testsKT-72718ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-castedKT-76811Analysis API:resolveToFirSymbolfinds aFirPropertySymbolfor aKtScriptin dependent analysisKT-73586[Analysis API] AddlazyResolveToPhase(STATUS)before accessing modifiers of membersKT-71135AA: exception from sealed inheritors checker whenanalyzeCopyKT-75534K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous functionKT-75687K2: local variable doesn't get to the do-while scopeKT-56543LL FIR: rework lazy transformers so transformers modify only declarations they suppose toAnalysis API. Infrastructure
KT-76809Analysis API: Dependent analysis tests frequently work with the original element instead of the copied elementAnalysis API. Light Classes
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
2.2.20
Analysis API
KT-78187Synthetic properties not to be shown as callablesKT-72525K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)KT-74246KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-siteAnalysis API. Code Compilation
KT-78382K2 IR lowering error when interface extends interfaceKT-73201K2 IDE: Error while evaluating expressions with local classesKT-78164Evaluator: '@JvmName' annotations are not recognized in other modulesKT-76457K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvmKT-73084K2 evaluator cannot resolve local variables standing at the closing braceAnalysis API. FIR
Performance Improvements
KT-76490Do not load ast during the contracts phase if no contracts presentKT-78132Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarationsFixes
KT-72227SOE from recursive value classKT-68977K2 IDE: Reference to companion object through typealias in a function call does not workKT-72357Implement partial body resolutionKT-76932Support context parameters on dangling modifier listKT-72407FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessingKT-77602K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-callKT-77629K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"KT-76855Analysis API:KaType.asPsiTypereturnsnullfor a local inner class in dependent analysis testsKT-72718ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-castedKT-76811Analysis API:resolveToFirSymbolfinds aFirPropertySymbolfor aKtScriptin dependent analysisKT-73586[Analysis API] AddlazyResolveToPhase(STATUS)before accessing modifiers of membersKT-71135AA: exception from sealed inheritors checker whenanalyzeCopyKT-75534K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous functionKT-75687K2: local variable doesn't get to the do-while scopeKT-56543LL FIR: rework lazy transformers so transformers modify only declarations they suppose toAnalysis API. Infrastructure
KT-76809Analysis API: Dependent analysis tests frequently work with the original element instead of the copied elementAnalysis API. Light Classes
KT-78835Find usages of a light constructor from a class with an empty body finds usages of class as wellKT-78878K2. Method shown as unavailable in Java when@JvmExposeBoxedis applied (redundantly) at both class and method level in KotlinKT-78065Support "Expose boxed inline value classes" in Light Classes
... (truncated)
Commits
693c44eAdd ChangeLog for 2.2.20-RC25b7c7af[Gradle] Fail the build if AGP has already configured Kotlin in the project1756c32Add permissions for GRADLE_RO_DEP_CACHE to security policy05dcf52[Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed0b2dd95[Wasm] Do not backport devServer, because it is mutable collection6b0a1e4[IR] Use sanitized names when calculating scopes for lambdas64daa7e[FIR2IR] Properly handle generics with nullable types in delegate body genera...9237f28[Test] Reproduce KT-79816e86b28e[Gradle] Add@ExperimentalKotlinGradlePluginApito exportKdoc0f5c8a7Add ChangeLog for 2.2.20-RC- Additional commits viewable in compare view
Updates io.projectreactor:reactor-core from 3.7.4 to 3.7.11
Release notes
Sourced from io.projectreactor:reactor-core's releases.
v3.7.11
Reactor Core3.7.1is part of the2024.0.10Release Train.What's Changed
:sparkles: New features and improvements
- Bump byteBuddy from 1.17.6 to 1.17.7 by
@dependabot[bot] in reactor/reactor-core#4076- Depend on Micrometer v1.14.11 by
@chemicLin 9b5105f574b882f31904e7465c207fc5070491e2- Depend on Micrometer Tracing v1.4.10 by
@chemicLin 9b5105f574b882f31904e7465c207fc5070491e2Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.9...v3.7.11
v3.7.9
Reactor Core3.7.9is part of the2024.0.9Release Train.What's Changed
:sparkles: New features and improvements
- Depend on
Micrometerv1.14.10by@violetaggin 4965f64483acdbd3cf0ba00764b35afbf9ff460c- Depend on
Micrometer Tracingv1.4.9by@violetaggin 4965f64483acdbd3cf0ba00764b35afbf9ff460cFull Changelog: https://github.com/reactor/reactor-core/compare/v3.7.8...v3.7.9
v3.7.8
Reactor Core3.7.8is part of the2024.0.8Release Train.What's Changed
:sparkles: New features and improvements
- Bump byteBuddyVersion from 1.17.5 to 1.17.6 by
@dependabot[bot] in reactor/reactor-core#4040- Depend on Micrometer 1.14.9 by
@chemicLin https://github.com/reactor/reactor-core/commit/56303348fd3158ddf0c8f9cc3586d7f337fbf2e2:lady_beetle: Bug fixes
- Fix RetryBackoffSpec multiplier handling of fractional values by
@chemicLin reactor/reactor-core#4048New Contributors
@georgebanasiosmade their first contribution in reactor/reactor-core#4036Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.7...v3.7.8
v3.7.7
Reactor Core3.7.7is part of2024.0.7Release Train.What's Changed
:sparkles: New features and improvements
- Bump io.projectreactor.tools:blockhound from 1.0.11.RELEASE to 1.0.13.RELEASE by
@dependabotin #4030
... (truncated)
Commits
abae33b[release] Prepare and release 3.7.1127f7e76[build] Include LICENSE file in published shadow jar archives1e8440e[release] Next development version 3.7.11-SNAPSHOT9b5105f[release] Prepare and release 3.7.10df777d0Bump byteBuddy from 1.17.6 to 1.17.7 (#4076)66cb9ce[build] Include LICENSE file in published jar and zip archives (#4087)951dc28[release] Next development version 3.7.10-SNAPSHOT4965f64[release] Prepare and release 3.7.961666edBump ruby/setup-ruby from 1.245.0 to 1.254.0 in /.github/workflows (#4063)dd84289Bump gradle/actions from 4.4.1 to 4.4.2 in /.github/workflows (#4068)- Additional commits viewable in compare view
Updates io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.12
Release notes
Sourced from io.reactivex.rxjava3:rxjava's releases.
v3.1.12
Version 3.1.12 - September 24, 2025
Bugfixes
- Fix for the empty module version string in the
module-info.classfile. #7906v3.1.12-RC1
Version 3.1.12-RC1 - September 22, 2025
:warning: Not for general consumption yet.
Bugfixes
- Fix for the empty module version string in the module-info.class. #7906
v3.1.11
Version 3.1.11 - July 7, 2025
Bugfixes
- Fix ReplaySubject termination-subscription race emitting wrongly. #7879
v3.1.11-RC5
Testing if releasing to the new Central Sonatype repository works. Round 5.
Please ignore this update.
v3.1.11-RC4
Testing if releasing to the new Central Sonatype repository works. Attempt 4.
Please ignore this update.
v3.1.11-RC3
Testing if releasing to the new Central Sonatype repository works. Attempt 3.
Please ignore this update.
v3.1.11-RC2
Testing if releasing to the new Central Sonatype repository works. Attempt 2.
Please ignore this update.
v3.1.11-RC1
... (truncated)
Commits
2e06650Update build.gradle9cd6b9eUpdate Additional-Reading.md70e145bchore(deps): bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre (#7904)6bb25c1chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#7903)89f1e52chore(deps): bump github/codeql-action from 3.30.1 to 3.30.2 (#7902)7f49c5bchore(deps): bump github/codeql-action from 3.30.0 to 3.30.1 (#7901)599202echore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#7900)a7c809achore(deps): bump github/codeql-action from 3.29.11 to 3.30.0 (#7899)d06a16echore(deps): bump github/codeql-action from 3.29.10 to 3.29.11 (#7897)a0dc194chore(deps): bump codecov/codecov-action from 4.6.0 to 5.5.0 (#7895)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-core from 5.4.0 to 5.6.0
Release notes
Sourced from org.mongodb:mongodb-driver-core's releases.
Java Driver 5.6.0 (September 11, 2025)
What's Changed 🚀
Credential Handling
- Fix OIDC reauthentication when a session is involved #1719
- Add X509 authentication tests #1771
- Fix OIDC tests #1753
- Add CSOT to OIDC #1741
Performance Optimizations
- Clear CommandCursorResult.results after next()/tryNext() #1780
- Ignore maxWaitTime when CSOT is enabled #1744
- Simplify Operations by uniting Sync and Async operations #1776
Resource Management
- Fix Netty reference leak #1762
- Properly handle exceptions in threads created by MongoClient #1764
- Propagate timeout errors to callback #1761
- Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726
Compatibility and Maintenance
- Handle dropIndex behavior change #1785
- Remove Legacy based ClientSideEncryptionTests #1799
- Remove code that won't execute on supported server releases #1704
- Simplify tests based on 4.2 minimum server support #1712
- Update libmongocrypt version to 1.14.1 #1778
- Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
- Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782
Benchmarks and Testing
- Support text indexes with encryption #1797
- Ensure encrypted fields data exists fully #1802
- CSFLE auto encryption tests improvements #1788
- Normalize async and sync ClientSideOperationTimeoutProseTest #1800
- Add prose test to verify server monitors do not gossip cluster time #1766
- Added logging specification tests #1740
- Include submodules to OIDC testing #1703
Bug Fixes and Stability
- Fix duplicate field name serialization with
@BsonDiscriminatorand getter #1610- Fix Scala UnifiedTest import (No PR link)
- Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
- Fix parameterized test names in CrudProseTest #1775
- Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
- Improve error message clarity in MongoCommandException #1789
- Ensure socks5 proxy option parsing is to specification #1688
Documentation and Quality of Life
... (truncated)
Commits
19cc7cbVersion: bump 5.6.0eac8c20Fix Scala UnifiedTest import87ba53cEnsure encrypted fields data exists fully (#1802)2aa9197Github action fix echo'd file name (#1804)03788f9Temporarily limit TypeMqlValuesFunctionalTest.asString server version (#1803)94103afSupport text indexes with encryption (#1797)24236e3build(deps): bump driver-core/src/test/resources/specifications (#1801)441d96fClear CommandCursorResult.results after next()/tryNext(). (#1780)bcf15c0Fix duplicate field name serialization with@BsonDiscriminatorand getter (#1...33719efJAVA-3815: Pojo Codec - Detect property models on extended interfaces (#563)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-reactivestreams from 5.4.0 to 5.6.0
Release notes
Sourced from org.mongodb:mongodb-driver-reactivestreams's releases.
Java Driver 5.6.0 (September 11, 2025)
What's Changed 🚀
Credential Handling
- Fix OIDC reauthentication when a session is involved #1719
- Add X509 authentication tests #1771
- Fix OIDC tests #1753
- Add CSOT to OIDC #1741
Performance Optimizations
- Clear CommandCursorResult.results after next()/tryNext() #1780
- Ignore maxWaitTime when CSOT is enabled #1744
- Simplify Operations by uniting Sync and Async operations #1776
Resource Management
- Fix Netty reference leak #1762
- Properly handle exceptions in threads created by MongoClient #1764
- Propagate timeout errors to callback #1761
- Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726
Compatibility and Maintenance
- Handle dropIndex behavior change #1785
- Remove Legacy based ClientSideEncryptionTests #1799
- Remove code that won't execute on supported server releases #1704
- Simplify tests based on 4.2 minimum server support #1712
- Update libmongocrypt version to 1.14.1 #1778
- Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
- Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782
Benchmarks and Testing
- Support text indexes with encryption #1797
- Ensure encrypted fields data exists fully #1802
- CSFLE auto encryption tests improvements #1788
- Normalize async and sync ClientSideOperationTimeoutProseTest #1800
- Add prose test to verify server monitors do not gossip cluster time #1766
- Added logging specification tests #1740
- Include submodules to OIDC testing #1703
Bug Fixes and Stability
- Fix duplicate field name serialization with
@BsonDiscriminatorand getter #1610- Fix Scala UnifiedTest import (No PR link)
- Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
- Fix parameterized test names in CrudProseTest #1775
- Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
- Improve error message clarity in MongoCommandException #1789
- Ensure socks5 proxy option parsing is to specification #1688
Documentation and Quality of Life
... (truncated)
Commits
19cc7cbVersion: bump 5.6.0eac8c20Fix Scala UnifiedTest import87ba53cEnsure encrypted fields data exists fully (#1802)2aa9197Github action fix echo'd file name (#1804)03788f9Temporarily limit TypeMqlValuesFunctionalTest.asString server version (#1803)94103afSupport text indexes with encryption (#1797)24236e3build(deps): bump driver-core/src/test/resources/specifications (#1801)441d96fClear CommandCursorResult.results after next()/tryNext(). (#1780)bcf15c0Fix duplicate field name serialization with@BsonDiscriminatorand getter (#1...33719efJAVA-3815: Pojo Codec - Detect property models on extended interfaces (#563)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-kotlin-coroutine from 5.4.0 to 5.6.0
Release notes
Sourced from org.mongodb:mongodb-driver-kotlin-coroutine's releases.
Java Driver 5.6.0 (September 11, 2025)
What's Changed 🚀
Credential Handling
- Fix OIDC reauthentication when a session is involved #1719
- Add X509 authentication tests #1771
- Fix OIDC tests #1753
- Add CSOT to OIDC #1741
Performance Optimizations
- Clear CommandCursorResult.results after next()/tryNext() #1780
- Ignore maxWaitTime when CSOT is enabled #1744
- Simplify Operations by uniting Sync and Async operations #1776
Resource Management
- Fix Netty reference leak #1762
- Properly handle exceptions in threads created by MongoClient #1764
- Propagate timeout errors to callback #1761
- Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726
Compatibility and Maintenance
- Handle dropIndex behavior change #1785
- Remove Legacy based ClientSideEncryptionTests #1799
- Remove code that won't execute on supported server releases #1704
- Simplify tests based on 4.2 minimum server support #1712
- Update libmongocrypt version to 1.14.1 #1778
- Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
- Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782
Benchmarks and Testing
- Support text indexes with encryption #1797
- Ensure encrypted fields data exists fully #1802
- CSFLE auto encryption tests improvements #1788
- Normalize async and sync ClientSideOperationTimeoutProseTest #1800
- Add prose test to verify server monitors do not gossip cluster time #1766
- Added logging specification tests #1740
- Include submodules to OIDC testing #1703
Bug Fixes and Stability
- Fix duplicate field name serialization with
@BsonDiscriminatorand getter #1610- Fix Scala UnifiedTest import (No PR link)
- Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
- Fix parameterized test names in CrudProseTest #1775
- Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
- Improve error message clarity in MongoCommandException #1789
- Ensure socks5 proxy option parsing is to specification #1688
Documentation and Quality of Life
... (truncated)
Commits
19cc7cbVersion: bump 5.6.0eac8c20Fix Scala UnifiedTest import87ba53cEnsure encrypted fields data exists fully (#1802)2aa9197Github action fix echo'd file name (#1804)03788f9Temporarily limit TypeMqlValuesFunctionalTest.asString server version (#1803)94103afSupport text indexes with encryption (#1797)24236e3build(deps): bump driver-core/src/test/resources/specifications (#1801)441d96fClear CommandCursorResult.results after next()/tryNext(). (#1780)bcf15c0Fix duplicate field name serialization with@BsonDiscriminatorand getter (#1...33719efJAVA-3815: Pojo Codec - Detect property models on extended interfaces (#563)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-sync from 5.4.0 to 5.6.0
Release notes
Sourced from org.mongodb:mongodb-driver-sync's releases.
Java Driver 5.6.0 (September 11, 2025)
What's Changed 🚀
Credential Handling
- Fix OIDC reauthentication when a session is involved #1719
- Add X509 authentication tests #1771
- Fix OIDC tests #1753
- Add CSOT to OIDC #1741
Performance Optimizations
- Clear CommandCursorResult.results after next()/tryNext() #1780
- Ignore maxWaitTime when CSOT is enabled #1744
- Simplify Operations by uniting Sync and Async operations #1776
Resource Management
- Fix Netty reference leak #1762
- Properly handle exceptions in threads created by MongoClient #1764
- Propagate timeout errors to callback #1761
- Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726
Compatibility and Maintenance
- Handle dropIndex behavior change #1785
- Remove Legacy based ClientSideEncryptionTests #1799
- Remove code that won't execute on supported server releases #1704
- Simplify tests based on 4.2 minimum server support #1712
- Update libmongocrypt version to 1.14.1 #1778
- Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
- Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782
Benchmarks and Testing
- Support text indexes with encryption #1797
- Ensure encrypted fields data exists fully #1802
- CSFLE auto encryption tests improvements #1788
- Normalize async and sync ClientSideOperationTimeoutProseTest #1800
- Add prose test to verify server monitors do not gossip cluster time #1766
- Added logging specification tests #1740
- Include submodules to OIDC testing #1703
Bug Fixes and Stability
- Fix duplicate field name serialization with
@BsonDiscriminatorand getter #1610- Fix Scala UnifiedTest import (No PR link)
- Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
- Fix parameterized test names in CrudProseTest #1775
- Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
- Improve error message clarity in MongoCommandException #1789
- Ensure socks5 proxy option parsing is to specification #1688
Documentation and Quality of Life
... (truncated)
Commits
19cc7cbVersion: bump 5.6.0eac8c20Fix Scala UnifiedTest import87ba53cEnsure encrypted fields data exists fully (#1802)2aa9197Github action fix echo'd file name (#1804)03788f9Temporarily limit TypeMqlValuesFunctionalTest.asString server version (#1803)94103afSupport text indexes with encryption (#1797)24236e3build(deps): bump driver-core/src/test/resources/specifications (#1801)441d96fClear CommandCursorResult.results after next()/tryNext(). (#1780)bcf15c0Fix duplicate field name serialization with@BsonDiscriminatorand getter (#1...33719efJAVA-3815: Pojo Codec - Detect property models on extended interfaces (#563)- Additional commits viewable in compare view
Updates org.mongodb:mongodb-driver-reactivestreams from 5.4.0 to 5.6.0
Release notes
Sourced from org.mongodb:mongodb-driver-reactivestreams's releases.
Java Driver 5.6.0 (September 11, 2025)
What's Changed 🚀
Credential Handling
- Fix OIDC reauthentication when a session is involved #1719
- Add X509 authentication tests #1771
- Fix OIDC tests #1753
- Add CSOT to OIDC #1741
Performance Optimizations
- Clear CommandCursorResult.results after next()/tryNext() #1780
- Ignore maxWaitTime when CSOT is enabled #1744
- Simplify Operations by uniting Sync and Async operations #1776
Resource Management
- Fix Netty reference leak #1762
- Properly handle exceptions in threads created by MongoClient #1764
- Propagate timeout errors to callback #1761
- Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726
Compatibility and Maintenance
- Handle dropIndex behavior change #1785
- Remove Legacy based ClientSideEncryptionTests #1799
- Remove code that won't execute on supported server releases #1704
- Simplify tests based on 4.2 minimum server support #1712
- Update libmongocrypt version to 1.14.1 #1778
- Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
- Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782
Benchmarks and Testing
- Support text indexes with encryption #1797
- Ensure encrypted fields data exists fully #1802
- CSFLE auto encryption tests improvements
Pull Request Statistics
Commits:
1Files Changed:
1Additions:
+9Deletions:
-9
Package Dependencies
org.postgresql:postgresql
maven
42.7.5 → 42.7.8
Patch
org.mongodb:mongodb-driver-sync
maven
5.4.0 → 5.6.0
Minor
org.testcontainers:postgresql
maven
1.20.6 → 1.21.3
Minor
ch.qos.logback:logback-core
maven
1.5.18 → 1.5.19
Patch
ch.qos.logback:logback-classic
maven
1.5.18 → 1.5.19
Patch
io.reactivex.rxjava3:rxjava
maven
3.1.10 → 3.1.12
Patch
com.mysql:mysql-connector-j
maven
9.2.0 → 9.4.0
Minor
maven
2.1.20 → 2.2.20
Minor
maven
5.4.0 → 5.6.0
Minor
org.mongodb:mongodb-driver-core
maven
5.4.0 → 5.6.0
Minor
maven
5.4.0 → 5.6.0
Minor
io.projectreactor:reactor-core
maven
3.7.4 → 3.7.11
Patch
org.testcontainers:mongodb
maven
1.20.6 → 1.21.3
Minor
org.testcontainers:mysql
maven
1.20.6 → 1.21.3
Minor
Technical Details
| ID: | 9002400 |
| UUID: | 2877815420 |
| Node ID: | PR_kwDOC6J51M6rh_p8 |
| Host: | GitHub |
| Repository: | coditory/sherlock-distributed-lock |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |