-
Notifications
You must be signed in to change notification settings - Fork 322
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
gzhttp: Add TransportAlwaysDecompress option. #978
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TransportAlwaysDecompress will always decompress the response, regardless of whether we requested it or not. Default is false, which will pass compressed data through if we did not request compression. Replaces #977 Bonus: Remove code for Go 1.19 and older.
klauspost
changed the title
Add TransportAlwaysDecompress option.
gzhttp: Add TransportAlwaysDecompress option.
Jul 1, 2024
klauspost
force-pushed
the
add-always-decomp-transport
branch
from
July 1, 2024 15:08
9ce375d
to
55f13e3
Compare
dmathieu
referenced
this pull request
in open-telemetry/opentelemetry-go
Sep 23, 2024
…5834) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `v1.17.9` -> `v1.17.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.10`](https://github.com/klauspost/compress/releases/tag/v1.17.10) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10) #### What's Changed - gzhttp: Add TransportAlwaysDecompress option. by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/978](https://github.com/klauspost/compress/pull/978) - s2: Add EncodeBuffer buffer recycling callback by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/982](https://github.com/klauspost/compress/pull/982) - zstd: Improve memory usage on small streaming encodes by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1007](https://github.com/klauspost/compress/pull/1007) - gzhttp: Add supported decompress request body by [@​mirecl](https://github.com/mirecl) in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) - flate: read data written with partial flush by [@​vajexal](https://github.com/vajexal) in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - ci: Upgrade Go & other by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1008](https://github.com/klauspost/compress/pull/1008) - docs: Small typofix in comment by [@​Jille](https://github.com/Jille) in [https://github.com/klauspost/compress/pull/976](https://github.com/klauspost/compress/pull/976) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/979](https://github.com/klauspost/compress/pull/979) - docs: Fix URL typo when installing builddict by [@​Wikidepia](https://github.com/Wikidepia) in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/985](https://github.com/klauspost/compress/pull/985) - Fix typos by [@​deining](https://github.com/deining) in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/997](https://github.com/klauspost/compress/pull/997) #### New Contributors - [@​Wikidepia](https://github.com/Wikidepia) made their first contribution in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - [@​deining](https://github.com/deining) made their first contribution in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - [@​vajexal](https://github.com/vajexal) made their first contribution in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - [@​mirecl](https://github.com/mirecl) made their first contribution in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) **Full Changelog**: klauspost/compress@v1.17.9...v1.17.10 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dmathieu
referenced
this pull request
in open-telemetry/opentelemetry-go-contrib
Sep 23, 2024
…6146) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `v1.17.9` -> `v1.17.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.10`](https://github.com/klauspost/compress/releases/tag/v1.17.10) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10) #### What's Changed - gzhttp: Add TransportAlwaysDecompress option. by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/978](https://github.com/klauspost/compress/pull/978) - s2: Add EncodeBuffer buffer recycling callback by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/982](https://github.com/klauspost/compress/pull/982) - zstd: Improve memory usage on small streaming encodes by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1007](https://github.com/klauspost/compress/pull/1007) - gzhttp: Add supported decompress request body by [@​mirecl](https://github.com/mirecl) in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) - flate: read data written with partial flush by [@​vajexal](https://github.com/vajexal) in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - ci: Upgrade Go & other by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1008](https://github.com/klauspost/compress/pull/1008) - docs: Small typofix in comment by [@​Jille](https://github.com/Jille) in [https://github.com/klauspost/compress/pull/976](https://github.com/klauspost/compress/pull/976) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/979](https://github.com/klauspost/compress/pull/979) - docs: Fix URL typo when installing builddict by [@​Wikidepia](https://github.com/Wikidepia) in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/985](https://github.com/klauspost/compress/pull/985) - Fix typos by [@​deining](https://github.com/deining) in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/997](https://github.com/klauspost/compress/pull/997) #### New Contributors - [@​Wikidepia](https://github.com/Wikidepia) made their first contribution in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - [@​deining](https://github.com/deining) made their first contribution in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - [@​vajexal](https://github.com/vajexal) made their first contribution in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - [@​mirecl](https://github.com/mirecl) made their first contribution in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) **Full Changelog**: klauspost/compress@v1.17.9...v1.17.10 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
XSAM
referenced
this pull request
in XSAM/otelsql
Sep 23, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `v1.17.9` -> `v1.17.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.10`](https://github.com/klauspost/compress/releases/tag/v1.17.10) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10) #### What's Changed - gzhttp: Add TransportAlwaysDecompress option. by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/978](https://github.com/klauspost/compress/pull/978) - s2: Add EncodeBuffer buffer recycling callback by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/982](https://github.com/klauspost/compress/pull/982) - zstd: Improve memory usage on small streaming encodes by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1007](https://github.com/klauspost/compress/pull/1007) - gzhttp: Add supported decompress request body by [@​mirecl](https://github.com/mirecl) in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) - flate: read data written with partial flush by [@​vajexal](https://github.com/vajexal) in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - ci: Upgrade Go & other by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1008](https://github.com/klauspost/compress/pull/1008) - docs: Small typofix in comment by [@​Jille](https://github.com/Jille) in [https://github.com/klauspost/compress/pull/976](https://github.com/klauspost/compress/pull/976) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/979](https://github.com/klauspost/compress/pull/979) - docs: Fix URL typo when installing builddict by [@​Wikidepia](https://github.com/Wikidepia) in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/985](https://github.com/klauspost/compress/pull/985) - Fix typos by [@​deining](https://github.com/deining) in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/997](https://github.com/klauspost/compress/pull/997) #### New Contributors - [@​Wikidepia](https://github.com/Wikidepia) made their first contribution in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - [@​deining](https://github.com/deining) made their first contribution in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - [@​vajexal](https://github.com/vajexal) made their first contribution in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - [@​mirecl](https://github.com/mirecl) made their first contribution in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) **Full Changelog**: klauspost/compress@v1.17.9...v1.17.10 </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/XSAM/otelsql). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codeboten
referenced
this pull request
in open-telemetry/opentelemetry-collector
Sep 24, 2024
…11256) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `v1.17.9` -> `v1.17.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.10`](https://github.com/klauspost/compress/releases/tag/v1.17.10) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10) #### What's Changed - gzhttp: Add TransportAlwaysDecompress option. by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/978](https://github.com/klauspost/compress/pull/978) - s2: Add EncodeBuffer buffer recycling callback by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/982](https://github.com/klauspost/compress/pull/982) - zstd: Improve memory usage on small streaming encodes by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1007](https://github.com/klauspost/compress/pull/1007) - gzhttp: Add supported decompress request body by [@​mirecl](https://github.com/mirecl) in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) - flate: read data written with partial flush by [@​vajexal](https://github.com/vajexal) in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - ci: Upgrade Go & other by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1008](https://github.com/klauspost/compress/pull/1008) - docs: Small typofix in comment by [@​Jille](https://github.com/Jille) in [https://github.com/klauspost/compress/pull/976](https://github.com/klauspost/compress/pull/976) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/979](https://github.com/klauspost/compress/pull/979) - docs: Fix URL typo when installing builddict by [@​Wikidepia](https://github.com/Wikidepia) in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/985](https://github.com/klauspost/compress/pull/985) - Fix typos by [@​deining](https://github.com/deining) in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/997](https://github.com/klauspost/compress/pull/997) #### New Contributors - [@​Wikidepia](https://github.com/Wikidepia) made their first contribution in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - [@​deining](https://github.com/deining) made their first contribution in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - [@​vajexal](https://github.com/vajexal) made their first contribution in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - [@​mirecl](https://github.com/mirecl) made their first contribution in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) **Full Changelog**: klauspost/compress@v1.17.9...v1.17.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
codeboten
referenced
this pull request
in open-telemetry/opentelemetry-collector-contrib
Sep 24, 2024
…35385) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `v1.17.9` -> `v1.17.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.17.9/v1.17.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.10`](https://github.com/klauspost/compress/releases/tag/v1.17.10) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10) #### What's Changed - gzhttp: Add TransportAlwaysDecompress option. by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/978](https://github.com/klauspost/compress/pull/978) - s2: Add EncodeBuffer buffer recycling callback by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/982](https://github.com/klauspost/compress/pull/982) - zstd: Improve memory usage on small streaming encodes by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1007](https://github.com/klauspost/compress/pull/1007) - gzhttp: Add supported decompress request body by [@​mirecl](https://github.com/mirecl) in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) - flate: read data written with partial flush by [@​vajexal](https://github.com/vajexal) in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - ci: Upgrade Go & other by [@​klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/1008](https://github.com/klauspost/compress/pull/1008) - docs: Small typofix in comment by [@​Jille](https://github.com/Jille) in [https://github.com/klauspost/compress/pull/976](https://github.com/klauspost/compress/pull/976) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/979](https://github.com/klauspost/compress/pull/979) - docs: Fix URL typo when installing builddict by [@​Wikidepia](https://github.com/Wikidepia) in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - build(deps): bump the github-actions group with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/985](https://github.com/klauspost/compress/pull/985) - Fix typos by [@​deining](https://github.com/deining) in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by [@​dependabot](https://github.com/dependabot) in [https://github.com/klauspost/compress/pull/997](https://github.com/klauspost/compress/pull/997) #### New Contributors - [@​Wikidepia](https://github.com/Wikidepia) made their first contribution in [https://github.com/klauspost/compress/pull/980](https://github.com/klauspost/compress/pull/980) - [@​deining](https://github.com/deining) made their first contribution in [https://github.com/klauspost/compress/pull/986](https://github.com/klauspost/compress/pull/986) - [@​vajexal](https://github.com/vajexal) made their first contribution in [https://github.com/klauspost/compress/pull/996](https://github.com/klauspost/compress/pull/996) - [@​mirecl](https://github.com/mirecl) made their first contribution in [https://github.com/klauspost/compress/pull/1002](https://github.com/klauspost/compress/pull/1002) **Full Changelog**: klauspost/compress@v1.17.9...v1.17.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TransportAlwaysDecompress will always decompress the response, regardless of whether we requested it or not.
Default is false, which will pass compressed data through if we did not request compression.
Replaces #977
Bonus: Remove code for Go 1.19 and older.