Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.06 KB

Changelog.md

File metadata and controls

27 lines (14 loc) · 1.06 KB

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

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

1.1.2

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

1.1.1

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

1.1.0

This release allows using CLI flags in addition to environment variables to configure vssv.

1.0.0

The first public release. Changes are: everything and nothing.