Skip to content

fix(deps): Bump github.com/1024jp/gzipswift from 6.0.0 to 7.0.0 - #4263

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/swift/github.com/1024jp/gzipswift-7.0.0
Open

fix(deps): Bump github.com/1024jp/gzipswift from 6.0.0 to 7.0.0#4263
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/swift/github.com/1024jp/gzipswift-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/1024jp/gzipswift from 6.0.0 to 7.0.0.

Release notes

Sourced from github.com/1024jp/gzipswift's releases.

7.0.0

Breaking Changes

  • Update Swift version to 6.3.
  • Compressing an empty Data now produces a valid empty gzip stream instead of returning an empty Data.
  • Decompressing an empty Data now throws GzipError instead of returning an empty Data.

New

  • Support typed throw.
  • Conform GzipError, GzipError.Kind, and CompressionLevel to Hashable.
  • Conform CompressionLevel to Comparable.

Changes

  • Make maxWindowBits a module-level constant.
  • Show zlib error messages when GzipError is handled as Error.
  • Improve the error message when decompression cannot make progress.
  • Find zlib headers installed outside /usr/include on Linux, such as Linuxbrew.
  • Improve memory allocation when decompressing small inputs.

Fixes

  • Fix accessing types with the Gzip module prefix, such as Gzip.CompressionLevel.
  • Avoid a crash when compressing or decompressing data larger than 4 GiB; compression now throws an error instead.

Full Changelog: 1024jp/GzipSwift@6.1.0...7.0.0

6.1.0

Changes

  • Support Swift 6.0.

Full Changelog: 1024jp/GzipSwift@6.0.1...6.1.0

Changelog

Sourced from github.com/1024jp/gzipswift's changelog.

Change Log

7.0.0 (2026-05-05)

Breaking Changes

  • Update Swift version to 6.3.
  • Compressing an empty Data now produces a valid empty gzip stream instead of returning an empty Data.
  • Decompressing an empty Data now throws GzipError instead of returning an empty Data.

New

  • Support typed throw.
  • Conform GzipError, GzipError.Kind, and CompressionLevel to Hashable.
  • Conform CompressionLevel to Comparable.

Changes

  • Make maxWindowBits a module-level constant.
  • Show zlib error messages when GzipError is handled as Error.
  • Improve the error message when decompression cannot make progress.
  • Find zlib headers installed outside /usr/include on Linux, such as Linuxbrew.
  • Improve memory allocation when decompressing small inputs.

Fixes

  • Fix accessing types with the Gzip module prefix, such as Gzip.CompressionLevel.
  • Avoid a crash when compressing or decompressing data larger than 4 GiB; compression now throws an error instead.

6.1.0 (2024-06-16)

Changes

  • Support Swift 6.0.

6.0.1 (2023-06-16)

Changes

  • Add Sendable to GzipError and CompressionLevel.
Commits
  • 41d3742 Update version number to 7.0.0
  • 774705a Update README for Linux instruction
  • 0f155fb Add unit test for CompressionLevel
  • f7a6f89 Conform CompressionLevel to Comparable
  • 71c9bac Conform GzipError, GzipError.Kind, and CompressionLevel to Hashable
  • 89f7e80 Change behavior when data is empty
  • 439a99c Improve memory allocation in gunzipped()
  • f3f80e6 Rename DataSize with Constants
  • 24e44c8 Change Z_SYNC_FLUSH to Z_NO_FLUSH
  • 3ad04c3 Fix a typo in comment
  • 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 [github.com/1024jp/gzipswift](https://github.com/1024jp/GzipSwift) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/1024jp/GzipSwift/releases)
- [Changelog](https://github.com/1024jp/GzipSwift/blob/main/CHANGELOG.md)
- [Commits](1024jp/GzipSwift@6.0.0...41d3742)

---
updated-dependencies:
- dependency-name: github.com/1024jp/gzipswift
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants