Released at 2025-07-18
-
FEATURE: vlogscli: add ability to configure auth options and TLS options for connections to the
-datasource.url
. See auth options docs and TLS options docs. See this feature request. Thanks to @thom-vend for the initial pull request. -
FEATURE: web UI: add the ability to hide the logs panel to view only the graph. When the logs panel is hidden, the
/query
request is not executed. -
FEATURE: web UI: improve autocomplete functionality with enhanced quick autocomplete via hotkey support and removed special characters from autocomplete suggestions. See this comment for details.
-
BUGFIX: web UI: prevent groups from automatically expanding on list updates if all groups were previously collapsed. See #92.
-
BUGFIX: data ingestion: restore logging of too long ingested lines in order to simplify debugging of such cases. See #430. The regression has been introduced in v1.24.0-victorialogs.
-
BUGFIX: properly ppersist newly created data on unclean shutdown such as power off, hardware crash or operating system crash. See #505.