Bump tzf to v1.2.1 and other direct dependencies#361
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Builds on @ringsaturn's #357 (rebased onto current
main) and pushes the direct dependencies forward to their current latest releases.Direct dependency bumps
github.com/ringsaturn/tzfgithub.com/getsentry/sentry-gogithub.com/go-sql-driver/mysqlgithub.com/golang/geogithub.com/grafana/pyroscope-gogoogle.golang.org/grpcIndirect transitive updates (
go mod tidy) includetzf-dist,pyroscope-go/godeltaprof, andklauspost/compress.tzf API change (from #357)
The v1.1+ API drops the
tzf-reldata package in favour of the convenience constructortzf.NewFullFinder()(~17 MB on-disk vs ~83 MB embedded).tz/main.gois updated to use it — same behaviour, less binary bloat.Test plan
go build ./...go vet ./...go test ./...— all green🤖 Generated with Claude Code