-
Notifications
You must be signed in to change notification settings - Fork 46
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
chore(deps): update dependency co.fs2:fs2-io to v2.5.10 #3905
Conversation
e106537
to
7bfd092
Compare
Hmmm, got some deduplicate issues with simulacrum. AFAIK we don't include that ourselves, so I think we might be conflicting with one of the other scala libs. Shame, so close... |
I have not seen |
Yeah only by coincidence was I reading about it the other day - a library for supporting Type Classes in scala 2.x. In Scala three it seems to no longer be required due to new language features (so there's a scalafix tool for it). But yeah, if you want to address, go for it. It may help us update the others and also later update scala. |
7bfd092
to
a995de9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks @PenghaiZhang
Just wondering though.... Did you happen to find which was the other library bringing in the conflicting simulacrum? Because if that's identified, possibly the better fix is that they're both updated together (i.e. update both fs2 and what ever other library was bringing simulacrum.)
I did not check the dep tree, but I will do it asap! |
It was |
Okay, #3886 is now sorted, and @PenghaiZhang has said he'll first try and get #3963 going. If that works out, that'll resolve this one. |
The change for conflicting |
Cool, if we get this green then let's at least merge this and then it's up to date. |
This PR contains the following updates:
2.4.4
->2.5.10
Release Notes
typelevel/fs2
v2.5.10
Compare Source
Supports Cats Effect 2 and built for Scala 2.12, 2.13, and 3 final.
What's Changed
1.7.0
by @vasilmkd in https://github.com/typelevel/fs2/pull/2560PipedStreamBuffer
circular copying overflow fix backport by @vasilmkd in https://github.com/typelevel/fs2/pull/2640parJoin
to work with transformers by @vasilmkd in https://github.com/typelevel/fs2/pull/2552Stream#concurrently
for short-circuiting monad transformers -2.5.x
by @vasilmkd in https://github.com/typelevel/fs2/pull/2653Full Changelog: typelevel/fs2@v2.5.9...v2.5.10
v2.5.9
Compare Source
Supports Cats Effect 2 and built for Scala 2.12, 2.13, and 3 final.
Fixes:
Acknowledgments
v2.5.8
Compare Source
Supports Cats Effect 2 and built for Scala 2.12, 2.13, and 3 final.
Fixes:
readOutputStream
(#2458)Acknowledgments
v2.5.7
Compare Source
Supports Cats Effect 2 and built for Scala 2.12, 2.13, and 3 final.
Fixes:
readOutputStream
(#2037 #2383 #2446) (fixed by @vasilmkd and back ported from 3.0 by @bpholt)Acknowledgments
v2.5.6
Compare Source
FS2 2.5.x release built for Scala 2.12, 2.13, and 3.0 final.
v2.5.5
Compare Source
Same as 2.5.4 but includes support for Scala 3.0.0-RC3
v2.5.4
Compare Source
v2.5.3
Compare Source
This release fixes a bug in fs2-io's TLS support which caused read stalls (#2290)
v2.5.2
Compare Source
v2.5.0
Compare Source
The 2.5.0 release is the first stable release on Cats 2.3.0 and Cats Effect 2.3.0, built for Scala 2.12, 2.13, 3.0.0-M3 and 3.0.0-M2.
v2.4.6
Compare Source
This is a maintenance release for the 2.4 series and is fully backwards compatible with previous releases.
This release is built for Scala 2.12, 2.13, and Scala.js 1.3.0. Scala.js 0.6 support has been dropped now that it is EOL.
This release fixes a bug that prevented interruption of a stream that had been translated (#2143).
v2.4.5
Compare Source
This is a maintenance release for the 2.4 series and is fully backwards compatible with previous releases.
This release is built for Scala 2.12, 2.13, and Scala.js 1.3.0. Scala.js 0.6 support has been dropped now that it is EOL.
This release fixes 2 important bugs found in the 2.4.4 release:
Monad.pure
forStream
(#2099)scan1Semigroup
toStream
(#2029)compression
(#2014)Stream.fromIterator
(#2013)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.