Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump ktorVersion from 2.3.7 to 2.3.8 (#215)
Bumps `ktorVersion` from 2.3.7 to 2.3.8. Updates `io.ktor:ktor-client-okhttp` from 2.3.7 to 2.3.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-okhttp's releases</a>.</em></p> <blockquote> <h2>2.3.8</h2> <blockquote> <p>Published 31 January 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>"KeyStoreException: JKS not found" exception on Android when configuring secure connection (<a href="https://youtrack.jetbrains.com/issue/KTOR-6720">KTOR-6720</a>)</li> <li><code>URLBuilder</code> crashes on React Native platforms (<a href="https://youtrack.jetbrains.com/issue/KTOR-6576">KTOR-6576</a>)</li> <li>CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6366">KTOR-6366</a>)</li> <li>ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (<a href="https://youtrack.jetbrains.com/issue/KTOR-6420">KTOR-6420</a>)</li> <li>High Native Server Memory Usage (<a href="https://youtrack.jetbrains.com/issue/KTOR-6321">KTOR-6321</a>)</li> <li>Server ContentNegotiation no longer allows multiple decoders for one Content-Type (<a href="https://youtrack.jetbrains.com/issue/KTOR-5410">KTOR-5410</a>)</li> <li>Logging plugin blocks response body streaming when level is BODY (<a href="https://youtrack.jetbrains.com/issue/KTOR-6482">KTOR-6482</a>)</li> <li>WebSockets: Confusing error message when server doesn't respond with Upgrade (<a href="https://youtrack.jetbrains.com/issue/KTOR-6397">KTOR-6397</a>)</li> <li>{...} (tailcard) does not match URLs ending with '/' (<a href="https://youtrack.jetbrains.com/issue/KTOR-2121">KTOR-2121</a>)</li> <li>HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (<a href="https://youtrack.jetbrains.com/issue/KTOR-6505">KTOR-6505</a>)</li> <li>CORS: <code>allowHost</code> without the second argument doesn't allow the secure host (<a href="https://youtrack.jetbrains.com/issue/KTOR-6494">KTOR-6494</a>)</li> <li>"ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (<a href="https://youtrack.jetbrains.com/issue/KTOR-5978">KTOR-5978</a>)</li> <li>MDC diagnostic value is changed during logging of the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6528">KTOR-6528</a>)</li> <li>WebSocket doesn't get terminated when runBlocking is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6664">KTOR-6664</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6396">KTOR-6396</a>)</li> <li>RequestConnectionPoint should implement toString() (<a href="https://youtrack.jetbrains.com/issue/KTOR-6577">KTOR-6577</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md">io.ktor:ktor-client-okhttp's changelog</a>.</em></p> <blockquote> <h1>2.3.8</h1> <blockquote> <p>Published 31 January 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>"KeyStoreException: JKS not found" exception on Android when configuring secure connection (<a href="https://youtrack.jetbrains.com/issue/KTOR-6720">KTOR-6720</a>)</li> <li><code>URLBuilder</code> crashes on React Native platforms (<a href="https://youtrack.jetbrains.com/issue/KTOR-6576">KTOR-6576</a>)</li> <li>CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6366">KTOR-6366</a>)</li> <li>ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (<a href="https://youtrack.jetbrains.com/issue/KTOR-6420">KTOR-6420</a>)</li> <li>High Native Server Memory Usage (<a href="https://youtrack.jetbrains.com/issue/KTOR-6321">KTOR-6321</a>)</li> <li>Server ContentNegotiation no longer allows multiple decoders for one Content-Type (<a href="https://youtrack.jetbrains.com/issue/KTOR-5410">KTOR-5410</a>)</li> <li>Logging plugin blocks response body streaming when level is BODY (<a href="https://youtrack.jetbrains.com/issue/KTOR-6482">KTOR-6482</a>)</li> <li>WebSockets: Confusing error message when server doesn't respond with Upgrade (<a href="https://youtrack.jetbrains.com/issue/KTOR-6397">KTOR-6397</a>)</li> <li>{...} (tailcard) does not match URLs ending with '/' (<a href="https://youtrack.jetbrains.com/issue/KTOR-2121">KTOR-2121</a>)</li> <li>HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (<a href="https://youtrack.jetbrains.com/issue/KTOR-6505">KTOR-6505</a>)</li> <li>CORS: <code>allowHost</code> without the second argument doesn't allow the secure host (<a href="https://youtrack.jetbrains.com/issue/KTOR-6494">KTOR-6494</a>)</li> <li>"ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (<a href="https://youtrack.jetbrains.com/issue/KTOR-5978">KTOR-5978</a>)</li> <li>MDC diagnostic value is changed during logging of the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6528">KTOR-6528</a>)</li> <li>WebSocket doesn't get terminated when runBlocking is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6664">KTOR-6664</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6396">KTOR-6396</a>)</li> <li>RequestConnectionPoint should implement toString() (<a href="https://youtrack.jetbrains.com/issue/KTOR-6577">KTOR-6577</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/65c8ddbd26cd81127dc6dea74f72de2d31bc122c"><code>65c8ddb</code></a> Add changelog for 2.3.8 (<a href="https://redirect.github.com/ktorio/ktor/issues/3975">#3975</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/9a81f73468e961dbcbf47fd1888ed96295a7913b"><code>9a81f73</code></a> Release 2.3.8</li> <li><a href="https://github.com/ktorio/ktor/commit/5210727ca65f19a22dff73e0818fa7dcbb5d634a"><code>5210727</code></a> Update yarn.lock</li> <li><a href="https://github.com/ktorio/ktor/commit/84884511aba4eb0011825594d1d50ee1f4eb630d"><code>8488451</code></a> fix(deps): update dropwizard.version to v4.2.25 (<a href="https://redirect.github.com/ktorio/ktor/issues/3962">#3962</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/710cc009aa12c73c9359731e6bb1cb6be7509b38"><code>710cc00</code></a> fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to...</li> <li><a href="https://github.com/ktorio/ktor/commit/951246c5066a2d3793c47ef92b40a56ff6331fe4"><code>951246c</code></a> fix(deps): update netty monorepo to v4.1.106.final (<a href="https://redirect.github.com/ktorio/ktor/issues/3954">#3954</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/04df97c6c95d25a2ed85b5415d21f1414f76694c"><code>04df97c</code></a> Update TLS.kt with docs about coroutineContext parameter (<a href="https://redirect.github.com/ktorio/ktor/issues/3952">#3952</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/e0bc6f64845de9b395460bb034ef8e8264a1e248"><code>e0bc6f6</code></a> Remove leading whitespace in service configuration (<a href="https://redirect.github.com/ktorio/ktor/issues/3947">#3947</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/30329226588542b79d69b8dd74abc0eaa162667d"><code>3032922</code></a> fix(deps): update tomcat.version to v9.0.85 (<a href="https://redirect.github.com/ktorio/ktor/issues/3921">#3921</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/620b4b67f7f52703044ba83579c1d2853c8684b3"><code>620b4b6</code></a> KTOR-6664 Cancel pending incoming messages if the session is closing (<a href="https://redirect.github.com/ktorio/ktor/issues/3939">#3939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/2.3.7...2.3.8">compare view</a></li> </ul> </details> <br /> Updates `io.ktor:ktor-client-mock` from 2.3.7 to 2.3.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-mock's releases</a>.</em></p> <blockquote> <h2>2.3.8</h2> <blockquote> <p>Published 31 January 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>"KeyStoreException: JKS not found" exception on Android when configuring secure connection (<a href="https://youtrack.jetbrains.com/issue/KTOR-6720">KTOR-6720</a>)</li> <li><code>URLBuilder</code> crashes on React Native platforms (<a href="https://youtrack.jetbrains.com/issue/KTOR-6576">KTOR-6576</a>)</li> <li>CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6366">KTOR-6366</a>)</li> <li>ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (<a href="https://youtrack.jetbrains.com/issue/KTOR-6420">KTOR-6420</a>)</li> <li>High Native Server Memory Usage (<a href="https://youtrack.jetbrains.com/issue/KTOR-6321">KTOR-6321</a>)</li> <li>Server ContentNegotiation no longer allows multiple decoders for one Content-Type (<a href="https://youtrack.jetbrains.com/issue/KTOR-5410">KTOR-5410</a>)</li> <li>Logging plugin blocks response body streaming when level is BODY (<a href="https://youtrack.jetbrains.com/issue/KTOR-6482">KTOR-6482</a>)</li> <li>WebSockets: Confusing error message when server doesn't respond with Upgrade (<a href="https://youtrack.jetbrains.com/issue/KTOR-6397">KTOR-6397</a>)</li> <li>{...} (tailcard) does not match URLs ending with '/' (<a href="https://youtrack.jetbrains.com/issue/KTOR-2121">KTOR-2121</a>)</li> <li>HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (<a href="https://youtrack.jetbrains.com/issue/KTOR-6505">KTOR-6505</a>)</li> <li>CORS: <code>allowHost</code> without the second argument doesn't allow the secure host (<a href="https://youtrack.jetbrains.com/issue/KTOR-6494">KTOR-6494</a>)</li> <li>"ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (<a href="https://youtrack.jetbrains.com/issue/KTOR-5978">KTOR-5978</a>)</li> <li>MDC diagnostic value is changed during logging of the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6528">KTOR-6528</a>)</li> <li>WebSocket doesn't get terminated when runBlocking is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6664">KTOR-6664</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6396">KTOR-6396</a>)</li> <li>RequestConnectionPoint should implement toString() (<a href="https://youtrack.jetbrains.com/issue/KTOR-6577">KTOR-6577</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md">io.ktor:ktor-client-mock's changelog</a>.</em></p> <blockquote> <h1>2.3.8</h1> <blockquote> <p>Published 31 January 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>"KeyStoreException: JKS not found" exception on Android when configuring secure connection (<a href="https://youtrack.jetbrains.com/issue/KTOR-6720">KTOR-6720</a>)</li> <li><code>URLBuilder</code> crashes on React Native platforms (<a href="https://youtrack.jetbrains.com/issue/KTOR-6576">KTOR-6576</a>)</li> <li>CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6366">KTOR-6366</a>)</li> <li>ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (<a href="https://youtrack.jetbrains.com/issue/KTOR-6420">KTOR-6420</a>)</li> <li>High Native Server Memory Usage (<a href="https://youtrack.jetbrains.com/issue/KTOR-6321">KTOR-6321</a>)</li> <li>Server ContentNegotiation no longer allows multiple decoders for one Content-Type (<a href="https://youtrack.jetbrains.com/issue/KTOR-5410">KTOR-5410</a>)</li> <li>Logging plugin blocks response body streaming when level is BODY (<a href="https://youtrack.jetbrains.com/issue/KTOR-6482">KTOR-6482</a>)</li> <li>WebSockets: Confusing error message when server doesn't respond with Upgrade (<a href="https://youtrack.jetbrains.com/issue/KTOR-6397">KTOR-6397</a>)</li> <li>{...} (tailcard) does not match URLs ending with '/' (<a href="https://youtrack.jetbrains.com/issue/KTOR-2121">KTOR-2121</a>)</li> <li>HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (<a href="https://youtrack.jetbrains.com/issue/KTOR-6505">KTOR-6505</a>)</li> <li>CORS: <code>allowHost</code> without the second argument doesn't allow the secure host (<a href="https://youtrack.jetbrains.com/issue/KTOR-6494">KTOR-6494</a>)</li> <li>"ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (<a href="https://youtrack.jetbrains.com/issue/KTOR-5978">KTOR-5978</a>)</li> <li>MDC diagnostic value is changed during logging of the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6528">KTOR-6528</a>)</li> <li>WebSocket doesn't get terminated when runBlocking is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6664">KTOR-6664</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6396">KTOR-6396</a>)</li> <li>RequestConnectionPoint should implement toString() (<a href="https://youtrack.jetbrains.com/issue/KTOR-6577">KTOR-6577</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/65c8ddbd26cd81127dc6dea74f72de2d31bc122c"><code>65c8ddb</code></a> Add changelog for 2.3.8 (<a href="https://redirect.github.com/ktorio/ktor/issues/3975">#3975</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/9a81f73468e961dbcbf47fd1888ed96295a7913b"><code>9a81f73</code></a> Release 2.3.8</li> <li><a href="https://github.com/ktorio/ktor/commit/5210727ca65f19a22dff73e0818fa7dcbb5d634a"><code>5210727</code></a> Update yarn.lock</li> <li><a href="https://github.com/ktorio/ktor/commit/84884511aba4eb0011825594d1d50ee1f4eb630d"><code>8488451</code></a> fix(deps): update dropwizard.version to v4.2.25 (<a href="https://redirect.github.com/ktorio/ktor/issues/3962">#3962</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/710cc009aa12c73c9359731e6bb1cb6be7509b38"><code>710cc00</code></a> fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to...</li> <li><a href="https://github.com/ktorio/ktor/commit/951246c5066a2d3793c47ef92b40a56ff6331fe4"><code>951246c</code></a> fix(deps): update netty monorepo to v4.1.106.final (<a href="https://redirect.github.com/ktorio/ktor/issues/3954">#3954</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/04df97c6c95d25a2ed85b5415d21f1414f76694c"><code>04df97c</code></a> Update TLS.kt with docs about coroutineContext parameter (<a href="https://redirect.github.com/ktorio/ktor/issues/3952">#3952</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/e0bc6f64845de9b395460bb034ef8e8264a1e248"><code>e0bc6f6</code></a> Remove leading whitespace in service configuration (<a href="https://redirect.github.com/ktorio/ktor/issues/3947">#3947</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/30329226588542b79d69b8dd74abc0eaa162667d"><code>3032922</code></a> fix(deps): update tomcat.version to v9.0.85 (<a href="https://redirect.github.com/ktorio/ktor/issues/3921">#3921</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/620b4b67f7f52703044ba83579c1d2853c8684b3"><code>620b4b6</code></a> KTOR-6664 Cancel pending incoming messages if the session is closing (<a href="https://redirect.github.com/ktorio/ktor/issues/3939">#3939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/2.3.7...2.3.8">compare view</a></li> </ul> </details> <br /> Updates `io.ktor:ktor-client-mock-jvm` from 2.3.7 to 2.3.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-mock-jvm's releases</a>.</em></p> <blockquote> <h2>2.3.8</h2> <blockquote> <p>Published 31 January 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>"KeyStoreException: JKS not found" exception on Android when configuring secure connection (<a href="https://youtrack.jetbrains.com/issue/KTOR-6720">KTOR-6720</a>)</li> <li><code>URLBuilder</code> crashes on React Native platforms (<a href="https://youtrack.jetbrains.com/issue/KTOR-6576">KTOR-6576</a>)</li> <li>CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6366">KTOR-6366</a>)</li> <li>ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (<a href="https://youtrack.jetbrains.com/issue/KTOR-6420">KTOR-6420</a>)</li> <li>High Native Server Memory Usage (<a href="https://youtrack.jetbrains.com/issue/KTOR-6321">KTOR-6321</a>)</li> <li>Server ContentNegotiation no longer allows multiple decoders for one Content-Type (<a href="https://youtrack.jetbrains.com/issue/KTOR-5410">KTOR-5410</a>)</li> <li>Logging plugin blocks response body streaming when level is BODY (<a href="https://youtrack.jetbrains.com/issue/KTOR-6482">KTOR-6482</a>)</li> <li>WebSockets: Confusing error message when server doesn't respond with Upgrade (<a href="https://youtrack.jetbrains.com/issue/KTOR-6397">KTOR-6397</a>)</li> <li>{...} (tailcard) does not match URLs ending with '/' (<a href="https://youtrack.jetbrains.com/issue/KTOR-2121">KTOR-2121</a>)</li> <li>HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (<a href="https://youtrack.jetbrains.com/issue/KTOR-6505">KTOR-6505</a>)</li> <li>CORS: <code>allowHost</code> without the second argument doesn't allow the secure host (<a href="https://youtrack.jetbrains.com/issue/KTOR-6494">KTOR-6494</a>)</li> <li>"ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (<a href="https://youtrack.jetbrains.com/issue/KTOR-5978">KTOR-5978</a>)</li> <li>MDC diagnostic value is changed during logging of the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6528">KTOR-6528</a>)</li> <li>WebSocket doesn't get terminated when runBlocking is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6664">KTOR-6664</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6396">KTOR-6396</a>)</li> <li>RequestConnectionPoint should implement toString() (<a href="https://youtrack.jetbrains.com/issue/KTOR-6577">KTOR-6577</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md">io.ktor:ktor-client-mock-jvm's changelog</a>.</em></p> <blockquote> <h1>2.3.8</h1> <blockquote> <p>Published 31 January 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>"KeyStoreException: JKS not found" exception on Android when configuring secure connection (<a href="https://youtrack.jetbrains.com/issue/KTOR-6720">KTOR-6720</a>)</li> <li><code>URLBuilder</code> crashes on React Native platforms (<a href="https://youtrack.jetbrains.com/issue/KTOR-6576">KTOR-6576</a>)</li> <li>CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6366">KTOR-6366</a>)</li> <li>ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (<a href="https://youtrack.jetbrains.com/issue/KTOR-6420">KTOR-6420</a>)</li> <li>High Native Server Memory Usage (<a href="https://youtrack.jetbrains.com/issue/KTOR-6321">KTOR-6321</a>)</li> <li>Server ContentNegotiation no longer allows multiple decoders for one Content-Type (<a href="https://youtrack.jetbrains.com/issue/KTOR-5410">KTOR-5410</a>)</li> <li>Logging plugin blocks response body streaming when level is BODY (<a href="https://youtrack.jetbrains.com/issue/KTOR-6482">KTOR-6482</a>)</li> <li>WebSockets: Confusing error message when server doesn't respond with Upgrade (<a href="https://youtrack.jetbrains.com/issue/KTOR-6397">KTOR-6397</a>)</li> <li>{...} (tailcard) does not match URLs ending with '/' (<a href="https://youtrack.jetbrains.com/issue/KTOR-2121">KTOR-2121</a>)</li> <li>HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (<a href="https://youtrack.jetbrains.com/issue/KTOR-6505">KTOR-6505</a>)</li> <li>CORS: <code>allowHost</code> without the second argument doesn't allow the secure host (<a href="https://youtrack.jetbrains.com/issue/KTOR-6494">KTOR-6494</a>)</li> <li>"ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (<a href="https://youtrack.jetbrains.com/issue/KTOR-5978">KTOR-5978</a>)</li> <li>MDC diagnostic value is changed during logging of the request (<a href="https://youtrack.jetbrains.com/issue/KTOR-6528">KTOR-6528</a>)</li> <li>WebSocket doesn't get terminated when runBlocking is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6664">KTOR-6664</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6396">KTOR-6396</a>)</li> <li>RequestConnectionPoint should implement toString() (<a href="https://youtrack.jetbrains.com/issue/KTOR-6577">KTOR-6577</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/65c8ddbd26cd81127dc6dea74f72de2d31bc122c"><code>65c8ddb</code></a> Add changelog for 2.3.8 (<a href="https://redirect.github.com/ktorio/ktor/issues/3975">#3975</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/9a81f73468e961dbcbf47fd1888ed96295a7913b"><code>9a81f73</code></a> Release 2.3.8</li> <li><a href="https://github.com/ktorio/ktor/commit/5210727ca65f19a22dff73e0818fa7dcbb5d634a"><code>5210727</code></a> Update yarn.lock</li> <li><a href="https://github.com/ktorio/ktor/commit/84884511aba4eb0011825594d1d50ee1f4eb630d"><code>8488451</code></a> fix(deps): update dropwizard.version to v4.2.25 (<a href="https://redirect.github.com/ktorio/ktor/issues/3962">#3962</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/710cc009aa12c73c9359731e6bb1cb6be7509b38"><code>710cc00</code></a> fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to...</li> <li><a href="https://github.com/ktorio/ktor/commit/951246c5066a2d3793c47ef92b40a56ff6331fe4"><code>951246c</code></a> fix(deps): update netty monorepo to v4.1.106.final (<a href="https://redirect.github.com/ktorio/ktor/issues/3954">#3954</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/04df97c6c95d25a2ed85b5415d21f1414f76694c"><code>04df97c</code></a> Update TLS.kt with docs about coroutineContext parameter (<a href="https://redirect.github.com/ktorio/ktor/issues/3952">#3952</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/e0bc6f64845de9b395460bb034ef8e8264a1e248"><code>e0bc6f6</code></a> Remove leading whitespace in service configuration (<a href="https://redirect.github.com/ktorio/ktor/issues/3947">#3947</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/30329226588542b79d69b8dd74abc0eaa162667d"><code>3032922</code></a> fix(deps): update tomcat.version to v9.0.85 (<a href="https://redirect.github.com/ktorio/ktor/issues/3921">#3921</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/620b4b67f7f52703044ba83579c1d2853c8684b3"><code>620b4b6</code></a> KTOR-6664 Cancel pending incoming messages if the session is closing (<a href="https://redirect.github.com/ktorio/ktor/issues/3939">#3939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/2.3.7...2.3.8">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>
- Loading branch information