Skip to content

build(deps): bump the all-go-deps group with 2 updates - #72

Merged
FumingPower3925 merged 1 commit into
mainfrom
dependabot/go_modules/all-go-deps-cce614dcc4
Jul 14, 2026
Merged

build(deps): bump the all-go-deps group with 2 updates#72
FumingPower3925 merged 1 commit into
mainfrom
dependabot/go_modules/all-go-deps-cce614dcc4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-go-deps group with 2 updates: github.com/HdrHistogram/hdrhistogram-go and golang.org/x/net.

Updates github.com/HdrHistogram/hdrhistogram-go from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/HdrHistogram/hdrhistogram-go's releases.

Version 1.3.0

This release is backward compatible with no breaking API changes. It adds a new batch percentile API, delivers large read-path performance gains, and fixes several silent correctness and interop bugs. A native fuzzing suite was added to harden decoding against malformed input.

Update Urgency: High

High — Contains correctness fixes (Mean/StdDev overflow, 0th-percentile == min, empty-histogram and negative-clamp contracts) and hardening of Decode/log reader against malformed input. Users doing percentile queries or decoding untrusted logs should update.

API Additions

  • ValueAtPercentilesSlice — ordered []int64 batch percentile lookup, no map alloc (#63)

Performance

  • Blocked prefix-sum skip-scan: +50% read, write-path bounds-check elision +5% (#64)
  • Flat counts[] scan in ValueAtPercentiles batch: +303% (#58)
  • Flat counts[] scan in ValueAtPercentile: +133% (#57)
  • Range over counts[] in percentile scans to elide bounds checks: +72% read (#62)
  • Single unsigned bounds check in RecordValues: +7% (#59)

Correctness & Security Fixes

  • Mean/StdDev int64 overflow, wire offset, base-time casing (#66)
  • Percentile: reach first recorded entry (0th percentile == min) across all APIs (#68)
  • Percentile edge-case contracts: empty histogram (#60), negative clamp, map phantom key (#67)
  • Reject negative count in RecordValues (#74)
  • Reset: clear tag and start/end time, not just counts (#69)
  • log: decode final interval line lacking a trailing newline (#72)
  • Harden Decode/log-reader against malformed input + native fuzzing (#65)
  • Make it harder for Mean() and StdDev() to overflow (#21)

Maintenance & Testing

  • Remove dead benchmark fill loop that panics for b.N > 1e6 (#70)
  • Pin golden values for logV2 reader fixtures (#73)
  • Extended coverage: zigzag byte-lengths, bucket overflow guard, corrected-value + merge edges (#71)

Full Changelog: HdrHistogram/hdrhistogram-go@v1.2.0...v1.3.0

Commits
  • 0500d8c fix silent correctness/interop bugs: Mean overflow, wire offset, base-time ca...
  • cda93cf percentile: reach the first recorded entry (0th percentile == min) across all...
  • a62267c fix(log): decode final interval line lacking a trailing newline (#72)
  • 112d163 fix: reject a negative count in RecordValues (#74)
  • 1639bc9 test(log): pin golden values for the logV2 reader fixtures (#73)
  • 3c4a3c1 bench: remove dead fill loop that panics for b.N > 1e6 (#70)
  • a3c9d0b test: cover zigzag byte-length ladder, bucket overflow guard, corrected-value...
  • 1e77ae9 Reset: clear tag and start/end time, not just counts (#69)
  • c1a9402 harden Decode/log-reader against malformed input + add native fuzzing (#65)
  • 8d78575 fix percentile edge-case contracts: empty histogram (#60), negative clamp, ma...
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.56.0 to 0.57.0

Commits
  • b8f09f6 go.mod: update golang.org/x dependencies
  • f05f21b idna: reject all-ASCII xn-- labels on all Go versions
  • 0f748cf internal/http3: clean up stream I/O methods usages in tests
  • 0bb961e internal/http3: add net/http.ResponseController support
  • 0ca694d webdav: document Dir's lack of defense against filesystem modification
  • bd5f1dc http2: initialize Transport on NewClientConn
  • 488ff63 bpf: add security considerations to package docs
  • 93d1f25 xsrftoken: avoid token collisions
  • 5a3baee internal/http3: prevent panic in QPACK decoder due to overflow
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-go-deps group with 2 updates: [github.com/HdrHistogram/hdrhistogram-go](https://github.com/HdrHistogram/hdrhistogram-go) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/HdrHistogram/hdrhistogram-go` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/HdrHistogram/hdrhistogram-go/releases)
- [Commits](HdrHistogram/hdrhistogram-go@v1.2.0...v1.3.0)

Updates `golang.org/x/net` from 0.56.0 to 0.57.0
- [Commits](golang/net@v0.56.0...v0.57.0)

---
updated-dependencies:
- dependency-name: github.com/HdrHistogram/hdrhistogram-go
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/net
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 12, 2026
@FumingPower3925
FumingPower3925 merged commit 8dc953a into main Jul 14, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/all-go-deps-cce614dcc4 branch July 14, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant