dependabot[bot] opened a new pull request, #8: URL: https://github.com/apache/beam-swift/pull/8
Bumps [github.com/apple/swift-nio](https://github.com/apple/swift-nio) from 2.84.0 to 2.101.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apple/swift-nio/releases">github.com/apple/swift-nio's releases</a>.</em></p> <blockquote> <h2>2.101.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>SemVer Minor</h3> <ul> <li>Add <code>getMultipleIntegers</code> and <code>setMultipleIntegers</code> API on <code>ByteBuffer</code> by <a href="https://github.com/adityasingh2400"><code>@adityasingh2400</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3606">apple/swift-nio#3606</a></li> </ul> <h3>SemVer Patch</h3> <ul> <li>Don't fatalError if <code>NIOTypedHTTPServerUpgraderStateMachine</code> is in state finished when finding upgrader by <a href="https://github.com/adam-fowler"><code>@adam-fowler</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3597">apple/swift-nio#3597</a></li> <li>Fix <code>readInlineArray</code> reading from the wrong index when readerIndex is non-zero by <a href="https://github.com/adityasingh2400"><code>@adityasingh2400</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3605">apple/swift-nio#3605</a></li> <li>NIOWebSocket: reject 8-byte payload lengths that exceed <code>Int.max</code> by <a href="https://github.com/g0w6y"><code>@g0w6y</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3603">apple/swift-nio#3603</a></li> <li>NonBlockingFileIO: error instead of silently truncating oversized reads by <a href="https://github.com/adityasingh2400"><code>@adityasingh2400</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3607">apple/swift-nio#3607</a></li> <li>[NIOFileSystem] Fallback to rename when <code>renameat2</code> is not available by <a href="https://github.com/madsodgaard"><code>@madsodgaard</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3612">apple/swift-nio#3612</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Support multiple benchmark packages per macOS workflow invocation by <a href="https://github.com/rnro"><code>@rnro</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3602">apple/swift-nio#3602</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adityasingh2400"><code>@adityasingh2400</code></a> made their first contribution in <a href="https://redirect.github.com/apple/swift-nio/pull/3605">apple/swift-nio#3605</a></li> <li><a href="https://github.com/g0w6y"><code>@g0w6y</code></a> made their first contribution in <a href="https://redirect.github.com/apple/swift-nio/pull/3603">apple/swift-nio#3603</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apple/swift-nio/compare/2.100.0...2.101.0">https://github.com/apple/swift-nio/compare/2.100.0...2.101.0</a></p> <h2>2.100.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>SemVer Minor</h3> <ul> <li>Add helpers for reading length-prefixed things by <a href="https://github.com/fpseverino"><code>@fpseverino</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3589">apple/swift-nio#3589</a></li> <li>Add dnsResolver configuration option for randomized DNS load balancing by <a href="https://github.com/pavansai1"><code>@pavansai1</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3577">apple/swift-nio#3577</a></li> <li>Add configurable HTTP/1 decoder parsing limits by <a href="https://github.com/fabianfett"><code>@fabianfett</code></a></li> </ul> <h3>SemVer Patch</h3> <ul> <li>make internal FTSInfo take CInt by <a href="https://github.com/weissi"><code>@weissi</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3586">apple/swift-nio#3586</a></li> <li>Strip Transfer-Encoding when Content-Length is present in HTTPEncoder by <a href="https://github.com/fabianfett"><code>@fabianfett</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3583">apple/swift-nio#3583</a></li> <li>Makes NIOCore target compile on FreeBSD by <a href="https://github.com/rafaelcepeda"><code>@rafaelcepeda</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3587">apple/swift-nio#3587</a></li> <li>Allow concurrent createDirectory calls with shared ancestor paths by <a href="https://github.com/dStern98"><code>@dStern98</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3598">apple/swift-nio#3598</a></li> <li>[Android] Gate <code>getifaddrs</code> behind API 24 availability by <a href="https://github.com/madsodgaard"><code>@madsodgaard</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3506">apple/swift-nio#3506</a></li> <li>Ensure HTTP Request Uri and Method as well as HTTP Response Reasons only contain allowed bytes by <a href="https://github.com/fabianfett"><code>@fabianfett</code></a></li> <li>Add additional validation that we don't overflow the ByteBuffers capacity by <a href="https://github.com/fabianfett"><code>@fabianfett</code></a></li> </ul> <h3>Other Changes</h3> <ul> <li>Disable nightly until 6.4 builds are available by <a href="https://github.com/kukushechkin"><code>@kukushechkin</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3585">apple/swift-nio#3585</a></li> <li>Deprecate Xcode version inputs in macos_tests.yml by <a href="https://github.com/rnro"><code>@rnro</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3590">apple/swift-nio#3590</a></li> <li>Remove defunct Xcode version inputs from <code>macos_tests.yml</code> by <a href="https://github.com/rnro"><code>@rnro</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3591">apple/swift-nio#3591</a></li> <li>Remove <code>linux_nightly_6_1_enabled</code> shim from workflow inputs by <a href="https://github.com/rnro"><code>@rnro</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3599">apple/swift-nio#3599</a></li> <li>Fix doubled 'the' in NIOAsyncChannel upgrade docs by <a href="https://github.com/LeSingh1"><code>@LeSingh1</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3600">apple/swift-nio#3600</a></li> <li>Speed up the tests by <a href="https://github.com/fabianfett"><code>@fabianfett</code></a> in <a href="https://redirect.github.com/apple/swift-nio/pull/3601">apple/swift-nio#3601</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fpseverino"><code>@fpseverino</code></a> made their first contribution in <a href="https://redirect.github.com/apple/swift-nio/pull/3589">apple/swift-nio#3589</a></li> <li><a href="https://github.com/dStern98"><code>@dStern98</code></a> made their first contribution in <a href="https://redirect.github.com/apple/swift-nio/pull/3598">apple/swift-nio#3598</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apple/swift-nio/commit/77b84ac2cd2ac9e4ac67d19f045fd5b434f56967"><code>77b84ac</code></a> [NIOFileSystem] Fallback to rename when <code>renameat2</code> is not available (<a href="https://redirect.github.com/apple/swift-nio/issues/3612">#3612</a>)</li> <li><a href="https://github.com/apple/swift-nio/commit/03848cb0cc021cc7f25316c4c7c31d264a89da6c"><code>03848cb</code></a> NonBlockingFileIO: error instead of silently truncating oversized reads (<a href="https://redirect.github.com/apple/swift-nio/issues/3607">#3607</a>)</li> <li><a href="https://github.com/apple/swift-nio/commit/9ebe69d269deeef60700df7e793e52173f65f190"><code>9ebe69d</code></a> Add get/setMultipleIntegers on ByteBuffer (<a href="https://redirect.github.com/apple/swift-nio/issues/3606">#3606</a>)</li> <li><a href="https://github.com/apple/swift-nio/commit/4e370dc4d750d1e971a05c83cacb282512567546"><code>4e370dc</code></a> NIOWebSocket: reject 8-byte payload lengths that exceed Int.max (<a href="https://redirect.github.com/apple/swift-nio/issues/3603">#3603</a>)</li> <li><a href="https://github.com/apple/swift-nio/commit/d20fa05a645cfe2fcf362ee47719f9a42242eb74"><code>d20fa05</code></a> Fix readInlineArray reading from the wrong index when readerIndex is non-zero...</li> <li><a href="https://github.com/apple/swift-nio/commit/9670fe1d683d2801a9d31bd152c240fd6a8cb7ec"><code>9670fe1</code></a> Don't fatalError if NIOTypedHTTPServerUpgraderStateMachine is in state finish...</li> <li><a href="https://github.com/apple/swift-nio/commit/158030ef5378c7503be4f85d2045280b1674ddcd"><code>158030e</code></a> Support multiple benchmark packages per macOS workflow invocation (<a href="https://redirect.github.com/apple/swift-nio/issues/3602">#3602</a>)</li> <li><a href="https://github.com/apple/swift-nio/commit/57c0a08a331aaea9f5d7a932ad94ef43be942a95"><code>57c0a08</code></a> Speed up the tests (<a href="https://redirect.github.com/apple/swift-nio/issues/3601">#3601</a>)</li> <li><a href="https://github.com/apple/swift-nio/commit/b24872d3aa4a4d31057a922e72db0c04c8e909be"><code>b24872d</code></a> Merge commit from fork</li> <li><a href="https://github.com/apple/swift-nio/commit/87f935b70c5ed41e45d7e3be3cd39f122d872da3"><code>87f935b</code></a> Merge commit from fork</li> <li>Additional commits viewable in <a href="https://github.com/apple/swift-nio/compare/2.84.0...2.101.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/beam-swift/network/alerts). </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]
