Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: square/okio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: parent-3.15.0
Choose a base ref
...
head repository: square/okio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: parent-3.16.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 5 contributors

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    ca0c7f3 View commit details
    Browse the repository at this point in the history
  2. Fix broken link

    squarejesse committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    e40528b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Update dependency gradle to v8.14.3 (#1649)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    a2e4f13 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.…

    …6.x-compat (#1650)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    4a1ad62 View commit details
    Browse the repository at this point in the history
  2. Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.…

    …1.0 (#1651)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    a3251a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Update dependency org.jetbrains.kotlinx.binary-compatibility-validato…

    …r:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin to v0.18.1 (#1654)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    a96af6f View commit details
    Browse the repository at this point in the history
  2. Update dependency com.android.tools.build:gradle to v8.11.1 (#1655)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    7edbfd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Update dependency com.google.jimfs:jimfs to v1.3.1 (#1657)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    4e88847 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.34…

    ….0 (#1659)
    
    * Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.34.0
    
    * Update build.gradle.kts
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Jake Wharton <jw@squareup.com>
    renovate[bot] and JakeWharton authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    5355bcc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.…

    …2.0 (#1665)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    0cccd61 View commit details
    Browse the repository at this point in the history
  2. Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.…

    …2.1 (#1667)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d9e59b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Add heap implementation for AsyncTimeout (#1658)

    * Add heap implementation for AsyncTimeout
    
    * Add AsyncTimeout benchmark tests
    
    * Some test fixes
    
    * linting
    
    * Don't sample the clock too much
    
    * Spotless
    
    * working heap
    
    * benchmark test improvements, async timeout code cleanup
    
    * Visual test
    
    * more tests, clean up heap code
    
    * Spotless
    
    * apiDump
    
    * Fix a bunch of nitpicks
    
    * No new public API
    
    ---------
    
    Co-authored-by: Jesse Wilson <jwilson@squareup.com>
    ktabouguia-sq and squarejesse authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    0e48b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Get Socket.inputStream and outputStream eagerly (#1669)

    I was looking into migrating OkHttp to use Okio's
    Socket internally and I came across a small behavior
    change - previously we were getting the stream once
    and reusing it on each call, but now Okio is getting
    the stream on each access.
    
    With this change the Socket.asOkioSocket() API behaves
    more consistently with Socket.source() and Socket.sink().
    
    Co-authored-by: Jesse Wilson <jwilson@squareup.com>
    swankjesse and squarejesse authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    9e25e03 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Kotlin 2.2.0 (#1670)

    * Upgrade to Kotlin 2.2.0
    
    Also Burst 2.6.0
    
    Closes: #1632
    
    * Update Yarn lock
    
    ---------
    
    Co-authored-by: Jesse Wilson <jwilson@squareup.com>
    Co-authored-by: Jake Wharton <jw@squareup.com>
    3 people authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    a0d0c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8259b1d View commit details
    Browse the repository at this point in the history
Loading