google-auth-library-swift icon indicating copy to clipboard operation
google-auth-library-swift copied to clipboard

chore(deps): update dependency apple/swift-nio to from: "2.76.1"

Open renovate-bot opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Update Change
apple/swift-nio minor from: "2.59.0" -> from: "2.76.1"

Release Notes

apple/swift-nio (apple/swift-nio)

v2.76.1: SwiftNIO 2.76.1

Compare Source

What's Changed

SemVer Patch

Full Changelog: https://github.com/apple/swift-nio/compare/2.76.0...2.76.1

v2.76.0: SwiftNIO 2.76.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: https://github.com/apple/swift-nio/compare/2.75.0...2.76.0

v2.75.0: SwiftNIO 2.75.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: https://github.com/apple/swift-nio/compare/2.74.0...2.75.0

v2.74.0: SwiftNIO 2.74.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch

Full Changelog: https://github.com/apple/swift-nio/compare/2.73.0...2.74.0

v2.73.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: https://github.com/apple/swift-nio/compare/2.72.0...2.73.0

v2.72.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch

New Contributors

Full Changelog: https://github.com/apple/swift-nio/compare/2.71.0...2.72.0

v2.71.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: https://github.com/apple/swift-nio/compare/2.70.0...2.71.0

v2.70.0: SwiftNIO 2.70.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: https://github.com/apple/swift-nio/compare/2.69.0...2.70.0

v2.69.0: SwiftNIO 2.69.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

Full Changelog: https://github.com/apple/swift-nio/compare/2.68.0...2.69.0

v2.68.0: SwiftNIO 2.68.0

Compare Source

