:party-parrot: Okio 3.0.0 final is coming this wee...
# squarelibraries
j
🦜 Okio 3.0.0 final is coming this week… The update adds a bunch of new types: • FileSystem (including many implementations:
SYSTEM
,
RESOURCES
, Zip, Fake, and Forwarding) • Path • FileMetadata • FileHandle If you’d like to take a look at the API and offer feedback, now is the time! We’ll be very limited in what we can change once we ship 3.0 final! Send feedback directly to me or our issue tracker.
🦜 3
🎉 24
c
Looking forward to the 3.0 release! I noticed an issue when bumping from 3.0.0-alpha10 to alpha 11. I’m depending on
com.squareup.okio:okio-nodefilesystem:3.0.0-alpha.11
and getting an error
com.squareup.okio:okio-testing-support:3.0.0-alpha.11.
Did something happen with the publishing where the testing-support artifact didn’t get published for alpha 11? I don’t see it on maven central, although I still see it listed in the build.gradle.kts for the okio-nodefilesystem module in the master branch of okio.
j
Can you confirm you're no longer getting this error with 3.0? We stopped publishing that artifact
c
Yes, 3.0.0 is fine. The PR I made yesterday resolved the issue.
node-filesystem
was depending on it transitively, when it shouldn't have.