CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 198
Releases: Jigsaw-Code/outline-ss-server
v1.9.2
be0f6d7
Compare
This release addresses several WebSocket related bug fixes.
What's Changed
- fix(config): allow empty IP and be strict on ports. By @sbruens in #240
- fix: return early on failure to upgrade. By @sbruens in #242
- fix: break out of reading from the association if we can't get to relay. By @sbruens in #245
- chore: upgrade
outline-sdk/x
to pull in Jigsaw-Code/outline-sdk#377. By @sbruens in #248
Full Changelog: v1.9.1...v1.9.2
Assets 15
outlinecaddy/v0.0.1
be0f6d7
Compare
This release starts the versioning of the outlinecaddy
module.
Note that we are using version 0, which means APIs may change.
Assets 2
v1.9.1
35fc25e
Compare
What's Changed
Full Changelog: v1.9.0...v1.9.1
Assets 15
v1.9.0
0387dfb
Compare
This release is all about WebSockets and laying the groundwork for future features and improvements.
What's Changed
-
WebSockets Support: The server now supports WebSockets, offering a more flexible and efficient way for clients to connect. By @sbruens in #225
Example config:
web: servers: - id: my_web_server listen: - "127.0.0.1:8000" services: - listeners: - type: websocket-stream web_server: my_web_server path: "/SECRET/tcp" # Prevent probing by serving under a secret path. - type: websocket-packet web_server: my_web_server path: "/SECRET/udp" # Prevent probing by serving under a secret path. keys: - id: user-0 cipher: chacha20-ietf-poly1305 secret: Secret0
-
Client IP Detection: The server now correctly identifies client IP addresses from request headers, which is important for logging and key searches. By @sbruens in #233
-
SDK Integration: We've integrated the SDK's WebSocket upgrade function for more streamlined WebSocket handling. By @sbruens in #234
Full Changelog: v1.8.0...v1.9.0
Assets 15
v1.8.0
98db5b4
Compare
Assets 15
v1.7.3
d240aa1
Compare
What's Changed
Full Changelog: v1.7.2...v1.7.3
Assets 15
v1.7.2
e8ec4d0
Compare
What's Changed
Full Changelog: v1.7.1...v1.7.2
Assets 15
v1.7.1
8ee3b79
Compare
What's Changed
Full Changelog: v1.7.0...v1.7.1
Assets 15
v1.7.0
adf8a31
Compare
Assets 15
v1.6.0
55e8d0c
Compare
What's Changed
Full Changelog: v1.5.0...v1.6.0