Skip to content
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

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.0 #34

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-io-core 0.4.0 -> 0.5.0 age adoption passing confidence

Release Notes

Kotlin/kotlinx-io (org.jetbrains.kotlinx:kotlinx-io-core)

v0.5.0

Compare Source

Published 12 July 2024

Features
  • Provided an API allowing direct access to Buffer and Segment internals #​135, #​166

    The API is unsafe, delisted from public docs and requires explicit opt-in. It's recommended to
    avoid this API unless you're working on integration with other APIs (like, java.nio or
    io_uring, for example).

  • Improved the way segment pooling is working on JVM #​352

    Now sharing a segment won't make an original segment and all its copies recyclable.
    Instead, the last remaining copy will be placed back into the pool when recycled.
    Segments are no longer allocated or lost when taking or recycling a segment from pool
    under a high contention due to concurrent requests.
    Size of the segment pool on the JVM could now be statically configured by setting a system property
    kotlinx.io.pool.size.bytes.


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.

@AntsyLich AntsyLich merged commit 290febf into main Jul 12, 2024
1 check passed
@renovate renovate bot deleted the renovate/kotlinx.io branch July 12, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant