Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps org.jetbrains.kotlinx:kotlinx-io-core from 0.3.0 to 0.6.0.

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-io-core's releases.

v0.6.0

Changes

  • 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

Thanks to @​whyoleg and @​zoobestik for contributions!

v0.5.4

Changes

  • 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

Thanks to @​qwwdfsad, @​JakeWharton, and @​joffrey-bion for contributions!

v0.5.3

Changes

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

Thanks to @​JakeWharton for the contribution!

v0.5.2

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

Thanks to @​JakeWharton and @​Goooler for their contributions!

v0.5.1

Bugfixes

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

... (truncated)

Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-io-core's changelog.

0.6.0

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

0.5.4

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

0.5.3

Published 19 August 2024

Features

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

0.5.2

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

0.5.1

Published 15 July 2024

Bugfixes

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

... (truncated)

Commits
  • ff2c549 Postpone deprecated functions removal once again
  • a47199e Release 0.6.0 (#418)
  • 8250706 Fix JVM toolchain version for smoke tests (#417)
  • ad14063 Delegate Int|Short|Long.reverseBytes to Java Stdlib (#414)
  • e856d57 Publish Segment.size and Segment.remainingCapacity (#409)
  • fa3afc3 Generate JPMS modules (#406)
  • 7e0b9b4 Document empty bytestring factory (#396)
  • 16356bd Merge branch 'master' into develop
  • 8b421cd Update ReleaseChecklist.md
  • f37fca9 Update ReleaseChecklist.md with new docs process
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) from 0.3.0 to 0.6.0.
- [Release notes](https://github.com/Kotlin/kotlinx-io/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-io@0.3.0...0.6.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-io-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants