[PR #312] [MERGED] fix(deps): update module github.com/refraction-networking/utls to v1.8.0 #313

Closed
opened 2026-02-26 12:34:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cbeuw/Cloak/pull/312
Author: @renovate[bot]
Created: 7/22/2025
Status: Merged
Merged: 7/22/2025
Merged by: @cbeuw

Base: masterHead: renovate/github.com-refraction-networking-utls-1.x


📝 Commits (1)

  • 8f629c7 fix(deps): update module github.com/refraction-networking/utls to v1.8.0

📊 Changes

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

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Confidence
github.com/refraction-networking/utls v1.7.3 -> v1.8.0 age confidence

Release Notes

refraction-networking/utls (github.com/refraction-networking/utls)

v1.8.0

Compare Source

For fingerprinting, this update adds Chrome 133 spec, fixes an issue with the Edge 106 spec, and makes the randomized spec more up to date. It also includes numerous bug fixes and other improvements to the library. Thank you to everyone who contributed!

What's Changed

New Contributors

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.7.3...v1.8.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/cbeuw/Cloak/pull/312 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 7/22/2025 **Merged by:** [@cbeuw](https://github.com/cbeuw) **Base:** `master` ← **Head:** `renovate/github.com-refraction-networking-utls-1.x` --- ### 📝 Commits (1) - [`8f629c7`](https://github.com/cbeuw/Cloak/commit/8f629c7b2ef73c4c6286afeea87c3521cd7a076b) fix(deps): update module github.com/refraction-networking/utls to v1.8.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/refraction-networking/utls](https://redirect.github.com/refraction-networking/utls) | `v1.7.3` -> `v1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frefraction-networking%2futls/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frefraction-networking%2futls/v1.7.3/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>refraction-networking/utls (github.com/refraction-networking/utls)</summary> ### [`v1.8.0`](https://redirect.github.com/refraction-networking/utls/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/refraction-networking/utls/compare/v1.7.3...v1.8.0) For fingerprinting, this update adds Chrome 133 spec, fixes an issue with the Edge 106 spec, and makes the randomized spec more up to date. It also includes numerous bug fixes and other improvements to the library. Thank you to everyone who contributed! #### What's Changed - Implement Chrome 133+ support by [@&#8203;BRUHItsABunny](https://redirect.github.com/BRUHItsABunny) in [https://github.com/refraction-networking/utls/pull/333](https://redirect.github.com/refraction-networking/utls/pull/333) - fix: malformed cookie payload by [@&#8203;BRUHItsABunny](https://redirect.github.com/BRUHItsABunny) in [https://github.com/refraction-networking/utls/pull/346](https://redirect.github.com/refraction-networking/utls/pull/346) - \[Cleaner Version] Support for Certificate Compression Algorithm extension in Certificate Request Message by [@&#8203;Juktong](https://redirect.github.com/Juktong) in [https://github.com/refraction-networking/utls/pull/348](https://redirect.github.com/refraction-networking/utls/pull/348) - Update u\_parrots.go by [@&#8203;yuhan6665](https://redirect.github.com/yuhan6665) in [https://github.com/refraction-networking/utls/pull/353](https://redirect.github.com/refraction-networking/utls/pull/353) - Expose `serverHello` earlier in clientHandshake() by [@&#8203;RPRX](https://redirect.github.com/RPRX) in [https://github.com/refraction-networking/utls/pull/357](https://redirect.github.com/refraction-networking/utls/pull/357) - Export `Mlkem` and `MlkemEcdhe` in struct `KeySharePrivateKeys` by [@&#8203;RPRX](https://redirect.github.com/RPRX) in [https://github.com/refraction-networking/utls/pull/358](https://redirect.github.com/refraction-networking/utls/pull/358) - Add entropy in generateRandomizedSpec() by [@&#8203;nihiloid](https://redirect.github.com/nihiloid) in [https://github.com/refraction-networking/utls/pull/354](https://redirect.github.com/refraction-networking/utls/pull/354) - Remove dependency on cloudflare circl by [@&#8203;mingyech](https://redirect.github.com/mingyech) in [https://github.com/refraction-networking/utls/pull/352](https://redirect.github.com/refraction-networking/utls/pull/352) #### New Contributors - [@&#8203;Juktong](https://redirect.github.com/Juktong) made their first contribution in [https://github.com/refraction-networking/utls/pull/348](https://redirect.github.com/refraction-networking/utls/pull/348) - [@&#8203;yuhan6665](https://redirect.github.com/yuhan6665) made their first contribution in [https://github.com/refraction-networking/utls/pull/353](https://redirect.github.com/refraction-networking/utls/pull/353) - [@&#8203;nihiloid](https://redirect.github.com/nihiloid) made their first contribution in [https://github.com/refraction-networking/utls/pull/354](https://redirect.github.com/refraction-networking/utls/pull/354) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.7.3...v1.8.0 </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/cbeuw/Cloak). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:34:35 +03:00
Sign in to join this conversation.
No labels
pull-request
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/Cloak#313
No description provided.