Skip to content

deps: bump github.com/vapor/websocket-kit from 2.16.1 to 2.16.2 - #13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/vapor/websocket-kit-2.16.2
Closed

deps: bump github.com/vapor/websocket-kit from 2.16.1 to 2.16.2#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/vapor/websocket-kit-2.16.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Copy link
Copy Markdown

Bumps github.com/vapor/websocket-kit from 2.16.1 to 2.16.2.

Release notes

Sourced from github.com/vapor/websocket-kit's releases.

2.16.2 - Fix WebSocket proxy URL construction and missing configuration parameter

What's Changed

Fix WebSocket proxy URL construction and missing configuration parameter by @​Weixi779 in #160

Background

I noticed issue #147 regarding the incorrect WebSocket proxy URL construction. I also saw a similar solution proposed in PR #149 by @​GEverding, which correctly identified the root cause of the problem.

However, PR #149 received a change request from @​0xTim asking for tests to verify the proxy URI generation. Since that PR has not been updated, I have created this PR with the complete fix including the requested test modifications.

Changes

1. Fix proxy URL construction order - Fixes #147

  • Changed URL format from ws://host/path:port to ws://host:port/path
  • Updated test assertion in testProxy to expect the correct URL format
  • Credit to @​GEverding for identifying this issue in PR #149

2. Add missing configuration parameter

  • Pass configuration parameter when connecting through proxy
  • Ensures client configuration is properly forwarded to the underlying connection

3. Use correct URI form for wss + proxy connections

  • For wss with proxy: use origin-form (/path) after CONNECT tunnel per RFC 7230 …

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​0xTim

Full Changelog: vapor/websocket-kit@2.16.1...2.16.2

Commits
  • 90bbbda Fix WebSocket proxy URL construction and missing configuration parameter (#160)
  • 7e5dfaf Add permissions to api-docs.yml
  • d263f71 Add permissions to test.yml
  • 7ffd8cd [skip ci] Create dependabot.yml
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Apr 11, 2026
@MrSaneApps
MrSaneApps force-pushed the dependabot/swift/github.com/vapor/websocket-kit-2.16.2 branch 9 times, most recently from 68fd848 to 6b02a39 Compare April 13, 2026 23:30
Bumps [github.com/vapor/websocket-kit](https://github.com/vapor/websocket-kit) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/vapor/websocket-kit/releases)
- [Commits](vapor/websocket-kit@2.16.1...90bbbda)

---
updated-dependencies:
- dependency-name: github.com/vapor/websocket-kit
  dependency-version: 2.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@MrSaneApps
MrSaneApps force-pushed the dependabot/swift/github.com/vapor/websocket-kit-2.16.2 branch from 6b02a39 to d48c0b0 Compare April 13, 2026 23:36
@MrSaneApps

Copy link
Copy Markdown
Collaborator

Closing this dependency bump for now. I tested the combined SaneVideo dependency refresh on the Mini; the update lane failed, and a clean main-branch verify then hung in InspectorRegressionTests.testFileRelinking. Until the SaneVideo base Mini verify lane is green and non-hanging, these lockfile bumps are not safe to merge. We can reopen as a single verified dependency refresh after the base lane is fixed.

@MrSaneApps MrSaneApps closed this Apr 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/swift/github.com/vapor/websocket-kit-2.16.2 branch April 24, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant