← Back to issue list

fix(deps): update module github.com/elazarl/goproxy to v1.8.4

View original Github issue

Metadata

Project
fetch-service
Number
#614
Type
pull request
State
merged
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Merged automated dependency update upgrading github.com/elazarl/goproxy from v1.8.3 to v1.8.4. Includes HTTP handling fixes and documentation updates. Approved by reviewers and passed CI checks before merging into main.

Suggested action:

No scores available.

Issue body

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/elazarl/goproxy](https://redirect.github.com/elazarl/goproxy) | `v1.8.3` → `v1.8.4` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felazarl%2fgoproxy/v1.8.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felazarl%2fgoproxy/v1.8.3/v1.8.4?slim=true) | --- ### Release Notes <details> <summary>elazarl/goproxy (github.com/elazarl/goproxy)</summary> ### [`v1.8.4`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.8.4) [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.8.3...v1.8.4) #### What's Changed - fix: don't set Transfer-Encoding: chunked on 304 responses by [@&#8203;Yanhu007](https://redirect.github.com/Yanhu007) in [#&#8203;770](https://redirect.github.com/elazarl/goproxy/pull/770) - docs: add missing godoc comments to exported symbols by [@&#8203;scovl](https://redirect.github.com/scovl) in [#&#8203;768](https://redirect.github.com/elazarl/goproxy/pull/768) - http: forward upstream response trailers by [@&#8203;0b01](https://redirect.github.com/0b01) in [#&#8203;773](https://redirect.github.com/elazarl/goproxy/pull/773) - Remove insecure skip verify from origin transport by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;774](https://redirect.github.com/elazarl/goproxy/pull/774) - Avoid chunked response when there is http.NoBody by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;776](https://redirect.github.com/elazarl/goproxy/pull/776) - fix(https): close client connection when target connection errors by [@&#8203;wucm667](https://redirect.github.com/wucm667) in [#&#8203;779](https://redirect.github.com/elazarl/goproxy/pull/779) - fix: restore examples module health and clarify sample apps by [@&#8203;Thiago-Tertuliano](https://redirect.github.com/Thiago-Tertuliano) in [#&#8203;780](https://redirect.github.com/elazarl/goproxy/pull/780) - fix: append headers instead of overwriting when keepDestHeaders is true by [@&#8203;Yanhu007](https://redirect.github.com/Yanhu007) in [#&#8203;771](https://redirect.github.com/elazarl/goproxy/pull/771) #### New Contributors - [@&#8203;Yanhu007](https://redirect.github.com/Yanhu007) made their first contribution in [#&#8203;770](https://redirect.github.com/elazarl/goproxy/pull/770) - [@&#8203;scovl](https://redirect.github.com/scovl) made their first contribution in [#&#8203;768](https://redirect.github.com/elazarl/goproxy/pull/768) - [@&#8203;0b01](https://redirect.github.com/0b01) made their first contribution in [#&#8203;773](https://redirect.github.com/elazarl/goproxy/pull/773) - [@&#8203;wucm667](https://redirect.github.com/wucm667) made their first contribution in [#&#8203;779](https://redirect.github.com/elazarl/goproxy/pull/779) - [@&#8203;Thiago-Tertuliano](https://redirect.github.com/Thiago-Tertuliano) made their first contribution in [#&#8203;780](https://redirect.github.com/elazarl/goproxy/pull/780) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.8.3...v1.8.4> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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/canonical/fetch-service). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged automated dependency update upgrading github.com/elazarl/goproxy from v1.8.3 to v1.8.4. Includes HTTP handling fixes and documentation updates. Approved by reviewers and passed CI checks before merging into main.

Update history

Date Change
created

Related issues

Issue Project State Summary Similarity
#590 fix(deps): update module github.com/elazarl/goproxy to v1.8.3 fetch-service merged Merged automated dependency update for github.com/elazarl/goproxy from v1.8.2 to v1.8.3. The upgrade applies upstream fixes for MITM HTTP/2 protocol version leaks and resolves linting issues. Approved by two reviewers, passed all CI checks, and was manually merged.
96%
#349 fix(deps): update module github.com/elazarl/goproxy to v1.7.2 fetch-service merged Merged automated dependency update for github.com/elazarl/goproxy from v1.7.1 to v1.7.2. Approved by two reviewers, passed CI checks, and integrated successfully.
94%
#636 fix(deps): update module github.com/elazarl/goproxy to v1.9.0 fetch-service merged Merged automated dependency upgrade of github.com/elazarl/goproxy from v1.8.4 to v1.9.0. Adds HTTP/2 MITM support and bug fixes. CI checks passed and the change was integrated into main.
93%
#586 fix(deps): update elazarl/goproxy to 1.8.2 fetch-service merged Merged dependency update to elazarl/goproxy 1.8.2. Approved by two reviewers with passing CI checks. The change modified three files, reducing the total line count by eight.
89%
#319 fix(deps): update module github.com/elazarl/goproxy to v1 fetch-service merged Merged an automated Renovate update upgrading github.com/elazarl/goproxy to v1.7.1. Approved by two reviewers, passed CI checks, and applied with a minimal two-file diff.
89%
#561 fix(deps): update module github.com/elazarl/goproxy to v1.8.2 - autoclosed fetch-service closed Dependency update PR for github.com/elazarl/goproxy to v1.8.2 was autoclosed without merging. Failing CI checks and inactivity triggered automatic closure, abandoning the change.
88%
#157 fix(deps): update github.com/elazarl/goproxy digest to 8b0c205 fetch-service merged Merged automated dependency update from Renovate. Updated github.com/elazarl/goproxy digest from 03be625 to 8b0c205. Approved by two reviewers, passed CI, and merged into main.
87%
#644 fix(deps): update module github.com/elazarl/goproxy to v1.9.1 fetch-service open Updates github.com/elazarl/goproxy from v1.9.0 to v1.9.1 via Renovate. Minimal diff (+3/-1, 2 files). CI has some failures (snap-test, unit-tests, OSV-scanner). No reviews yet.
87%
#104 fix(deps): update github.com/elazarl/goproxy digest to 03be625 fetch-service merged Merged automated dependency update updating github.com/elazarl/goproxy digest from a0805db to 03be625. Approved by two reviewers, passed CI, and merged.
86%
#207 fix(deps): update github.com/elazarl/goproxy digest to 6741dbf fetch-service merged Merged automated dependency update that changed the github.com/elazarl/goproxy digest from a0805db to 6741dbf. Approved by two reviewers and passed CI checks.
86%