Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

### v5.7.0 (November 24, 2025)

More lenient sanitization for tag values, which can contain commas, slashes, and
other characters that are not allowed in a metric name.

### v5.6.5 (October 14, 2025)

The sanitization process introduced in the v5.6.0 release did not properly
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
)

const Version = "5.6.5"
const Version = "5.7.0"

var (
vsnOnce sync.Once
Expand Down
Loading