← Back to issue list

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

View original Github issue

Metadata

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

Current evaluation

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.

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.4` → `v1.9.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felazarl%2fgoproxy/v1.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felazarl%2fgoproxy/v1.8.4/v1.9.0?slim=true) | --- ### Release Notes <details> <summary>elazarl/goproxy (github.com/elazarl/goproxy)</summary> ### [`v1.9.0`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.9.0): : HTTP/2 MITM Full Support [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.8.6...v1.9.0) #### What's Changed - HTTP/2 MITM Full Support by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;785](https://redirect.github.com/elazarl/goproxy/pull/785) - Use Go standard library to check port by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;795](https://redirect.github.com/elazarl/goproxy/pull/795) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.8.6...v1.9.0> ##### Highlights & Acknowledgements - **HTTP/2 MITM Support:** This release introduces native support for inspecting and manipulating HTTP/2 traffic within GoProxy's MITM functionality. A special thanks to the team at [@&#8203;LumiaSecurity](https://redirect.github.com/LumiaSecurity) (including [@&#8203;omriza](https://redirect.github.com/omriza) for the review) for supporting the development of these HTTP/2 MITM features and contributing to this major enhancement. Achieving full HTTP/2 MITM capability represents a huge milestone for GoProxy, taking our library to the next level for whoever needs it. **To enable it, make sure that `AllowHTTP2` is set to `true` in the proxy configuration.** ##### ⚠️ Possible Breaking Change - Previously there was an incomplete implementation of HTTP/2 inside the `h2.go` file, with an exported H2Transport struct. Probably no one was using it, but if you were, be careful that in this release it has been removed to create the full HTTP/2 MITM implementation. ### [`v1.8.6`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.8.6) [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.8.5...v1.8.6) #### What's Changed - Fix unexpected scheme edge case in MITM by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;793](https://redirect.github.com/elazarl/goproxy/pull/793) - Stream MITM response bodies by [@&#8203;krissetto](https://redirect.github.com/krissetto) in [#&#8203;794](https://redirect.github.com/elazarl/goproxy/pull/794) #### New Contributors - [@&#8203;krissetto](https://redirect.github.com/krissetto) made their first contribution in [#&#8203;794](https://redirect.github.com/elazarl/goproxy/pull/794) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.8.5...v1.8.6> ### [`v1.8.5`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.8.5) [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.8.4...v1.8.5) #### What's Changed - fix(https): coalesce the MITM response head into a single write by [@&#8203;shaharfreiman](https://redirect.github.com/shaharfreiman) in [#&#8203;787](https://redirect.github.com/elazarl/goproxy/pull/787) - Remove redundant certificate Leaf set starting from Go 1.23 by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;789](https://redirect.github.com/elazarl/goproxy/pull/789) - Fix headers overwrite when there are no trailers by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;791](https://redirect.github.com/elazarl/goproxy/pull/791) #### New Contributors - [@&#8203;shaharfreiman](https://redirect.github.com/shaharfreiman) made their first contribution in [#&#8203;787](https://redirect.github.com/elazarl/goproxy/pull/787) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.8.4...v1.8.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b 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.

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.
95%
#614 fix(deps): update module github.com/elazarl/goproxy to v1.8.4 fetch-service merged 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.
93%
#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.
91%
#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%
#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.
86%
#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.
84%
#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.
84%
#52 fix(deps): update module github.com/elazarl/goproxy to v1 - autoclosed fetch-service closed Renovate PR to update goproxy to v1.1 was autoclosed after failing to resolve the dependency version in go.mod. The update was abandoned due to a module resolution error.
84%
#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.
83%
#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.
82%