Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.84k stars 790 forks source link

chore: update `outline-ss-server` dependency to latest version #1593

Closed sbruens closed 1 month ago

sbruens commented 2 months ago

We are also missing the webpack CLI dependency, which the task automatically adds on a docker run. Sweeping that into this PR.

sbruens commented 2 months ago

The integration test revealed a deadlock issue with config reloads and closing packet handlers. https://github.com/Jigsaw-Code/outline-ss-server/pull/211 fixes the issue, which will need to be merged before updating the dependency here.

sbruens commented 1 month ago

Updated to 1.7.1 that has the fix. Going to merge this.