New features
- Add the ability to listen on a unix socket (see
SOCKET_PATH
). - Added the ability to specify an IP address for binding (see
LISTEN_ADDRESS
).
Other changes
- Added a version of the program without Docker (x86-64 linux only).
- Handle interrupts and wait for connections to complete.
- Initialize response on startup.
- Update github actions and alpine image.