[PR #53] [CLOSED] Bump github.com/klauspost/compress from 1.15.14 to 1.15.15 #424

Closed
opened 2026-03-15 14:18:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/53
Author: @dependabot[bot]
Created: 2/24/2023
Status: Closed

Base: developHead: dependabot/go_modules/github.com/klauspost/compress-1.15.15


📝 Commits (1)

  • 546e158 Bump github.com/klauspost/compress from 1.15.14 to 1.15.15

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/klauspost/compress from 1.15.14 to 1.15.15.

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.15.15

What's Changed

New Contributors

Full Changelog: https://github.com/klauspost/compress/compare/v1.15.14...v1.15.15

Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/53 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/24/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/go_modules/github.com/klauspost/compress-1.15.15` --- ### 📝 Commits (1) - [`546e158`](https://github.com/axllent/mailpit/commit/546e158d41d01f6b348ecceec81b883d7a999397) Bump github.com/klauspost/compress from 1.15.14 to 1.15.15 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.14 to 1.15.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.15.15</h2> <h2>What's Changed</h2> <ul> <li>zstd: Add delta encoding support by <a href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/728">klauspost/compress#728</a></li> <li>huff0: Reduce bounds checking by <a href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/734">klauspost/compress#734</a></li> <li>huff0: Assembler improvements by <a href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/736">klauspost/compress#736</a></li> <li>deflate: Improve level 7-9 by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/739">klauspost/compress#739</a></li> <li>gzhttp: Add SuffixETag() and DropETag() options to prevent ETag collisions on compressed responses by <a href="https://github.com/willbicks"><code>@​willbicks</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/740">klauspost/compress#740</a></li> <li>zstd: Don't allocate dataStorage when using byteBuf by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/741">klauspost/compress#741</a></li> <li>huff0: Speed up compression of short blocks by <a href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/744">klauspost/compress#744</a></li> <li>zstd: Handle dicts by pointer, always by <a href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/743">klauspost/compress#743</a></li> <li>fse: Optimize compression by <a href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/745">klauspost/compress#745</a></li> <li>Retract v1.14.1-v.1.14.3 by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/742">klauspost/compress#742</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/willbicks"><code>@​willbicks</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/740">klauspost/compress#740</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.15.14...v1.15.15">https://github.com/klauspost/compress/compare/v1.15.14...v1.15.15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/e766bf73b4e3b6538676f9c1e6e40b2bde3e37f6"><code>e766bf7</code></a> fse: Optimize compression (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/745">#745</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/5f406438e56827c3c584eea01d11c5208f924db6"><code>5f40643</code></a> zstd: Handle dicts by pointer, always (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/743">#743</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/7a74de4ad667e30959ed89b2ff3bae5558145191"><code>7a74de4</code></a> huff0: Speed up compression of short blocks (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/744">#744</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/4b0abf44055c9fe7680dcb049fe85f860c0a356f"><code>4b0abf4</code></a> zstd: Don't allocate dataStorage when using byteBuf (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/741">#741</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/fbae784ff62518b69a2fde5a0523f4e260e6dd08"><code>fbae784</code></a> Retract v1.14.1-v.1.14.3 (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/742">#742</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/463eb4c68a46e8bce59e26d1fe7b649c9e6c5d85"><code>463eb4c</code></a> Add SuffixETag() and DropETag() options to prevent ETag collisions on compres...</li> <li><a href="https://github.com/klauspost/compress/commit/781b247d9d3fa5f00dc4f9b4b44b79a26f5b89e1"><code>781b247</code></a> deflate: Improve level 7-9 (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/739">#739</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/60e376bdee2f739e576b62c89e99d13b035d30cf"><code>60e376b</code></a> huff0: Assembler improvements (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/736">#736</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/272358c8e281696f6d9f2669c6f1a4948747fa2d"><code>272358c</code></a> huff0: Reduce bounds checking (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/734">#734</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/ded586eda60c17a188c004b791e573a4f81664ce"><code>ded586e</code></a> tests: Don't leak file descriptors in tests (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/729">#729</a>)</li> <li>Additional commits viewable in <a href="https://github.com/klauspost/compress/compare/v1.15.14...v1.15.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.15.14&new-version=1.15.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:18:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#424
No description provided.