Skip to content

chore(deps): bump dev.karmakrafts.kompress:kompress-core from 1.4.3 to 2.1.0#80

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/dev.karmakrafts.kompress-kompress-core-2.1.0
Open

chore(deps): bump dev.karmakrafts.kompress:kompress-core from 1.4.3 to 2.1.0#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/dev.karmakrafts.kompress-kompress-core-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.karmakrafts.kompress:kompress-core from 1.4.3 to 2.1.0.

Release notes

Sourced from dev.karmakrafts.kompress:kompress-core's releases.

2.1.0

Release Notes

Added

  • WASM WASI support
  • Platform.WASI since WASI doesn't expose host platform

Changed

  • Updated to Karma Conventions 1.18.0
  • Updated to Karbide 1.10.0

Links

2.0.0

Release Notes

Added

  • Archiver<E, D> interface for modeling streaming archivers
  • Unarchiver<E, D> interface for modeling streaming unarchivers
  • Unarchiver<E, D>.extract extension function
  • Compressor interface for modeling streaming compressors
  • Decompressor interface for modeling streaming decompressors
  • RawSource.compressingSource and RawSink.compressingSink extension functions
  • RawSource.decompressingSource and RawSink.decompressingSink extension functions
  • CRC32 for customizable and optimized checksum calculation
  • RawSink.crc32Sink and RawSource.crc32Source extension functions
  • kompress-gzip module for GZip archive support via RawSink.gzip and Source.ungzip extensions
  • kompress-zip module for Zip archive support via RawSink.zip and Source.unzip extensions

Changed

  • Pure Kotlin implementation of Deflater and Inflater!
  • Updated to Karma Conventions 1.17.1
  • Downgraded to Gradle 9.4.1 because of IDEA compatibility regression
  • Updated to Kotlin Wrappers 2026.6.3
  • Updated to Android Gradle 9.2.1
  • Deprecated Deflater.deflate bulk compression function in favor of Deflater.compress/Deflater.compressBulk
  • Deprecated Inflater.inflate bulk decompression function in favor of Inflater.decompress/Inflater.decompressBulk
  • Deprecated Deflater.input property setter in favor of Compressor.setInput
  • Deprecated Inflater.input property setter in favor of Decompressor.setInput
  • Library now depends on dev.karmakrafts.karbide

Links

... (truncated)

Changelog

Sourced from dev.karmakrafts.kompress:kompress-core's changelog.

[2.1.0]

Added

  • WASM WASI support
  • Platform.WASI since WASI doesn't expose host platform

Changed

  • Updated to Karma Conventions 1.18.0
  • Updated to Karbide 1.10.0

[2.0.0]

Added

  • Archiver<E, D> interface for modeling streaming archivers
  • Unarchiver<E, D> interface for modeling streaming unarchivers
  • Unarchiver<E, D>.extract extension function
  • Compressor interface for modeling streaming compressors
  • Decompressor interface for modeling streaming decompressors
  • RawSource.compressingSource and RawSink.compressingSink extension functions
  • RawSource.decompressingSource and RawSink.decompressingSink extension functions
  • CRC32 for customizable and optimized checksum calculation
  • RawSink.crc32Sink and RawSource.crc32Source extension functions
  • kompress-gzip module for GZip archive support via RawSink.gzip and Source.ungzip extensions
  • kompress-zip module for Zip archive support via RawSink.zip and Source.unzip extensions

Changed

  • Pure Kotlin implementation of Deflater and Inflater!
  • Updated to Karma Conventions 1.17.1
  • Downgraded to Gradle 9.4.1 because of IDEA compatibility regression
  • Updated to Kotlin Wrappers 2026.6.3
  • Updated to Android Gradle 9.2.1
  • Deprecated Deflater.deflate bulk compression function in favor of Deflater.compress/Deflater.compressBulk
  • Deprecated Inflater.inflate bulk decompression function in favor of Inflater.decompress/Inflater.decompressBulk
  • Deprecated Deflater.input property setter in favor of Compressor.setInput
  • Deprecated Inflater.input property setter in favor of Decompressor.setInput
  • Library now depends on dev.karmakrafts.karbide
Commits
  • c7a3bda Update changelog
  • 3389515 [skip-ci] Add supported platform tags to README
  • 628bdf7 Bump to 2.1.0, add WASM WASI support
  • ece3adc [skip-ci] Update changelog for next release
  • dda42ca Update readme
  • 5a684a8 Add JvmInteropTest for ZipArchiver
  • 9d406a1 Update to Kotlin 2.4.0, update to latest conventions
  • 0e01ca7 Optimize throughput of common Inflater implementation
  • 46bfcbf Implement SIMD accellerated LZ77 for JVM (II)
  • 0bcc569 Implement SIMD accellerated LZ77 for JVM
  • 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 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 [dev.karmakrafts.kompress:kompress-core](https://github.com/karmakrafts/Kompress) from 1.4.3 to 2.1.0.
- [Release notes](https://github.com/karmakrafts/Kompress/releases)
- [Changelog](https://github.com/karmakrafts/Kompress/blob/master/CHANGELOG.md)
- [Commits](karmakrafts/Kompress@1.4.3...2.1.0)

---
updated-dependencies:
- dependency-name: dev.karmakrafts.kompress:kompress-core
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants