Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
SECURITY: upgrade Go builder from Go1.25.3 to Go1.25.4. See the list of issues addressed in Go1.25.4.
FEATURE: add an ability to delete stored logs. See these docs and #43. Thanks to @func25 for the initial idea and implementation at #4.
FEATURE: add an ability to hide the given log fields on a per-query basis. This may be useful for restricting access to log fields with sensitive information, by specifying the list of the fields to hide via
hidden_fields_filtersquery arg. See these docs for details. See #668.FEATURE: querying: add slow query logging via
-search.logSlowQueryDuration; incrementsvl_slow_queries_total. See #750.FEATURE: querying API: add support for
/select/tenant_idsendpoint, which returns tenant IDs for the existing logs on the given[start .. end)time range. See these docs and #158 at victorialogs-datasource.FEATURE: web UI: simplify "Download logs" dialog - show only file name field and description with time range and tenant. See #789.
FEATURE: web UI: update text for skipping warning modal and increase large load limit to
1000. See #808.BUGFIX: Loki data ingestion: fix handling of
Content-TypeHTTP header in/insert/loki/api/v1/pushendpoint to allow support Clients that send charset or additional information in header. See #813.BUGFIX: web UI: fix
/hitsgraph showing the first point outside the selected time range. See #737.BUGFIX: web UI: fix
hitschart not updating when changing thegroup byfield. See #788.BUGFIX: web UI: replace GET with POST for
field_namesandstream_field_namesrequests. See #818.View the full release notes at https://github.com/VictoriaMetrics/VictoriaLogs/releases/tag/v1.38.0.