Skip to content

Releases: calagopus/wings

1.0.0-pre.3

01 Mar 10:31
fdff29b

Choose a tag to compare

1.0.0-pre.2

21 Feb 21:15
77debbc

Choose a tag to compare

1.0.0-pre.1

18 Feb 14:28
83094a8

Choose a tag to compare

0.24.9: update dependencies, refactor some backup code, increase default pid

16 Feb 19:00
6662481

Choose a tag to compare

0.24.8

11 Feb 10:22
5b08457

Choose a tag to compare

add ntp check on startup, do not log expired jwts as big red error

0.24.7: Support listening on unix sockets (#9)

04 Feb 07:57
a8c7f5d

Choose a tag to compare

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

28 Jan 11:09
55cbee0

Choose a tag to compare

implement msgpack support for server ws, switch from duplexes to simp…

0.24.5

26 Jan 21:02
d222b38

Choose a tag to compare

more api content ser/deser options

0.24.4

25 Jan 12:52
211b5d2

Choose a tag to compare

send schedule source in activity-related things

0.24.3

23 Jan 20:55
73c6bcb

Choose a tag to compare

fix some filesystem bugs, migrate more code to use compact_str