dependabot[bot] opened a new pull request, #3970: URL: https://github.com/apache/logging-log4j2/pull/3970
Bumps `mongodb.version` from 5.5.1 to 5.6.1. Updates `org.mongodb:bson` from 5.5.1 to 5.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:bson's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.6.0 (September 11, 2025)</h2> <h2>What's Changed 🚀</h2> <h2>Credential Handling</h2> <ul> <li><strong>Fix OIDC reauthentication when a session is involved</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1719">#1719</a></li> <li><strong>Add X509 authentication tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1771">#1771</a></li> <li><strong>Fix OIDC tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1753">#1753</a></li> <li><strong>Add CSOT to OIDC</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1741">#1741</a></li> </ul> <h2>Performance Optimizations</h2> <ul> <li><strong>Clear CommandCursorResult.results after next()/tryNext()</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1780">#1780</a></li> <li><strong>Ignore maxWaitTime when CSOT is enabled</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1744">#1744</a></li> <li><strong>Simplify Operations by uniting Sync and Async operations</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1776">#1776</a></li> </ul> <h2>Resource Management</h2> <ul> <li><strong>Fix Netty reference leak</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1762">#1762</a></li> <li><strong>Properly handle exceptions in threads created by MongoClient</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1764">#1764</a></li> <li><strong>Propagate timeout errors to callback</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1761">#1761</a></li> <li><strong>Merge changes from tls-channel to prevent accidentally calling SSLEngine</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1726">#1726</a></li> </ul> <h2>Compatibility and Maintenance</h2> <ul> <li><strong>Handle dropIndex behavior change</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1785">#1785</a></li> <li><strong>Remove Legacy based ClientSideEncryptionTests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1799">#1799</a></li> <li><strong>Remove code that won't execute on supported server releases</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1704">#1704</a></li> <li><strong>Simplify tests based on 4.2 minimum server support</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1712">#1712</a></li> <li><strong>Update libmongocrypt version to 1.14.1</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1778">#1778</a></li> <li><strong>Deprecate MongoNamespace#COMMAND_COLLECTION_NAME</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1786">#1786</a></li> <li><strong>Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1782">#1782</a></li> </ul> <h2>Benchmarks and Testing</h2> <ul> <li><strong>Support text indexes with encryption</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1797">#1797</a></li> <li><strong>Ensure encrypted fields data exists fully</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1802">#1802</a></li> <li><strong>CSFLE auto encryption tests improvements</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1788">#1788</a></li> <li><strong>Normalize async and sync ClientSideOperationTimeoutProseTest</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1800">#1800</a></li> <li><strong>Add prose test to verify server monitors do not gossip cluster time</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1766">#1766</a></li> <li><strong>Added logging specification tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1740">#1740</a></li> <li><strong>Include submodules to OIDC testing</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1703">#1703</a></li> </ul> <h2>Bug Fixes and Stability</h2> <ul> <li><strong>Fix duplicate field name serialization with <a href="https://github.com/BsonDiscriminator"><code>@​BsonDiscriminator</code></a> and getter</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1610">#1610</a></li> <li><strong>Fix Scala UnifiedTest import</strong> (No PR link)</li> <li><strong>Temporarily limit TypeMqlValuesFunctionalTest.asString server version</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1803">#1803</a></li> <li><strong>Fix parameterized test names in CrudProseTest</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1775">#1775</a></li> <li><strong>Improve MongoTimeoutException thrown by DefaultConnectionPool</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1767">#1767</a></li> <li><strong>Improve error message clarity in MongoCommandException</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1789">#1789</a></li> <li><strong>Ensure socks5 proxy option parsing is to specification</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1688">#1688</a></li> </ul> <h2>Documentation and Quality of Life</h2> <ul> <li><strong>Update README.md</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1716">#1716</a></li> <li><strong>Add JavaDoc to NamespaceType</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1754">#1754</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/db50239639f9f4cf54e8d808042387359166857e"><code>db50239</code></a> Version: bump 5.6.1</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/2ac7643dc35c60742989171c0ec8591630aaa729"><code>2ac7643</code></a> ClientMetaData refactoring (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1807">#1807</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/97f52f83c844773fba2f4a31f76acd154017b3fa"><code>97f52f8</code></a> Fix AbstractWriteSearchIndexOperation executeAsync releasing connections (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1812">#1812</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e25dc83cfd7c0f983662b5dfd250a3ec5dc36800"><code>e25dc83</code></a> Set mongodb version for atlas tests (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1814">#1814</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8a0b5984bdbc3f6960721ded652e0d1232197d82"><code>8a0b598</code></a> Fix integer overflow with max limit & batchsize (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1810">#1810</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/002adfe78e096a3e7bb15e8894bb68858a38ecd2"><code>002adfe</code></a> JAVA-5971 Reverse equals check to avoid NPEs (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1806">#1806</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e5adcfdadbb9ed89778c7c7eb79cd46070c6c99f"><code>e5adcfd</code></a> Version: bump 5.6.1-SNAPSHOT</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/19cc7cb0ad8b4bb7acde5bd113e5dd7e36b4f0c8"><code>19cc7cb</code></a> Version: bump 5.6.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/eac8c20ed3b02bc09d3217db373a73d6f405bb29"><code>eac8c20</code></a> Fix Scala UnifiedTest import</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/87ba53c03c3f0f25e9a52b1163d81f711a4ff2bd"><code>87ba53c</code></a> Ensure encrypted fields data exists fully (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1802">#1802</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.5.1...r5.6.1">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:mongodb-driver-core` from 5.5.1 to 5.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongodb-driver-core's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.6.0 (September 11, 2025)</h2> <h2>What's Changed 🚀</h2> <h2>Credential Handling</h2> <ul> <li><strong>Fix OIDC reauthentication when a session is involved</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1719">#1719</a></li> <li><strong>Add X509 authentication tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1771">#1771</a></li> <li><strong>Fix OIDC tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1753">#1753</a></li> <li><strong>Add CSOT to OIDC</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1741">#1741</a></li> </ul> <h2>Performance Optimizations</h2> <ul> <li><strong>Clear CommandCursorResult.results after next()/tryNext()</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1780">#1780</a></li> <li><strong>Ignore maxWaitTime when CSOT is enabled</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1744">#1744</a></li> <li><strong>Simplify Operations by uniting Sync and Async operations</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1776">#1776</a></li> </ul> <h2>Resource Management</h2> <ul> <li><strong>Fix Netty reference leak</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1762">#1762</a></li> <li><strong>Properly handle exceptions in threads created by MongoClient</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1764">#1764</a></li> <li><strong>Propagate timeout errors to callback</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1761">#1761</a></li> <li><strong>Merge changes from tls-channel to prevent accidentally calling SSLEngine</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1726">#1726</a></li> </ul> <h2>Compatibility and Maintenance</h2> <ul> <li><strong>Handle dropIndex behavior change</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1785">#1785</a></li> <li><strong>Remove Legacy based ClientSideEncryptionTests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1799">#1799</a></li> <li><strong>Remove code that won't execute on supported server releases</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1704">#1704</a></li> <li><strong>Simplify tests based on 4.2 minimum server support</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1712">#1712</a></li> <li><strong>Update libmongocrypt version to 1.14.1</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1778">#1778</a></li> <li><strong>Deprecate MongoNamespace#COMMAND_COLLECTION_NAME</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1786">#1786</a></li> <li><strong>Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1782">#1782</a></li> </ul> <h2>Benchmarks and Testing</h2> <ul> <li><strong>Support text indexes with encryption</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1797">#1797</a></li> <li><strong>Ensure encrypted fields data exists fully</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1802">#1802</a></li> <li><strong>CSFLE auto encryption tests improvements</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1788">#1788</a></li> <li><strong>Normalize async and sync ClientSideOperationTimeoutProseTest</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1800">#1800</a></li> <li><strong>Add prose test to verify server monitors do not gossip cluster time</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1766">#1766</a></li> <li><strong>Added logging specification tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1740">#1740</a></li> <li><strong>Include submodules to OIDC testing</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1703">#1703</a></li> </ul> <h2>Bug Fixes and Stability</h2> <ul> <li><strong>Fix duplicate field name serialization with <a href="https://github.com/BsonDiscriminator"><code>@​BsonDiscriminator</code></a> and getter</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1610">#1610</a></li> <li><strong>Fix Scala UnifiedTest import</strong> (No PR link)</li> <li><strong>Temporarily limit TypeMqlValuesFunctionalTest.asString server version</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1803">#1803</a></li> <li><strong>Fix parameterized test names in CrudProseTest</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1775">#1775</a></li> <li><strong>Improve MongoTimeoutException thrown by DefaultConnectionPool</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1767">#1767</a></li> <li><strong>Improve error message clarity in MongoCommandException</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1789">#1789</a></li> <li><strong>Ensure socks5 proxy option parsing is to specification</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1688">#1688</a></li> </ul> <h2>Documentation and Quality of Life</h2> <ul> <li><strong>Update README.md</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1716">#1716</a></li> <li><strong>Add JavaDoc to NamespaceType</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1754">#1754</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/db50239639f9f4cf54e8d808042387359166857e"><code>db50239</code></a> Version: bump 5.6.1</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/2ac7643dc35c60742989171c0ec8591630aaa729"><code>2ac7643</code></a> ClientMetaData refactoring (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1807">#1807</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/97f52f83c844773fba2f4a31f76acd154017b3fa"><code>97f52f8</code></a> Fix AbstractWriteSearchIndexOperation executeAsync releasing connections (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1812">#1812</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e25dc83cfd7c0f983662b5dfd250a3ec5dc36800"><code>e25dc83</code></a> Set mongodb version for atlas tests (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1814">#1814</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8a0b5984bdbc3f6960721ded652e0d1232197d82"><code>8a0b598</code></a> Fix integer overflow with max limit & batchsize (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1810">#1810</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/002adfe78e096a3e7bb15e8894bb68858a38ecd2"><code>002adfe</code></a> JAVA-5971 Reverse equals check to avoid NPEs (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1806">#1806</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e5adcfdadbb9ed89778c7c7eb79cd46070c6c99f"><code>e5adcfd</code></a> Version: bump 5.6.1-SNAPSHOT</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/19cc7cb0ad8b4bb7acde5bd113e5dd7e36b4f0c8"><code>19cc7cb</code></a> Version: bump 5.6.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/eac8c20ed3b02bc09d3217db373a73d6f405bb29"><code>eac8c20</code></a> Fix Scala UnifiedTest import</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/87ba53c03c3f0f25e9a52b1163d81f711a4ff2bd"><code>87ba53c</code></a> Ensure encrypted fields data exists fully (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1802">#1802</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.5.1...r5.6.1">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:mongodb-driver-sync` from 5.5.1 to 5.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongodb-driver-sync's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.6.0 (September 11, 2025)</h2> <h2>What's Changed 🚀</h2> <h2>Credential Handling</h2> <ul> <li><strong>Fix OIDC reauthentication when a session is involved</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1719">#1719</a></li> <li><strong>Add X509 authentication tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1771">#1771</a></li> <li><strong>Fix OIDC tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1753">#1753</a></li> <li><strong>Add CSOT to OIDC</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1741">#1741</a></li> </ul> <h2>Performance Optimizations</h2> <ul> <li><strong>Clear CommandCursorResult.results after next()/tryNext()</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1780">#1780</a></li> <li><strong>Ignore maxWaitTime when CSOT is enabled</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1744">#1744</a></li> <li><strong>Simplify Operations by uniting Sync and Async operations</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1776">#1776</a></li> </ul> <h2>Resource Management</h2> <ul> <li><strong>Fix Netty reference leak</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1762">#1762</a></li> <li><strong>Properly handle exceptions in threads created by MongoClient</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1764">#1764</a></li> <li><strong>Propagate timeout errors to callback</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1761">#1761</a></li> <li><strong>Merge changes from tls-channel to prevent accidentally calling SSLEngine</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1726">#1726</a></li> </ul> <h2>Compatibility and Maintenance</h2> <ul> <li><strong>Handle dropIndex behavior change</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1785">#1785</a></li> <li><strong>Remove Legacy based ClientSideEncryptionTests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1799">#1799</a></li> <li><strong>Remove code that won't execute on supported server releases</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1704">#1704</a></li> <li><strong>Simplify tests based on 4.2 minimum server support</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1712">#1712</a></li> <li><strong>Update libmongocrypt version to 1.14.1</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1778">#1778</a></li> <li><strong>Deprecate MongoNamespace#COMMAND_COLLECTION_NAME</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1786">#1786</a></li> <li><strong>Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1782">#1782</a></li> </ul> <h2>Benchmarks and Testing</h2> <ul> <li><strong>Support text indexes with encryption</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1797">#1797</a></li> <li><strong>Ensure encrypted fields data exists fully</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1802">#1802</a></li> <li><strong>CSFLE auto encryption tests improvements</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1788">#1788</a></li> <li><strong>Normalize async and sync ClientSideOperationTimeoutProseTest</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1800">#1800</a></li> <li><strong>Add prose test to verify server monitors do not gossip cluster time</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1766">#1766</a></li> <li><strong>Added logging specification tests</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1740">#1740</a></li> <li><strong>Include submodules to OIDC testing</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1703">#1703</a></li> </ul> <h2>Bug Fixes and Stability</h2> <ul> <li><strong>Fix duplicate field name serialization with <a href="https://github.com/BsonDiscriminator"><code>@​BsonDiscriminator</code></a> and getter</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1610">#1610</a></li> <li><strong>Fix Scala UnifiedTest import</strong> (No PR link)</li> <li><strong>Temporarily limit TypeMqlValuesFunctionalTest.asString server version</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1803">#1803</a></li> <li><strong>Fix parameterized test names in CrudProseTest</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1775">#1775</a></li> <li><strong>Improve MongoTimeoutException thrown by DefaultConnectionPool</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1767">#1767</a></li> <li><strong>Improve error message clarity in MongoCommandException</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1789">#1789</a></li> <li><strong>Ensure socks5 proxy option parsing is to specification</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1688">#1688</a></li> </ul> <h2>Documentation and Quality of Life</h2> <ul> <li><strong>Update README.md</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1716">#1716</a></li> <li><strong>Add JavaDoc to NamespaceType</strong> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1754">#1754</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/db50239639f9f4cf54e8d808042387359166857e"><code>db50239</code></a> Version: bump 5.6.1</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/2ac7643dc35c60742989171c0ec8591630aaa729"><code>2ac7643</code></a> ClientMetaData refactoring (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1807">#1807</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/97f52f83c844773fba2f4a31f76acd154017b3fa"><code>97f52f8</code></a> Fix AbstractWriteSearchIndexOperation executeAsync releasing connections (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1812">#1812</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e25dc83cfd7c0f983662b5dfd250a3ec5dc36800"><code>e25dc83</code></a> Set mongodb version for atlas tests (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1814">#1814</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8a0b5984bdbc3f6960721ded652e0d1232197d82"><code>8a0b598</code></a> Fix integer overflow with max limit & batchsize (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1810">#1810</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/002adfe78e096a3e7bb15e8894bb68858a38ecd2"><code>002adfe</code></a> JAVA-5971 Reverse equals check to avoid NPEs (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1806">#1806</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e5adcfdadbb9ed89778c7c7eb79cd46070c6c99f"><code>e5adcfd</code></a> Version: bump 5.6.1-SNAPSHOT</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/19cc7cb0ad8b4bb7acde5bd113e5dd7e36b4f0c8"><code>19cc7cb</code></a> Version: bump 5.6.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/eac8c20ed3b02bc09d3217db373a73d6f405bb29"><code>eac8c20</code></a> Fix Scala UnifiedTest import</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/87ba53c03c3f0f25e9a52b1163d81f711a4ff2bd"><code>87ba53c</code></a> Ensure encrypted fields data exists fully (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1802">#1802</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.5.1...r5.6.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
