The-NeXT-Project / NeXT-Server

Next generation proxy server.
https://nextpanel.dev
GNU General Public License v3.0
73 stars 18 forks source link

build(deps): bump github.com/xtls/xray-core from 1.8.21 to 1.8.23 #43

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps github.com/xtls/xray-core from 1.8.21 to 1.8.23.

Release notes

Sourced from github.com/xtls/xray-core's releases.

Xray-core v1.8.23

SplitHTTP Upload Optimization

正如 v1.8.21 所预告的,SplitHTTP 现已引入 scMinPostsIntervalMs 选项,优化了上行的稳定性。

scMinPostsIntervalMs 为客户端独有参数,默认值为 30,即单个子连接内每 30 毫秒 POST 一次,你可以将它设为 10 以降低游戏延迟,或者设为 10-50 以减少特征。注意:服务端必须升级到该版本以支持新版客户端,兼容旧版客户端。

下个版本主要会引入 multiplex control,以及支持 H3 dialerProxy。目前我们计划等到 uQuic v0.1.0 时用其替换 quic-go。

Changes

恭喜 @​mmmray 贡献了 Xray-core 的第 1000 个 commit!

Commits
  • 4c82ef8 v1.8.23
  • 30af792 SplitHTTP: Rename three options & Reduce server defaults (#3611)
  • 33daa0c SplitHTTP: Fix wrong config deserialization (#3610)
  • 70383c5 v1.8.22
  • 521d8ef Docker: Add multi-arch builds and Loyalsoldier flavor (#3589)
  • 4531a7e CertificateObject: Enable auto-reload for cacert & Add buildChain & Fixes (#3...
  • a342db3 Fix a nil pointer in Wireguard client logging (#3608)
  • 60553a6 SplitHTTP server: Add noSSEHeader
  • 59f6685 SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix qu...
  • 4cb2a12 Don't do raw/splice copy in case of MITM
  • Additional commits viewable 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 3 months ago

Looks like github.com/xtls/xray-core is up-to-date now, so this is no longer needed.