Ehco1996 / ehco

ehco is a network ʚrelayɞ tool and a typo :)
https://docs.ehco-relay.cc/
GNU General Public License v3.0
1.23k stars 207 forks source link

build(deps): bump the dependencies group across 1 directory with 9 updates #340

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies group with 8 updates in the / directory:

Package From To
github.com/getsentry/sentry-go 0.27.0 0.28.0
github.com/gobwas/ws 1.3.2 1.4.0
github.com/labstack/echo/v4 4.11.4 4.12.0
github.com/prometheus/common 0.53.0 0.54.0
github.com/sagernet/sing 0.3.8 0.4.1
github.com/sagernet/sing-box 1.8.14 1.9.3
github.com/urfave/cli/v2 2.27.1 2.27.2
github.com/xtls/xray-core 1.8.9 1.8.13

Updates github.com/getsentry/sentry-go from 0.27.0 to 0.28.0

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.28.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0.

Features

  • Add a Fiber performance tracing & error reporting integration (#795)
  • Add performance tracing to the Echo integration (#722)
  • Add performance tracing to the FastHTTP integration (#732)
  • Add performance tracing to the Iris integration (#809)
  • Add performance tracing to the Negroni integration (#808)
  • Add FailureIssueThreshold & RecoveryThreshold to MonitorConfig (#775)
  • Use errors.Unwrap() to create exception groups (#792)
  • Add support for matching on strings for ClientOptions.IgnoreErrors & ClientOptions.IgnoreTransactions (#819)
  • Add http.request.method attribute for performance span data (#786)
  • Accept interface{} for span data values (#784)

Fixes

  • Fix missing stack trace for parsing error in logrusentry (#689)
Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.28.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0.

Features

  • Add a Fiber performance tracing & error reporting integration (#795)
  • Add performance tracing to the Echo integration (#722)
  • Add performance tracing to the FastHTTP integration (#732)
  • Add performance tracing to the Iris integration (#809)
  • Add performance tracing to the Negroni integration (#808)
  • Add FailureIssueThreshold & RecoveryThreshold to MonitorConfig (#775)
  • Use errors.Unwrap() to create exception groups (#792)
  • Add support for matching on strings for ClientOptions.IgnoreErrors & ClientOptions.IgnoreTransactions (#819)
  • Add http.request.method attribute for performance span data (#786)
  • Accept interface{} for span data values (#784)

Fixes

  • Fix missing stack trace for parsing error in logrusentry (#689)
Commits


Updates github.com/gobwas/ws from 1.3.2 to 1.4.0

Release notes

Sourced from github.com/gobwas/ws's releases.

v1.4.0

What's Changed

Full Changelog: https://github.com/gobwas/ws/compare/v1.3.2...v1.4.0

Commits


Updates github.com/labstack/echo/v4 from 4.11.4 to 4.12.0

Release notes

Sourced from github.com/labstack/echo/v4's releases.

v4.12.0 - 2024-04-15

Security

Enhancements

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v4.11.4...v4.12.0

Changelog

Sourced from github.com/labstack/echo/v4's changelog.

v4.12.0 - 2024-04-15

Security

Enhancements

Commits
  • 88c379f Changelog for v4.12.0 (#2626)
  • e0f2a02 proxy middleware should use http proxy for SSE requests (#2624)
  • 3062025 Update golang.org/x/* deps (#2625)
  • 447c92d When route is registered with empty path it is normalized to /. Make sure t...
  • d549290 Remove maxparam dependence from Context (#2611)
  • 011acb4 default binder can bind pointer to slice as struct field. For example `*[]str...
  • c57fcb3 Default binder can use UnmarshalParams(params []string) error interface to ...
  • a3b0ba2 Fix Real IP logic (#2550)
  • 3598f29 Change type definition blocks to single declarations. This helps copy/pasting...
  • 5f7bedf update makefile
  • Additional commits viewable in compare view


Updates github.com/prometheus/common from 0.53.0 to 0.54.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.54.0

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.53.0...v0.54.0

Commits
  • 789222a Merge pull request #627 from freak12techno/add-time-template-helpers
  • b2fc541 Merge branch 'main' into add-time-template-helpers
  • 9f1953b chore: review fixes
  • 4f7cf6e Update helpers/templates/convert_to_float.go
  • b9d8f7c Update helpers/templates/humanize_duration.go
  • 80e630e Update helpers/templates/humamize_duration_test.go
  • 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (#639)
  • f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (#638)
  • 3ddc148 Merge pull request #636 from prometheus/repo_sync
  • 2b9d805 Update common Prometheus files
  • Additional commits viewable in compare view


Updates github.com/sagernet/sing from 0.3.8 to 0.4.1

Commits


Updates github.com/sagernet/sing-box from 1.8.14 to 1.9.3

Release notes

Sourced from github.com/sagernet/sing-box's releases.

1.9.3

:memo: Release Notes

  • Fixes and improvements

1.9.2

:memo: Release Notes

  • Fixes and improvements

1.9.1

:memo: Release Notes

  • Fixes and improvements

1.9.0

:memo: Release Notes

  • Fixes and improvements

:new: Important changes since 1.8:

  • domain_suffix behavior update 1
  • process_path format update on Windows 2
  • Add address filter DNS rule items 3
  • Add support for client-subnet DNS options 4
  • Add rejected DNS response cache support 5
  • Add bypass_domain and search_domain platform HTTP proxy options 6
  • Fix missing rule_set_ipcidr_match_source item in DNS rules 7
  • Handle Windows power events
  • Always disable cache for fake-ip DNS transport if dns.independent_cache disabled
  • Improve DNS truncate behavior
  • Update Hysteria protocol
  • Update quic-go to v0.43.1
  • Update gVisor to 20240422.0
  • Mitigating TunnelVision attacks 8

1:

See Migration.

2:

See Migration.

3:

The new DNS feature allows you to more precisely bypass Chinese websites via DNS leaks. Do not use plain local DNS if using this method.

... (truncated)

Changelog

Sourced from github.com/sagernet/sing-box's changelog.

1.9.3

  • Fixes and improvements

1.10.0-alpha.10

  • Fixes and improvements

1.9.2

  • Fixes and improvements

1.10.0-alpha.8

  • Drop support for go1.18 and go1.19 1
  • Update quic-go to v0.45.0
  • Update Hysteria2 BBR congestion control
  • Fixes and improvements

1:

Due to maintenance difficulties, sing-box 1.10.0 requires at least Go 1.20 to compile.

1.9.1

  • Fixes and improvements

1.10.0-alpha.7

  • Fixes and improvements

1.10.0-alpha.5

  • Improve auto-redirect 1

1:

nftables support and DNS hijacking has been added.

Tun inbounds with auto_route and auto_redirect now works as expected on routers without intervention.

1.10.0-alpha.4

  • Fix auto-redirect 1
  • Improve auto-route on linux 2

1:

Tun inbounds with auto_route and auto_redirect now works as expected on routers.

... (truncated)

Commits
  • 085f603 Bump version
  • 460fae8 Fix quic-go is caching dialErr since v0.43.0
  • bb9bd9b Fix package manager start order
  • c2354eb Bump version
  • c1f4755 Fix parse UDP DNS server with addr:port address
  • 0ca5909 Stop passing device sleep events on Android and Apple platforms
  • e77a811 Fix rule-set start order
  • f139323 [dependencies] Update actions/checkout digest to a5ac7e5
  • bdba236 [dependencies] Update goreleaser/goreleaser-action action to v6
  • ce0da5b Fix typo
  • Additional commits viewable in compare view


Updates github.com/urfave/cli/v2 from 2.27.1 to 2.27.2

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.27.2

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2

Commits
  • a1a099b Merge pull request #1888 from urfave/v2-maint-deps-up
  • 9b5850b Update dependencies, actions steps, and usage for v2-maint
  • 67566bb Merge pull request #1872 from edeustua/v2-maint
  • fa2b127 fix tests
  • 427677a fix: Fix repeated [arguments...] in usage template
  • 8728c19 Merge pull request #1868 from dearchap/issue_1860
  • 64b40d2 Merge branch 'v2-maint' into issue_1860
  • 09c3974 Merge pull request #1867 from dearchap/issue_1866
  • 7b1f820 Add more tests
  • 7d74b97 Fix:(issue_1860) Remove hidden flags from flag categories
  • Additional commits viewable in compare view


Updates github.com/xtls/xray-core from 1.8.9 to 1.8.13

Release notes

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

Xray-core v1.8.13

安全更新:Socks5 入站有密码时,丢弃未认证过的来源 IP 的 UDP 请求 #3371 @​Fangliding @​RPRX

Features

Fixes

Chores

Xray-core v1.8.12

See https://github.com/XTLS/Xray-core/releases/tag/v1.8.13

Xray-core v1.8.11

感谢 @​Fangliding 加了 issue 模板!

Features

Fixes

Chores

Xray-core v1.8.10

HTTPUpgrade 0-RTT

#3152 @​RPRX

... (truncated)

Commits
  • 3120ca4 v1.8.13
  • 9b6141b Wireguard dial with context
  • 416f2df v1.8.12
  • 29c6318 Upgrade github.com/xtls/reality to 20240429224917
  • 9ee9a06 Add UDPFilter to Socks5 server when auth == password (#3371)
  • 544f766 Bump github.com/quic-go/quic-go from 0.43.1 to 0.44.0
  • 121eb7b Splice update timer to 8 hours for inbound timer
  • 3168d27 Splice update timer to 8 hours
  • b98d060 Improve the issue templates
  • 26d49df Bump google.golang.org/grpc from 1.63.2 to 1.64.0
  • Additional commits viewable in compare view


Updates google.golang.org/grpc from 1.63.2 to 1.64.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.64.0

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#7137)

Performance Improvements

  • client: Improve RPC performance by reducing work while holding a lock (#7132)

Bug Fixes

  • transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#7038)
  • channelz: Fix bug that was causing the subchannel's target to be unset (#7189)
  • stats: Fix bug where peer was not set in context when calling stats handler for OutPayload, InPayload, and End (#7096)

Dependencies

  • deps: Remove dependency on deprecated github.com/golang/protobuf module (#7122)

Documentation

  • grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError which are ignored by NewClient (#7097)
  • grpc: Deprecate Dial and DialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users to NewClient (See #7090 for more information)
  • examples: Add custom lb example (#6691)
Commits
  • fa274d7 Change version to 1.64.0 (#7218)
  • 6b413c8 xds: Surround two Infof calls that use pretty.ToJSON with V(2) checks (...
  • 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (#7217)
  • 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (#7188)
  • 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)
  • c76f686 advancedTLS: Rename get root certs related pieces (#7207)
  • f591e3b codec: remove option to suppress setting supported compressors in headers (#7...
  • b4f7947 github: remove dependabot (#7208)
  • 0561c78 client: add user-friendly error message of LB policy update timed out (#7206)
  • 9d9c1fb peer: remove change detector test (#7204)
  • Additional commits viewable in compare view


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Superseded by #344.