chore(deps): update all non-major dependencies #63
+4
−4
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.77.0"
from: "1.2.1"
->from: "1.6.0"
from: "1.4.0"
->from: "1.7.0"
from: "4.102.0"
->from: "4.108.0"
Release Notes
apple/swift-nio (apple/swift-nio)
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 https://github.com/apple/swift-nio/pull/2786(un)wrap(In|Out)bound(In|Out)
by @weissi in https://github.com/apple/swift-nio/pull/2791SemVer Patch
NIOLoopBoundBox.value
by @dnadoba in https://github.com/apple/swift-nio/pull/2771NIOAsyncChannel
channel handlers by @glbrntt in https://github.com/apple/swift-nio/pull/2779unsafeDownCast
toas!
by @FranzBusch in https://github.com/apple/swift-nio/pull/2802Other Changes
HTTPPart
Documentation Clarification by @dimitribouniol in https://github.com/apple/swift-nio/pull/2775NIOAsyncChannel
by @glbrntt in https://github.com/apple/swift-nio/pull/2774Full Changelog: apple/swift-nio@2.68.0...2.69.0
v2.68.0
: SwiftNIO 2.68.0Compare Source
SemVer Minor
SemVer Patch
Other Changes
apple/swift-openapi-generator (apple/swift-openapi-generator)
v1.6.0
Compare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-openapi-generator@1.5.1...1.6.0
v1.5.1
Compare Source
What's Changed
SemVer Patch
init(from decoder:)
by @simonjbeaumont in https://github.com/apple/swift-openapi-generator/pull/696encode(to encoder:)
by @simonjbeaumont in https://github.com/apple/swift-openapi-generator/pull/699Other Changes
Full Changelog: apple/swift-openapi-generator@1.5.0...1.5.1
v1.5.0
Compare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-openapi-generator@1.4.0...1.5.0
v1.4.0
Compare Source
What's Changed
SemVer Minor
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-openapi-generator@1.3.1...1.4.0
v1.3.1
Compare Source
What's Changed
SemVer Patch
Other Changes
New Contributors
Full Changelog: apple/swift-openapi-generator@1.3.0...1.3.1
v1.3.0
Compare Source
What's Changed
SemVer Minor
SemVer Patch
frozen
keyword only to enums with thepublic
orpackage
modifiers by @ojun9 in https://github.com/apple/swift-openapi-generator/pull/595Other Changes
New Contributors
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.
👻 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.