SemVer Minor
  • NIOSendableBox: allow off-loop initialisation iff Value is Sendable (#​2753)
SemVer Patch
  • Throw an appropriate error from the writer when the channel closed (#​2744)
Other Changes

v2.67.0: SwiftNIO 2.67.0

Compare Source

SemVer Minor
  • Add API for setting last accessed and last modified file times (#​2735)
SemVer Patch
Other Changes
  • Update availability guard on tests (#​2739)

v2.66.0: SwiftNIO 2.66.0

Compare Source

SemVer Minor
  • Add ByteBuffer support to BufferedWriter (#​2707)
  • Add withTemporaryDirectory (#​2708)
  • Replace R with ReturnType (#​2709)
  • Add a version of 'write' for ByteBuffer to WritableFileHandleProtocol (#​2730)
SemVer Patch
  • Remove surplus Sendable requirements from FileSystem with methods (#​2706)
  • concurrency takeover safe for 6.0 (#​2710)
  • Release file handles back to caller on failure to take ownership (#​2715)
  • clean up @​retroactive conformances (#​2719)
  • Remove storage indirection for FileSystemError (#​2726)
  • Improve rename error (#​2731)
  • Add a fallback path if renameat2 fails (#​2733)
Other Changes
  • Fix race in TCPThroughputBenchmark (#​2724, patch credit to @​ser-0xff)
  • Exclude unused privacy manifests. (#​2716)
  • No longer need test discovery command line. (#​2717)
  • Update PosixSingletons+ConcurrencyTakeOver.swift (#​2721)
  • Add slack to rst allocation tests (#​2722)
  • testSimpleMPTCP should not fail for ENOPROTOOPT (#​2725)

v2.65.0: SwiftNIO 2.65.0

Compare Source

Important changes to the NIOFileSystem module

The NIOFileSystem module has been renamed _NIOFileSystem to make it more obvious that it isn't yet stable API.

The existing NIOFileSystem module currently re-exports _NIOFileSystem and will be removed in the next minor release. You should update your imports accordingly to avoid being broken by the next release.

SemVer Minor
  • Add NIOBSDSocket.Option for SO_BROADCAST (#​2678)
  • Add delegate for collecting EventLoop tick metrics (#​2608)
  • Raise minimum Swift version to 5.8 (#​2675)
  • Expose NIOThreadPool.numberOfThreads publicly. (#​2676)
  • Prevent BufferedWriter from producing empty files (#​2677)
  • Change BufferedReader.read(while:) signature (#​2688)
  • Added file and line to NIOAsyncWriterError description (#​2693)
  • Add a helper for setting or cascading optional promises (#​2697)
  • Underscore the NIOFileSystem module (#​2683, #​2689)
SemVer Patch
  • Add cancellation to NIOThreadPool's async runIfActive (#​2679)
  • Handle 'atomically' created files more gracefully when detached (#​2682)
  • Remove DispatchGroup and replace with condvar (#​2687)
  • Use NIOThreadPool in NIOFileSystem (#​2692)
  • Add privacy manifest (#​2695)
  • Retain a ref to NIOAsyncWriter until channel active (#​2703)
Other Changes
  • Clarify Client/Server column headers (#​2691, patch credit to @​davedelong)
  • Add support for SWIFTCI_USE_LOCAL_DEPS convention (#​2699)
  • Update issue template link in SECURITY.md (#​2680)
  • Remove temp directories after tests (#​2690)
  • Tolerate IPv6 address resolution failure (#​2704)

v2.64.0: SwiftNIO 2.64.0

Compare Source

Strict Concurrency Checks

The SwiftNIO team are currently in the process of making SwiftNIO warning free under strict concurrency checking.

If you experience new Sendable related warnings that you can't work around then please file an issue.

SemVer Minor
  • Track execute() and enqueue() tasks separately from scheduled tasks. (#​2645)
  • Conform NIOIPProtocol to Sendable (#​2655)
  • Add some more Sendable annotations to NIOCore (#​2656)
  • Migrate to syncOperations in more places (#​2661)
SemVer Patch
  • Conditionally define RENAME_* macros (#​2643, patch credit to @​Austinpayne)
  • Build the new FileSystem module for Android (#​2660, patch credit to @​finagolfin)
  • Only compile FileSystem on some platforms (#​2636)
  • Remove @unchecked Sendable conformance from ChannelOptions.Storage (#​2638)
  • Pass initial offset to BufferedReader.init (#​2642)
  • Don't drop bytes from the buffered reader when reading short (#​2646)
  • Introduce assumeIsolated() methods on EventLoop, EventLoopPromise and EventLoopFuture (#​2657)
  • Fix CoW performance bug in NIOThreadPool work queue (#​2669)
Other Changes
  • Remove unreliable SchedulingBenchmark (#​2650)
  • Fix up the markdown output generated by scripts/analyze_performance_results.rb (#​2651)
  • Remove large temp file after FileSystem tests (#​2658)
  • Fix memory allocations counters on macOS. (#​2673)

v2.63.0: SwiftNIO 2.63.0

Compare Source

This release includes a new module, NIOFileSystem, for asynchronously interacting with the filesystem. The module isn't yet considered public API and is therefore available via the _NIOFileSystem product. We plan to stabilise the API soon and welcome feedback in the meantime. You can learn more about NIOFileSystem by reading the documentation.

SemVer Minor
SemVer Patch
  • Changes to support building with Musl (#​2595 and #​2628, patch credit to @​al45tair)
  • Build for Android with NDK 26, by accounting for the new nullability annotations (#​2600, patch credit to @​finagolfin)
  • Fix warnings caused by not defining the feature macros. (#​2606, patch credit to @​al45tair)
  • [arch] Add arm64_32 to the 32-bit platform check (#​2625, patch credit to @​hyerra)
  • Remove precondition on result of IOCTL_VM_SOCKETS_GET_LOCAL_CID (#​2588)
  • Add missing availability guards in tests (#​2596)
  • Add NIOAsyncWriterSinkDelegate._didSuspend hook for testing (#​2597)
  • Suppress the performance checker warning by being sneaky (#​2620)
  • Avoid confstr on Android (#​2627)
Other Changes
  • Update APNSwift Repository Link in README.md (#​2602, patch credit to @​Ryu0118)
  • Add tests to validate the behaviour when requests/response content-length headers are wrong in HTTP1 (#​2601)
  • Fix test availability annotations (#​2607)
  • Fix warnings when building tests on Swift 5.9.2 Linux (#​2610)
  • Set SWIFT_VERSION environment variable to resolve to the correct benchmarks thresholds path (#​2613)
  • Add cxx interop build pipeline (#​2614)
  • Fix the broken performance test binary (#​2619)
  • Fix broken tests (#​2621)
  • Fix NIOAsyncChannel allocation benchmarks (#​2622)
  • Add additional guards in tests for mocking (#​2624)
  • Avoid overflow in tests where Int is 32-bit (#​2626)

v2.62.0: SwiftNIO 2.62.0

Compare Source

SemVer Minor
  • Add executeThenClose to NIOAsyncChannel and deprecate deinit based closing methods & inits (#​2589, #​2592)
  • Revert "Back out new typed HTTP protocol upgrader (#​2579)" and add compiler guards (#​2593, #​2594)
SemVer Patch
  • Fixing an issue with CNIOSHA1 missing an #include for the BYTE_ORDER define. (#​2584)
  • Fix spelling of retroactive guard (#​2586)
  • Fix reordering/reentrancy bug in NIOAsyncWriter + NIOAsyncChannel (#​2587)

v2.61.1: SwiftNIO 2.61.1

Compare Source

SemVer Patch
  • use feature-specific guard for @retroactive (#​2581)

v2.61.0: SwiftNIO 2.61.0

Compare Source

SemVer Minor
  • Add async version of NIOThreadPool.runIfActive (#​2566, patch credit to @​adam-fowler)
  • 🚨Breaking change 🚨 Back out new typed HTTP protocol upgrader (#​2579)
    • We had to back out the typed HTTP protocol upgrade APIs since they were causing a runtime crash for our users. This is allowed under SemVer rules even if it is a breaking change. Once the compiler bug has been fixed we will try to land the new APIs again.
SemVer Patch
  • Fix exclusive access violation in NIOAsyncChannelOutboundWriterHandler (#​2580)
Other Changes

v2.60.0: SwiftNIO 2.60.0

Compare Source

New async APIs (former AsyncChannel SPI)

With this release we are stabilizing the AsyncChannel SPI and promote it to API. The following changes have been made to finalize the new APIs.

General and performance changes
  • Improve performance of NIOAsyncChannel (#​2539)
  • Remove SPI from NIOAsyncChannel and new bootstrap methods (#​2548)
  • Add docs for the async NIO APIs (#​2549)
  • Update the concurrency documentation (#​2529)
  • Add NIOAsyncChannel benchmark (#​2536)
  • Add support for async VSock bootstrap methods (#​2561)
Typed HTTP upgrading
  • Introduce new typed HTTPServerUpgrader and WebSocketServerUpgrader (#​2517)
  • Introduce new typed HTTPClientUpgrader and WebSocketClientUpgrader (#​2526)
Breaking

The following were breaking changes to the SPI.

  • 🚨Remove ProtocolNegotiationHandler protocol (#​2519)
  • 🚨Align back pressure naming (#​2527)
  • 🚨Make NIOAsyncChannel a struct (#​2528)
  • 🚨Remove NIOProtocolNegotiationResult (#​2554)
SemVer Minor
  • Add jitter support to recurring tasks (#​2542, patch credit to @​LorenzoFritzsch)
  • Bump minimum Swift version to 5.7 (#​2524)
  • Add customization point for scheduling ExecutorJobs on EventLoops (#​2538)
  • Support disabling body aggregation in NIOHTTP1TestServer (#​2563)
  • Add support for unidirectional NIOPipeBootstrap (#​2560)
SemVer Patch
  • Fix failed c++ compile of CNIOAtomics.h (#​2518, patch credit to @​saintstack)
  • Fix CNIOSHA1.h to support C++ interoperability (#​2523, patch credit to @​yaglo)
  • Fix overflow in TimeAmount (#​2543, patch credit to @​LorenzoFritzsch)
  • Avoid terminating when a precondition is not met in HTTPServerPipelineHandler (#​2550)
  • Fix Sendable warning in NIOPipeBoostrap (#​2530)
  • Tolerate empty HTTP response body parts (#​2531)
  • Call NIOAsyncWriterSinkDelegate outside of the lock (#​2547)
  • Fix test availability for tests (#​2533)
  • Fix Sendable conformance for Lock (#​2556)
  • Remove continuation resumption inside locks (#​2558)
  • NonBlockingFileIO: tolerate chunk handlers from other EventLoops (#​2562)
  • Mark retroactive conformances appropriately. (#​2569)
Other Changes
  • Fix missing whitespace in README.md (#​2535)
  • Fix flakiness in testDelayedUpgradeBehaviour (#​2557)
  • Add autogenerated files from VSCode to .gitignore (#​2567, patch credit to @​adam-fowler)
  • Mention file length in bytes in readFileSize explicitly (#​2572)
  • Adopt package-benchmark (#​2534)
  • Fix thread-safety issues in TCPThroughputBenchmark (#​2537)
  • perf tests: reset ByteBuffer indices after every iteration (#​2544)
  • measureRunTime use DispatchTime (#​2545)
  • Fix flaky testRemovesAllHTTPRelatedHandlersAfterUpgrade test (#​2552)
  • waitForUpgraderToBeRemoved availability guard (#​2559)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-bot avatar Oct 25 '23 10:10 renovate-bot