square/okio (com.squareup.okio:okio)
### [`v1.17.6`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1176)
*2023-10-01*
- Fix: Don't crash decoding GZIP files when the optional extra data (`XLEN`) is 32 KiB or larger.
### [`v1.17.5`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1175)
*2019-12-11*
- Fix: Don't crash when an `InputStream` source is exhausted exactly at a buffer segment boundary.
We had a bug where a sequence of reads could violate a buffer's invariants, and this could result
in a crash when subsequent reads encountered an unexpected empty segment.
### [`v1.17.4`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1174)
*2019-04-29*
- Fix: Don't block unless strictly necessary in `BufferedSource.peek()`.
### [`v1.17.3`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1173)
*2019-01-28*
- Fix: Make `Pipe.fold()` close the underlying sink when necessary.
### [`v1.17.2`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1172)
*2019-01-17*
- Fix: Make `Pipe.fold()` flush the underlying sink.
### [`v1.17.1`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1171)
*2019-01-16*
- Fix: Make the newly-backported `Pipe.fold()` public.
### [`v1.17.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1170)
*2019-01-16*
- New: Backport `Pipe.fold()` to Okio 1.x.
### [`v1.16.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1160)
*2018-10-08*
- New: Backport `BufferedSource.peek()` and `BufferedSource.getBuffer()` to Okio 1.x.
- Fix: Enforce timeouts when closing `AsyncTimeout` sources.
### [`v1.15.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1150)
*2018-07-18*
- New: Trie-based `Buffer.select()`. This improves performance when selecting
among large lists of options.
- Fix: Retain interrupted state when throwing `InterruptedIOException`.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.14.0
->1.17.6
Release Notes
square/okio (com.squareup.okio:okio)
### [`v1.17.6`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1176) *2023-10-01* - Fix: Don't crash decoding GZIP files when the optional extra data (`XLEN`) is 32 KiB or larger. ### [`v1.17.5`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1175) *2019-12-11* - Fix: Don't crash when an `InputStream` source is exhausted exactly at a buffer segment boundary. We had a bug where a sequence of reads could violate a buffer's invariants, and this could result in a crash when subsequent reads encountered an unexpected empty segment. ### [`v1.17.4`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1174) *2019-04-29* - Fix: Don't block unless strictly necessary in `BufferedSource.peek()`. ### [`v1.17.3`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1173) *2019-01-28* - Fix: Make `Pipe.fold()` close the underlying sink when necessary. ### [`v1.17.2`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1172) *2019-01-17* - Fix: Make `Pipe.fold()` flush the underlying sink. ### [`v1.17.1`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1171) *2019-01-16* - Fix: Make the newly-backported `Pipe.fold()` public. ### [`v1.17.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1170) *2019-01-16* - New: Backport `Pipe.fold()` to Okio 1.x. ### [`v1.16.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1160) *2018-10-08* - New: Backport `BufferedSource.peek()` and `BufferedSource.getBuffer()` to Okio 1.x. - Fix: Enforce timeouts when closing `AsyncTimeout` sources. ### [`v1.15.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1150) *2018-07-18* - New: Trie-based `Buffer.select()`. This improves performance when selecting among large lists of options. - Fix: Retain interrupted state when throwing `InterruptedIOException`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.