fix(deps): update module github.com/elazarl/goproxy to v1.9.0
Metadata
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` |  |  |
---
### 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 [@​ErikPelli](https://redirect.github.com/ErikPelli) in [#​785](https://redirect.github.com/elazarl/goproxy/pull/785)
- Use Go standard library to check port by [@​ErikPelli](https://redirect.github.com/ErikPelli) in [#​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 [@​LumiaSecurity](https://redirect.github.com/LumiaSecurity) (including [@​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 [@​ErikPelli](https://redirect.github.com/ErikPelli) in [#​793](https://redirect.github.com/elazarl/goproxy/pull/793)
- Stream MITM response bodies by [@​krissetto](https://redirect.github.com/krissetto) in [#​794](https://redirect.github.com/elazarl/goproxy/pull/794)
#### New Contributors
- [@​krissetto](https://redirect.github.com/krissetto) made their first contribution in [#​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 [@​shaharfreiman](https://redirect.github.com/shaharfreiman) in [#​787](https://redirect.github.com/elazarl/goproxy/pull/787)
- Remove redundant certificate Leaf set starting from Go 1.23 by [@​ErikPelli](https://redirect.github.com/ErikPelli) in [#​789](https://redirect.github.com/elazarl/goproxy/pull/789)
- Fix headers overwrite when there are no trailers by [@​ErikPelli](https://redirect.github.com/ErikPelli) in [#​791](https://redirect.github.com/elazarl/goproxy/pull/791)
#### New Contributors
- [@​shaharfreiman](https://redirect.github.com/shaharfreiman) made their first contribution in [#​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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. |