Skip to content

Chore(deps): Bump okio from 2.5.0 to 2.8.0#12

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.squareup.okio-okio-2.8.0
Closed

Chore(deps): Bump okio from 2.5.0 to 2.8.0#12
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.squareup.okio-okio-2.8.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 18, 2020

Bumps okio from 2.5.0 to 2.8.0.

Changelog

Sourced from okio's changelog.

Version 2.8.0

2020-08-17

  • New: Upgrade to Kotlin 1.4.0.

Version 2.7.0

2020-07-07

  • New: Pipe.cancel() causes in-progress and future reads and writes on the pipe to immediately fail with an IOException. The streams may still be canceled normally.

  • New: Enlarge Okio's internal segment pool from a fixed 64 KiB total to 64 KiB per processor. For example, on an Intel i9 8-core/16-thread machine the segment pool now uses up to 1 MiB of memory.

  • New: Migrate from synchronized to lock-free when accessing the segment pool. Combined with the change above we saw throughput increase 3x on a synthetic benchmark designed to create contention.

Version 2.6.0

2020-04-22

  • New: InflaterSource.readOrInflate() is like InflaterSource.read(), except it will return 0 if consuming deflated bytes from the underlying stream did not produce new inflated bytes.
Commits
  • cbbe2a3 Prepare for release 2.8.0.
  • 812160d Merge pull request #759 from square/jwilson.0817.kt14
  • ed12a3e Upgrade to Kotlin 1.4
  • 01be31e Merge pull request #757 from square/egorand/200814/hashing-kt
  • 028646d Merge pull request #756 from square/egorand/200812/socks-proxy-server-kt
  • 14b97b7 Hashing sample in Kotlin
  • e620db0 SocksProxyServer sample in Kotlin
  • daa79c6 Merge pull request #755 from square/egorand/200812/bitmap-encoder-kt
  • 9e88e7a Merge pull request #754 from square/egorand/200812/golden-value-kt
  • bde6302 BitmapEncoderKt snippet in README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [okio](https://github.com/square/okio) from 2.5.0 to 2.8.0.
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-2.5.0...parent-2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 18, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2020

Superseded by #20.

@dependabot dependabot bot closed this Oct 6, 2020
@dependabot dependabot bot deleted the dependabot/maven/com.squareup.okio-okio-2.8.0 branch October 6, 2020 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants