Releases: calagopus/wings
Releases · calagopus/wings
0.24.7: Support listening on unix sockets (#9)
If `host` in the config fails to parse as an IP address it will trying to bind to a Unix socket. Tested with Caddy and cURL by doing cURL: `curl --unix-socket /tmp/calagopus.sock http://localhost/` Caddy: `caddy reverse-proxy --from :8080 --to unix//tmp/calagopus.sock`
0.24.6
implement msgpack support for server ws, switch from duplexes to simp…
0.24.5
more api content ser/deser options
0.24.4
send schedule source in activity-related things
0.24.3
fix some filesystem bugs, migrate more code to use compact_str
0.24.2
xz and lzip decompression multithreading
0.24.1
[ci skip] oops
0.24.0
more compose comments
0.23.2
implement support for copying files to a remote server
0.23.1
implement directory copying