Skip to content

Bump tzf to v1.2.1 and other direct dependencies#361

Merged
jfberry merged 2 commits into
mainfrom
len/dep-bump
May 23, 2026
Merged

Bump tzf to v1.2.1 and other direct dependencies#361
jfberry merged 2 commits into
mainfrom
len/dep-bump

Conversation

@jfberry
Copy link
Copy Markdown
Collaborator

@jfberry jfberry commented May 23, 2026

Builds on @ringsaturn's #357 (rebased onto current main) and pushes the direct dependencies forward to their current latest releases.

Direct dependency bumps

Module From To
github.com/ringsaturn/tzf v1.0.4 v1.2.1
github.com/getsentry/sentry-go v0.44.1 v0.46.2
github.com/go-sql-driver/mysql v1.9.3 v1.10.0
github.com/golang/geo 2026-04-01 snapshot 2026-05-12 snapshot
github.com/grafana/pyroscope-go v1.2.8 v1.3.0
google.golang.org/grpc v1.80.0 v1.81.1

Indirect transitive updates (go mod tidy) include tzf-dist, pyroscope-go/godeltaprof, and klauspost/compress.

tzf API change (from #357)

The v1.1+ API drops the tzf-rel data package in favour of the convenience constructor tzf.NewFullFinder() (~17 MB on-disk vs ~83 MB embedded). tz/main.go is updated to use it — same behaviour, less binary bloat.

Test plan

  • go build ./...
  • go vet ./...
  • go test ./... — all green
  • Sanity-check timezone lookups in a running build (please test before merge)

🤖 Generated with Claude Code

ringsaturn and others added 2 commits May 23, 2026 16:40
A new full data with only 17MB can be used since v1.1.0
- ringsaturn/tzf v1.1.0 -> v1.2.1
- getsentry/sentry-go v0.44.1 -> v0.46.2
- go-sql-driver/mysql v1.9.3 -> v1.10.0
- golang/geo -> v0.0.0-20260512202753
- grafana/pyroscope-go v1.2.8 -> v1.3.0
- google.golang.org/grpc v1.80.0 -> v1.81.1

go mod tidy applied.
@jfberry jfberry merged commit 4ed7148 into main May 23, 2026
3 checks passed
@jfberry jfberry deleted the len/dep-bump branch May 23, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants