[PR #269] [CLOSED] Update module github.com/refraction-networking/utls to v1.7.0 - autoclosed #301

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

📋 Pull Request Information

Original PR: https://github.com/cbeuw/Cloak/pull/269
Author: @renovate[bot]
Created: 7/5/2024
Status: Closed

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


📝 Commits (1)

  • 33a41a7 Update module github.com/refraction-networking/utls to v1.7.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/refraction-networking/utls v1.6.6 -> v1.7.0 age adoption passing confidence

Release Notes

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

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0

v1.6.7: Allow inspecting Client Hello before locking Session/PSK

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.6...v1.6.7


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/269 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/5/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `renovate/github.com-refraction-networking-utls-1.x` --- ### 📝 Commits (1) - [`33a41a7`](https://github.com/cbeuw/Cloak/commit/33a41a7ab0682d253ed09611869e4b5cb7a04a5f) Update module github.com/refraction-networking/utls to v1.7.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/refraction-networking/utls](https://redirect.github.com/refraction-networking/utls) | `v1.6.6` -> `v1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frefraction-networking%2futls/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frefraction-networking%2futls/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frefraction-networking%2futls/v1.6.6/v1.7.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.6.6/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>refraction-networking/utls (github.com/refraction-networking/utls)</summary> ### [`v1.7.0`](https://redirect.github.com/refraction-networking/utls/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0) #### What's Changed - Fix Config.InsecureSkipTimeVerify not being respected by [@&#8203;adotkhan](https://redirect.github.com/adotkhan) in [https://github.com/refraction-networking/utls/pull/303](https://redirect.github.com/refraction-networking/utls/pull/303) - Fixes session ticket / PSK not set by [@&#8203;adotkhan](https://redirect.github.com/adotkhan) in [https://github.com/refraction-networking/utls/pull/302](https://redirect.github.com/refraction-networking/utls/pull/302) - fix: generate ClientHelloSpec only once by [@&#8203;adotkhan](https://redirect.github.com/adotkhan) in [https://github.com/refraction-networking/utls/pull/306](https://redirect.github.com/refraction-networking/utls/pull/306) - fix: extMasterSecret mismatch with extended_master_secret extension by [@&#8203;adotkhan](https://redirect.github.com/adotkhan) in [https://github.com/refraction-networking/utls/pull/307](https://redirect.github.com/refraction-networking/utls/pull/307) - Merge changes from go 1.23.4 by [@&#8203;mingyech](https://redirect.github.com/mingyech) in [https://github.com/refraction-networking/utls/pull/323](https://redirect.github.com/refraction-networking/utls/pull/323) - build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/refraction-networking/utls/pull/326](https://redirect.github.com/refraction-networking/utls/pull/326) - Merge changes from go 1.24.0 by [@&#8203;mingyech](https://redirect.github.com/mingyech) in [https://github.com/refraction-networking/utls/pull/329](https://redirect.github.com/refraction-networking/utls/pull/329) - Add Chrome 131 parrot and ML-KEM support by [@&#8203;BRUHItsABunny](https://redirect.github.com/BRUHItsABunny) in [https://github.com/refraction-networking/utls/pull/322](https://redirect.github.com/refraction-networking/utls/pull/322) - feat: add support for ECH when using custom clienthello specs by [@&#8203;mingyech](https://redirect.github.com/mingyech) in [https://github.com/refraction-networking/utls/pull/331](https://redirect.github.com/refraction-networking/utls/pull/331) - Fix check for TLS downgrade canary by [@&#8203;mingyech](https://redirect.github.com/mingyech) in [https://github.com/refraction-networking/utls/pull/337](https://redirect.github.com/refraction-networking/utls/pull/337) - build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/refraction-networking/utls/pull/336](https://redirect.github.com/refraction-networking/utls/pull/336) #### New Contributors - [@&#8203;mingyech](https://redirect.github.com/mingyech) made their first contribution in [https://github.com/refraction-networking/utls/pull/323](https://redirect.github.com/refraction-networking/utls/pull/323) - [@&#8203;BRUHItsABunny](https://redirect.github.com/BRUHItsABunny) made their first contribution in [https://github.com/refraction-networking/utls/pull/322](https://redirect.github.com/refraction-networking/utls/pull/322) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0 ### [`v1.6.7`](https://redirect.github.com/refraction-networking/utls/releases/tag/v1.6.7): Allow inspecting Client Hello before locking Session/PSK [Compare Source](https://redirect.github.com/refraction-networking/utls/compare/v1.6.6...v1.6.7) #### What's Changed - Allow BuildHandshakeState to inspect ClientHello before setting SessionTicket/PSK by [@&#8203;adotkhan](https://redirect.github.com/adotkhan) in [https://github.com/refraction-networking/utls/pull/301](https://redirect.github.com/refraction-networking/utls/pull/301) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.6.6...v1.6.7 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --- <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:32 +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#301
No description provided.