Releases: qualified/lsp-ws-proxy
Releases Β· qualified/lsp-ws-proxy
v0.9.0-rc.3
- Detect unhealthy connection and terminate by @kazk in #32
v0.9.0-rc.2
- Ping the client every 30s to keep the connection alive
v0.9.0-rc.1
- Compress messages to reduce latency (#30)
v0.8.0
- Add support for multiple servers (#28)
- Make sure paths are under the project root for
/files
(#29)
v0.7.0
- Add
POST /files
to manipulate remote files (#24)
- Remove inactivity timeout (#27)
v0.6.1
- Make sure the parent directory exists before writing a file (#23)
v0.6.0
- Change the default address to
0.0.0.0
- Use tracing
v0.5.0
- Make normal GET / return OK
- Migrate to Tokio and use warp
- Allow multiple connections (for now)