v1.6.0
Fixed
- Internal logic for processing a server start event has been adjusted to attach to the Docker container before attempting to start the container. This should fix issues where a server would get stuck after pulling the container image.
- Fixes a bug in the console output that was dropping console lines when a large number of lines were sent at once.
Changed
- Removed the console throttle logic that would terminate a server instance that was sending too much data. This logic has been replaced with simpler logic that only throttles the console, it does not try to terminate the server. In addition, this change has reduced the number of go-routines needed by the application and dramatically simplified internal logic.
- Removed the
--profiler
flag and replaced it with--pprof
which will start an internal server listening onlocalhost:6060
allowing you to use Go's standardpprof
tooling. - Replaced the
json
log driver for Docker containers withlocal
to reduce the amount of overhead when it comes to streaming logs from instances.
SHA256 Checksum
ca1bf3a3812ae818cb27324c4329d7d07c684e43ce26ae619422aeac709726cd wings_linux_amd64
4a983b3a56d72642c2a0afad60f209288b607f563b57585f204efa53a4aebf3e wings_linux_arm64