-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update com.squareup.okio #63
Conversation
a3ae184
to
1c87fb7
Compare
1c87fb7
to
06a4672
Compare
I'm not sure what is going on with the later versions of Okio, but they are showing up in Maven Central search, but not in the directory listing.
Related upstream issue: square/okio#1067 |
06a4672
to
d77b479
Compare
d77b479
to
5abdf19
Compare
Hidden in the changelog https://square.github.io/okio/changelog/#version-300
|
Codecov Report
@@ Coverage Diff @@
## main #63 +/- ##
============================================
+ Coverage 57.25% 57.49% +0.23%
Complexity 11 11
============================================
Files 8 8
Lines 613 654 +41
Branches 145 145
============================================
+ Hits 351 376 +25
- Misses 223 239 +16
Partials 39 39
Continue to review full report at Codecov.
|
Wow, good catch! That would've taken me a very long time to realize that! 💯 |
This PR contains the following updates:
3.0.0-alpha.6
->3.0.0-alpha.9
3.0.0-alpha.6
->3.0.0
Release Notes
square/okio
v3.0.0-alpha.9
2021-08-01
ByteString.copyInto()
saves an allocation when extracting data from aByteString
.FileHandle.protectedSize()
to match other abstract functions.0x1a
will betruncated prematurely.
v3.0.0-alpha.8
2021-07-13
FileSystem.RESOURCES
to initialize itself lazily.v3.0.0-alpha.7
2021-07-12
ResourceFileSystem
to load roots eagerly. We had a bug wherelist()
on the rootreturned an empty list even if resources were present.
FileHandle.reposition()
can seek on a source or sink returned by thatFileHandle
.FileSystem.RESOURCES
.Configuration
📅 Schedule: 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 has been generated by Renovate Bot.