Skip to content

Releases: denschub/vssv

2.0.2

01 Nov 19:06
v2.0.2
2ff24ad

Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

v2.0.1

08 Aug 04:57
v2.0.1
a4ce351

Choose a tag to compare

This is a patch release that does nothing except fixing configs and makes sure the container images are pushed to Docker Hub...

2.0.0

08 Aug 04:30
v2.0.0
4bdb397

Choose a tag to compare

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_ADDR setting 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. libjemalloc is no longer available in the container.

v1.3.2

12 May 21:56
v1.3.2
e80a745

Choose a tag to compare

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

28 Mar 22:00
v1.3.1
99dfefc

Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

1.3.0

06 Jan 14:36
v1.3.0
a06102e

Choose a tag to compare

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

05 Jan 08:13
v1.2.0
f6e4056

Choose a tag to compare

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

30 Dec 22:22
v1.1.3
10e3d9c

Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

1.1.2

29 Oct 01:24
v1.1.2
681ffee

Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

vssv 1.1.1

26 Aug 18:43
v1.1.1
6508d2e

Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.