Releases: denschub/vssv
2.0.2
v2.0.1
2.0.0
This version contains a large refactor to match an internal project template. This results in a few breaking changes and improvements:
- The
--listen_addr/LISTEN_ADDRsetting has been renamed to--listen/LISTEN. - Log levels and formats are now configurable, see
--help. - Binary releases and the official container images switched from Debian to Alpine as the base system.
libjemallocis no longer available in the container.
v1.3.2
This version does not contain any functional changes. It only updates third-party dependencies. Note: The release binaries attached on GitHub are now built with the Ubuntu 24.04 base image, which means they won't work on older systems. It's been long enough, though.
v1.3.1
1.3.0
This version instroduces a new setting, --use-x-real-ip/USE_X_REAL_IP, that defaults to false. If set, vssv will read the x-real-ip header to determine the client IP address, which gets stored in the audit log. This is useful, for example, if you run vssv behind a reverse proxy like nginx.
1.2.0
This version introduces a new setting, --threads/THREADS that allows limiting the number of worker threads and the size of the database connection pool. If this flag is not set, the number of available CPU cores will be used, which matches the current behavior.
1.1.3
1.1.2
vssv 1.1.1
This version does not contain any functional changes. It only updates third-party dependencies.