-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency co.fs2:fs2-io to v3.12.2 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/co.fs2-fs2-io-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rultor please, try to merge |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 11s)
|
5cf3089
to
ff14504
Compare
ff14504
to
120ca1d
Compare
120ca1d
to
a056098
Compare
a056098
to
017846d
Compare
017846d
to
ecd31d9
Compare
ecd31d9
to
646d6e6
Compare
646d6e6
to
5b53ae9
Compare
5b53ae9
to
3229b07
Compare
3229b07
to
ffd0348
Compare
ffd0348
to
50f5d1f
Compare
50f5d1f
to
a397fa6
Compare
a397fa6
to
8c01762
Compare
8c01762
to
a74a81b
Compare
a74a81b
to
9dec336
Compare
9dec336
to
f0db12d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.2.12
->3.12.2
Release Notes
typelevel/fs2 (co.fs2:fs2-io)
v3.12.2
Compare Source
Contains the fix for GHSA-rrw2-px9j-qffj. All users of TLS support on the JVM should upgrade to 3.12.1+ or 3.13.0-M7+.
Bugfixes
Full Changelog: typelevel/fs2@v3.12.1...v3.12.2
v3.12.1
Compare Source
Contains the fix for GHSA-rrw2-px9j-qffj. All users of TLS support on the JVM should upgrade to 3.12.1+ or 3.13.0-M7+.
Bugfixes
Build
Full Changelog: typelevel/fs2@v3.12.0...v3.12.1
v3.12.0
Compare Source
This release introduces a new networking stack for the JVM and Native (#3240) platforms that uses the new I/O-integrated runtime released in Cats Effect v3.6.0.
Enhancements
interop.flow.StreamSubscriber.onNext
by @BalmungSan in #3387Process#waitFor
on virtual thread if available by @onsah in #3539{Signal,SignallingRef}#mapK
by @rahulrangers in #3546interop.flow.pipeToProcessor
&interop.flow.processorToPipe
by @BalmungSan in #3449Fixes
Scope
. by @ValdemarGr in #3473writeUtf8Lines
evaluates leading effects in the input stream twice by @ChenCMD in #3489StreamSubscriber
internal state by @BalmungSan in #3545Documentation
exists
scaladoc by @vladislavsheludchenkov in #3480Updates
New Contributors
Full Changelog: typelevel/fs2@v3.11.0...v3.12.0
v3.11.0
Compare Source
Features
unfoldChunkLoop
andunfoldChunkLoopEval
, more (downstream) efficient versions ofunfoldLoop
andunfoldLoopEval
. by @CremboC in #3457Fixes
Docs
Build Support
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.10.2...v3.11.0
v3.10.2
Compare Source
What's Changed
Full Changelog: typelevel/fs2@v3.10.1...v3.10.2
v3.10.1
What's Changed
New Contributors
Full Changelog: typelevel/fs2@v3.10.0...v3.10.1
v3.10.0
Compare Source
Improvements
Files.walkWithAttributes
by @mpilquist in #3390Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.4...v3.10.0
v3.9.4
Compare Source
Improvements
toByteBufferUnsafe
intoArraySlice
by @armanbilge in #3331Subscriber.onSubscribe(StreamSubscription)
before returning fromStreamPublisher.subscribe(Subscriber)
by @BalmungSan in #3360Socket
by @armanbilge in #3352client_auth_type = optional
for TLS clients on Native by @armanbilge in #3349writeUtf8Lines
withintersperse
. by @zainab-ali in #3357Dispatcher
forsuspendReadableAndRead
and TLS initialization on Node.js by @armanbilge in #3348SuspendedStream
,MicrotaskExecutor
hacks in Node.jsProcess
by @armanbilge in #3366Duplex
interop by @armanbilge in #3365j.u.c.Flow
interop methods onto Stream by @armanbilge in #3346List[Stream]#parJoinUnbounded
. by @kamilkloch in #3363Docs
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.3...v3.9.4
v3.9.3
Compare Source
Improvements
withFilter
by @He-Pin in #3309destroy
w/interruptWhen
by @armanbilge in #3322Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.2...v3.9.3
v3.9.2
Compare Source
Improvements
Channel#closeWithElement
by @tothpeti in #3280Fixes
@nowarn213
annotation fromio
package object by @armanbilge ina9566bd
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.1...v3.9.2
v3.9.1
Compare Source
Bug Fixes
@nowarn212
to method parameters by @armanbilge in #3291New Contributors
Full Changelog: typelevel/fs2@v3.9.0...v3.9.1
v3.9.0
This is the ninth minor release in the 3.x series (and the nine thousand two hundred and ninety first release as measured by unique commits). This release features improvements to the
Chunk
class (including the addition of the new, genericChunk.from
method to create chunks from collections and subsequent deprecation of various concrete constructors likeseq
andvector
). TheStreamDecoder
type also has some important bug fixes.Improvements
fs2.text.{char2string,string2char}
by @armanbilge in #3278AggregateError
s on Node.js by @armanbilge in #3269Documentation & Build
Updates
Full Changelog: typelevel/fs2@v3.8.0...v3.9.0
v3.8.0
Compare Source
Improvements
Flow
interop by @BalmungSan in #3130interop.flow
by @BalmungSan in #3160Stream.fromQueueUnterminated
for Monad. by @kamilkloch in #3264Stream.filterNot
by @kiendang in #3265Bugfixes
TLSSocket
addresses on JS by @armanbilge in #3256Documentation
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.7.0...v3.7.1
v3.7.0
Compare Source
Async#async
andIO.async
methods. Please check the cats-effect release notes for v3.5.0 for more details, in case the behavior change impacts your codebase.New Features
Process
API by @armanbilge in #3149IO
only by @armanbilge in #3179LiftIO
by @armanbilge in #3192Improvements
Scope#close
for a bit better performance by @danicheg in #3137Signal#getAndDiscreteUpdates
by @armanbilge in #3144Chunk#to{Byte,Char}Buffer
, add note about mutability by @armanbilge in #3147async_
usages for new uncancelable semantic by @armanbilge in #3063timed
doctest by @armanbilge in #3188Chunk#toArraySlice
by @armanbilge in #3198Pull
withforeach
inwriteWritable
by @armanbilge in #3208Bugfixes
null
checks in JS streams by @armanbilge in #3184Signal#ap
bug ingetAndDiscreteUpdates
by @armanbilge in #3206Build / Site / Docs
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.6.1...v3.7.0
v3.6.1
Compare Source
Bugfixes
ByteBuffer
linking inChunk#toByteVector
by @armanbilge in #3136Docs
Build
Full Changelog: typelevel/fs2@v3.6.0...v3.6.1
v3.6.0
: 3.6.0Improvements
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.
This PR was generated by Mend Renovate. View the repository job log.