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

Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.6.0 #392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.6.0

Compare Source

Published 19 November 2024

Features
  • On JVM, libraries now include Java Platform Module System (JPMS) modules #​406
  • Made Segment's size and capacity public #​409
  • Improved performance of extension functions reading and writing using little-endian byte order #​414
  • Minor documentation improvements

v0.5.4

Compare Source

Published 17 September 2024

Features
  • Extended Unsafe API with a function allowing to iterate over all Buffer's segments #​383
  • Implemented ByteString conversion to/from NSData on Apple platforms #​384
  • Implemented extensions to read/write ByteString from to/from ByteBuffer, as well as representing
    ByteString as a read-only ByteBuffer on JVM #​387
  • Implemented ByteString factory accepting unsigned bytes #​390
  • Reimplemented various functions using Unsafe API #​337
  • Minor documentation improvements

v0.5.3

Compare Source

Published 19 August 2024

Features
  • Updated JS braces library to 3.0.3
  • More unnecessary backing fields were eliminated #​374

v0.5.2

Compare Source

Published 15 August 2024

Features
  • Unsafe API method signatures were updated to return number of written/read bytes #​360

    Note that it's a breaking change as return type is a part of method signature.
    However, updated methods are all inline, so in general,
    projects depending on libraries that were compiled against the previous version
    should not experience binary incompatibility issues after adding a dependency on a never kotlinx-io version.

  • Added call-in-place contracts to Unsafe API methods #​361

  • Updated Gradle and some dependencies #​353

  • Improved build scripts #​371

  • Removed the Buffer.buffer backing field #​366

v0.5.1

Compare Source

Published 15 July 2024

Bugfixes
  • Fixed a bug in segment pool implementation affecting a second level pool uses.

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.

v0.4.0

Compare Source

Published 6 June 2024

Features

v0.3.5

Compare Source

Published 17 May 2024

Features
  • Provided an extension function to write CharSequences (Sink.writeString) #​318
  • Various minor improvements in build scripts and docs

v0.3.4

Compare Source

Published 8 May 2024

Features
  • Kotlin updated to 1.9.24 #​315
  • Supported linuxArm32Hfp target #​303
  • Enabled KLib ABI validation
  • Provided extension functions to read (Source.readCodePointValue) and write (Sink.writeCodePointValue)
    Unicode code point values #​307
  • Provided function to list directories (FileSystem.list) #​222

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.3.5 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.4.0 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from e71dd22 to 8629205 Compare June 6, 2024 11:00
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from 8629205 to 28c6680 Compare June 18, 2024 00:48
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from 28c6680 to f1737a3 Compare July 12, 2024 15:37
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.4.0 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.0 Jul 12, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.0 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.1 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from f1737a3 to 454724a Compare July 15, 2024 11:10
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from 454724a to f4aa211 Compare August 15, 2024 20:25
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.1 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.2 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from f4aa211 to 65715d7 Compare August 19, 2024 15:44
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.2 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.3 Aug 19, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.3 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.3 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from 65715d7 to 451f81b Compare September 18, 2024 02:24
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.3 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Sep 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Oct 8, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Nov 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Nov 7, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Nov 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Nov 16, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.5.4 Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.6.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from 451f81b to a74f321 Compare November 20, 2024 04:07
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from a74f321 to c1fdc2d Compare December 2, 2024 10:36
@renovate renovate bot force-pushed the renovate/kotlinx.io branch from c1fdc2d to 142936e Compare January 8, 2025 15:39
Copy link

github-actions bot commented Jan 8, 2025

⚠️ There are differences in plugin dependencies. See details here.

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.

0 participants