Skip to content

Commit c155097

Browse files
committed
bump pandora version
commit_hash:906d6ec39a2792946c7d8273d86f81665cf40b10
1 parent 13df09e commit c155097

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changes/v0.5.32.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.5.32 - 2024-09-23
2+
### Added
3+
* getters for netsampler metrics
4+
### Changed
5+
* count discarded requests in request/response metrics

.mapping.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
".changes/v0.5.29.md":"load/projects/pandora/.changes/v0.5.29.md",
3030
".changes/v0.5.30.md":"load/projects/pandora/.changes/v0.5.30.md",
3131
".changes/v0.5.31.md":"load/projects/pandora/.changes/v0.5.31.md",
32+
".changes/v0.5.32.md":"load/projects/pandora/.changes/v0.5.32.md",
3233
".changie.yaml":"load/projects/pandora/.changie.yaml",
3334
".github/workflows":"load/projects/pandora/.github/workflows",
3435
".github/workflows/pages.yml":"load/projects/pandora/.github/workflows/pages.yml",

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"go.uber.org/zap/zapcore"
2626
)
2727

28-
const Version = "0.5.31"
28+
const Version = "0.5.32"
2929
const defaultConfigFile = "load"
3030
const stdinConfigSelector = "-"
3131

0 commit comments

Comments
 (0)