chore(deps): update all non-major dependencies #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "2.67.0"
->from: "2.81.0"
from: "1.2.1"
->from: "1.7.0"
from: "1.4.0"
->from: "1.8.0"
from: "4.102.0"
->from: "4.113.2"
Release Notes
apple/swift-nio (apple/swift-nio)
v2.81.0
: SwiftNIO 2.81.0Compare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
Full Changelog: apple/swift-nio@2.80.0...2.81.0
v2.80.0
: SwiftNIO 2.80.0Compare Source
What's Changed
SemVer Minor
String(contentsOf: FilePath ...)
by @natikgadzhi in https://github.com/apple/swift-nio/pull/3048Int(buffer:)
initializer toFixedWidthInteger
types by @natikgadzhi in https://github.com/apple/swift-nio/pull/3047SemVer Patch
flatScheduleTask
by @clintonpi in https://github.com/apple/swift-nio/pull/3079NIOFileSystem
: Try ${TMPDIR} first for temporary directory by @natikgadzhi in https://github.com/apple/swift-nio/pull/3067Other Changes
Full Changelog: apple/swift-nio@2.79.0...2.80.0
v2.79.0
: SwiftNIO 2.79.0Compare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-nio@2.78.0...2.79.0
v2.78.0
: SwiftNIO 2.78.0Compare Source
What's Changed
This release contains a number of features that have been added to enable the SwiftNIO ecosystem to adopt strict concurrency checking and the Swift 6 language mode more easily. In particular, this release migrates NIOCore and NIOEmbedded, two critical and widespread dependencies.
This release also contains new tools for making adoption easier, in particular the isolated views of
EventLoop
,EventLoopPromise
, andEventLoopFuture
. For more details on how to use these types to make adoption of strict concurrency easier, please see our documentation on the relationship betweenEventLoop
s,EventLoopFuture
s, and Swift's concurrency model.More work in this area is ongoing, and will be released in subsequent versions.
SemVer Minor
SemVer Patch
fastRebase
implementation by @clintonpi in https://github.com/apple/swift-nio/pull/3014closeFuture
instead of close promise inNIOAsyncChannel
'sexecuteThenClose
by @gjcairo in https://github.com/apple/swift-nio/pull/3032Other Changes
New Contributors
v2.77.0
: SwiftNIO 2.77.0Compare Source
What's Changed
SemVer Minor
SemVer Patch
NIOAsyncSequenceProducer
watermark strategy. by @FranzBusch in https://github.com/apple/swift-nio/pull/2952Other Changes
Full Changelog: apple/swift-nio@2.76.1...2.77.0
v2.76.1
: SwiftNIO 2.76.1Compare Source
What's Changed
SemVer Patch
Full Changelog: apple/swift-nio@2.76.0...2.76.1
v2.76.0
: SwiftNIO 2.76.0Compare Source
What's Changed
SemVer Minor
EventLoopFuture
andEventLoopPromise
under strict concurrency checking by @FranzBusch in https://github.com/apple/swift-nio/pull/2654SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-nio@2.75.0...2.76.0
v2.75.0
: SwiftNIO 2.75.0Compare Source
What's Changed
SemVer Minor
ByteCount
by @clintonpi in https://github.com/apple/swift-nio/pull/2909removeHandler(context: ChannelHandlerContext)
to SynchronousOperations of ChannelPipeline by @supersonicbyte in https://github.com/apple/swift-nio/pull/2912SemVer Patch
ByteBuffer
can tolerate by @clintonpi in https://github.com/apple/swift-nio/pull/2911Other Changes
New Contributors
Full Changelog: apple/swift-nio@2.74.0...2.75.0
v2.74.0
: SwiftNIO 2.74.0Compare Source
What's Changed
SemVer Minor
SemVer Patch
Full Changelog: apple/swift-nio@2.73.0...2.74.0
v2.73.0
Compare Source
What's Changed
SemVer Minor
ByteBuffer
's description more useful by @supersonicbyte in https://github.com/apple/swift-nio/pull/2864UDP_MAX_SEGMENTS
via System by @rnro in https://github.com/apple/swift-nio/pull/2891ChannelOption
to get the amount of buffered outbound data in the Channel by @johnnzhou in https://github.com/apple/swift-nio/pull/2849AcceptBackoffHandler
to the async server bootstraps by @FranzBusch in https://github.com/apple/swift-nio/pull/2782SemVer Patch
WebSocketFrame
by @supersonicbyte in https://github.com/apple/swift-nio/pull/2862description
and addingdebugDescription
toNIOAny
by @supersonicbyte in https://github.com/apple/swift-nio/pull/2866ByteBuffer.debugDescription
suitable for structural display by @dnadoba in https://github.com/apple/swift-nio/pull/2495NIOSingleStepByteToMessageDecoder
reentrancy safety by @rnro in https://github.com/apple/swift-nio/pull/2881NIOThrowingAsyncSequenceProducer
by @rnro in https://github.com/apple/swift-nio/pull/2879NIOThrowingAsyncSequenceProducer
(#2879)" by @rnro in https://github.com/apple/swift-nio/pull/2892EmbeddedEventLoop
by @aryan-25 in https://github.com/apple/swift-nio/pull/2890Other Changes
.in
and.cmake
files by @FranzBusch in https://github.com/apple/swift-nio/pull/2870New Contributors
Full Changelog: apple/swift-nio@2.72.0...2.73.0
v2.72.0
Compare Source
What's Changed
SemVer Minor
SemVer Patch
assumeIsolated
work with SerialExecutors that are backed by EventLoops by @fabianfett in https://github.com/apple/swift-nio/pull/2865New Contributors
Full Changelog: apple/swift-nio@2.71.0...2.72.0
v2.71.0
Compare Source
What's Changed
SemVer Minor
NIOConcurrencyHelpers
by @Lukasa in https://github.com/apple/swift-nio/pull/2832_NIODataStructures
by @Lukasa in https://github.com/apple/swift-nio/pull/2835NIOTooManyBytesError
by @cmcgee1024 in https://github.com/apple/swift-nio/pull/2831SemVer Patch
_NIOBase64
by @Lukasa in https://github.com/apple/swift-nio/pull/2838Other Changes
ubuntu
toUbuntu
at README.md by @lamtrinhdev in https://github.com/apple/swift-nio/pull/2830.editorconfig
file by @FranzBusch in https://github.com/apple/swift-nio/pull/2829NIOFileSystem
flaky tests by @gjcairo in https://github.com/apple/swift-nio/pull/2842testTasksScheduledDuringShutdownAreAutomaticallyCancelled
by @glbrntt in https://github.com/apple/swift-nio/pull/2843ThreadLocalVariable
isn't Sendable. by @Lukasa in https://github.com/apple/swift-nio/pull/2845New Contributors
Full Changelog: apple/swift-nio@2.70.0...2.71.0
v2.70.0
: SwiftNIO 2.70.0Compare Source
What's Changed
SemVer Minor
FileSystem.copyItem
can parallelise directory copy by @UncleMattHope in https://github.com/apple/swift-nio/pull/2806ChannelOption
: Allow types to be accessed with leading dot syntax by @ayush1794 in https://github.com/apple/swift-nio/pull/2816EventLoopPromise
conform to Equatable by @gjcairo in https://github.com/apple/swift-nio/pull/2714CopyStrategy
overload for copyItem. by @UncleMattHope in https://github.com/apple/swift-nio/pull/2818SemVer Patch
Other Changes
testInstantTCPConnectionResetThrowsError
more reliable by @hamzahrmalik in https://github.com/apple/swift-nio/pull/2810shellcheck
and fix up warnings by @FranzBusch in https://github.com/apple/swift-nio/pull/2809.index-build
to.gitignore
by @MaxDesiatov in https://github.com/apple/swift-nio/pull/2819WebSocketErrorCodes.swift
by @valeriyvan in https://github.com/apple/swift-nio/pull/2604New Contributors
Full Changelog: apple/swift-nio@2.69.0...2.70.0
v2.69.0
: SwiftNIO 2.69.0Compare Source
What's Changed
SemVer Minor
NIOLockedValueBox
by @glbrntt in [httpConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.