Releases: calagopus/wings
Releases · calagopus/wings
1.0.0-pre.3
Full Changelog: release-1.0.0-pre.2...release-1.0.0-pre.3
1.0.0-pre.2
Full Changelog: release-1.0.0-pre.1...release-1.0.0-pre.2
1.0.0-pre.1
Full Changelog: 0.24.9...release-1.0.0-pre.1
0.24.9: update dependencies, refactor some backup code, increase default pid
0.24.8
add ntp check on startup, do not log expired jwts as big red error
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