Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2025

This PR contains the following updates:

Package Change Age Confidence
com.squareup.okio:okio-fakefilesystem 3.15.0 -> 3.16.4 age confidence
com.squareup.okio:okio-nodefilesystem 3.15.0 -> 3.16.4 age confidence
com.squareup.okio:okio 3.15.0 -> 3.16.4 age confidence

Release Notes

square/okio (com.squareup.okio:okio-fakefilesystem)

v3.16.4

2025-11-17

  • Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a regression that caused timeouts
    to fire later than they were supposed to.

v3.16.3

2025-11-14

This release is the same as 3.16.2. We forgot to cherry-pick a commit before we released!

v3.16.2

2025-10-14

  • Fix: okio-assetfilesystem APIs now correctly restored as visible to Kotlin.

v3.16.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on
    Android API 21. This method throws an UnsupportedOperationException, so we now catch that and
    close the underlying stream instead.

v3.16.0

2025-07-29

  • Fix: Change Socket.asOkioSocket() to resolve its source InputStream and OutputStream
    eagerly. This will throw a SocketException immediately if the socket isn’t connected.
    This behavior is consistent with our similar APIs, Socket.source() and Socket.sink().

  • Fix: Optimize AsyncTimeout on systems with a very large number of active timeouts. This class
    originally kept active timeouts in a linked list; with this update the internal data structure is
    a binary heap. The old runtime was 𝑂(𝑛²) to activate 𝑛 timeouts; with this optimization the
    runtime is 𝑂(𝑛 log 𝑛).

  • Upgrade: [Kotlin 2.2.0][kotlin_2_2_0].


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) July 29, 2025 23:52
@renovate renovate bot force-pushed the renovate/okio branch 2 times, most recently from 9b8eb90 to f354c70 Compare August 12, 2025 21:02
@renovate renovate bot force-pushed the renovate/okio branch 2 times, most recently from cf46269 to 738c64c Compare August 15, 2025 21:44
@renovate renovate bot force-pushed the renovate/okio branch 2 times, most recently from 97f97ae to 419ef6d Compare September 23, 2025 01:20
@renovate renovate bot force-pushed the renovate/okio branch 2 times, most recently from a5b30a0 to 85a3f73 Compare October 10, 2025 00:37
@renovate renovate bot changed the title fix(deps): update okio to v3.16.0 fix(deps): update okio to v3.16.1 Oct 10, 2025
@renovate renovate bot changed the title fix(deps): update okio to v3.16.1 fix(deps): update okio to v3.16.2 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/okio branch 2 times, most recently from 4cc7706 to e2d0745 Compare October 15, 2025 18:04
@renovate renovate bot changed the title fix(deps): update okio to v3.16.2 fix(deps): update okio to v3.16.3 Nov 15, 2025
@renovate renovate bot changed the title fix(deps): update okio to v3.16.3 fix(deps): update okio to v3.16.4 Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant