Skip to content

chore(deps): bump github.com/sagernet/sing-box from 1.12.22 to 1.13.2#126

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/sagernet/sing-box-1.13.2
Closed

chore(deps): bump github.com/sagernet/sing-box from 1.12.22 to 1.13.2#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/sagernet/sing-box-1.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/sagernet/sing-box from 1.12.22 to 1.13.2.

Release notes

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

1.13.2

📝 Release Notes

  • Fixes and improvements

1.13.1

📝 Release Notes

  • Fixes and improvements

1.13.1-beta.2

📝 Release Notes

  • Fixes and improvements

1.13.1-beta.1

📝 Release Notes

  • Fixes and improvements

1.13.0

📝 Release Notes

Important changes since 1.12:

  • Add NaiveProxy outbound 1
  • Add pre-match support for auto_redirect 2
  • Improve auto_redirect 3
  • Add Chrome Root Store certificate option 4
  • Add new options for ACME DNS-01 challenge providers 5
  • Add Wi-Fi state support for Linux and Windows 6
  • Add curve preferences, pinned public key SHA256, mTLS and ECH query_server_name for TLS options 7
  • Add kTLS support 8
  • Add ICMP echo (ping) proxy support 9
  • Add interface_address, network_interface_address and default_interface_address rule items 10
  • Add preferred_by route rule item 11
  • Improve local DNS server 12
  • Add disable_tcp_keep_alive, tcp_keep_alive and tcp_keep_alive_interval options for listen and dial fields 13
  • Add bind_address_no_port option for dial fields 14
  • Add system interface and relay server options for Tailscale endpoint 15
  • Add Claude Code Multiplexer service 16
  • Add OpenAI Codex Multiplexer service 17
  • Apple/Android: Refactor GUI
  • Apple/Android: Add support for sharing configurations via QRS
  • Android: Add support for resisting VPN detection via Xposed
  • Drop support for go1.23 18
  • Drop support for Android 5.0 19
  • Update uTLS to v1.8.2 20
  • Update quic-go to v0.59.0
  • Update gVisor to v20250811

... (truncated)

Changelog

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

1.13.2

  • Fixes and improvements

1.13.1

  • Fixes and improvements

1.12.14

  • Backport fixes

1.13.0

Important changes since 1.12:

  • Add NaiveProxy outbound 1
  • Add pre-match support for auto_redirect 2
  • Improve auto_redirect 3
  • Add Chrome Root Store certificate option 4
  • Add new options for ACME DNS-01 challenge providers 5
  • Add Wi-Fi state support for Linux and Windows 6
  • Add curve preferences, pinned public key SHA256, mTLS and ECH query_server_name for TLS options 7
  • Add kTLS support 8
  • Add ICMP echo (ping) proxy support 9
  • Add interface_address, network_interface_address and default_interface_address rule items 10
  • Add preferred_by route rule item 11
  • Improve local DNS server 12
  • Add disable_tcp_keep_alive, tcp_keep_alive and tcp_keep_alive_interval options for listen and dial fields 13
  • Add bind_address_no_port option for dial fields 14
  • Add system interface, relay server and advertise tags options for Tailscale endpoint 15
  • Add Claude Code Multiplexer service 16
  • Add OpenAI Codex Multiplexer service 17
  • Apple/Android: Refactor GUI
  • Apple/Android: Add support for sharing configurations via QRS
  • Android: Add support for resisting VPN detection via Xposed
  • Drop support for go1.23 18
  • Drop support for Android 5.0 19
  • Update uTLS to v1.8.2 20
  • Update quic-go to v0.59.0
  • Update gVisor to v20250811
  • Update Tailscale to v1.92.4

1:

NaiveProxy outbound now supports QUIC, ECH, UDP over TCP, and configurable QUIC congestion control.

Only available on Apple platforms, Android, Windows and some Linux architectures. Each Windows release includes libcronet.dll — ensure this file is in the same directory as sing-box.exe or in a directory listed in PATH.

... (truncated)

Commits
  • c0d45ae Bump version
  • 4e0a953 sing: Revert "Relax domain name validation to support non-standard characters"
  • 27c5b0b Fix DNS exchange failure and recursion deadlock in connector
  • 84019b0 Fix v2ray HTTP transport server
  • 7fd21f8 Bump version
  • 88695b0 Rename branches and update release workflows
  • fb269c9 tun: Fix darwin batch loop not exit on EBADF
  • e62dc7b Fix rule_set_ip_cidr_accept_empty not working
  • f295e19 tailscale: Fix netstack TCP connections with system interface
  • ab76062 Fix fake-ip address allocation
  • 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 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)

Bumps [github.com/sagernet/sing-box](https://github.com/sagernet/sing-box) from 1.12.22 to 1.13.2.
- [Release notes](https://github.com/sagernet/sing-box/releases)
- [Changelog](https://github.com/SagerNet/sing-box/blob/testing/docs/changelog.md)
- [Commits](SagerNet/sing-box@v1.12.22...v1.13.2)

---
updated-dependencies:
- dependency-name: github.com/sagernet/sing-box
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #129.

@dependabot dependabot Bot closed this Mar 16, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/sagernet/sing-box-1.13.2 branch March 16, 2026 06:36
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants