Releases: fortio/fortio
v1.69.2
Version of grol and fortio/terminal that properly sets the initial terminal size for fortio script
to wrap long lines correctly.
What's Changed
- Bump golang.org/x/net from 0.38.0 to 0.39.0 in the go-x group by @dependabot in #1036
- Bump grol.io/grol from 0.80.3 to 0.80.4 in the fortio-and-grol group by @dependabot in #1037
Full Changelog: v1.69.1...v1.69.2
v1.69.1
What's Changed
- Update deps, including grol 0.80 which means bug fix in MakeQuad and rest that now depend on go 1.21 and thus drop x/exp dependency by @ldemailly in #1029
- Switch to version of grol and indirectly terminal without dep cycle (and dflag/scli with latest version too) by @ldemailly in #1035
Full Changelog: v1.69.0...v1.69.1
v1.69.0
What's Changed
Pretty big (huge!) change:
- Integrated grol scripting see details in #1027
and https://github.com/fortio/fortio/blob/master/scripting_example.gr
Full Changelog: v1.68.2...v1.69.0
v1.68.2
Rebuild with latest stable go (1.23.8) with security fixes and other dependencies update
What's Changed
- Build image with go 1.23.8 by @ldemailly in #1026
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #1023
- Logo w fortio text included by @ldemailly in #1024
- Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #1025
Full Changelog: v1.68.1...v1.68.2
v1.68.1
What's Changed
- Use flag set.Func() instead of custom type for -H by @proooooogiba in #999
- Switch to go 1.23.7, update test to remove dns flakey reliance on www.google.com returned IPs by @ldemailly in #1022
- Update
main.go
reference by @emmanuel-ferdman in #1001 - Misc other dep updates
New Contributors
- @proooooogiba made their first contribution in #999
- @emmanuel-ferdman made their first contribution in #1001
Full Changelog: v1.68.0...v1.68.1
v1.68.0
What's Changed
- Switching to go 1.23(.3) by @ldemailly in #997
and dep updates
Full Changelog: v1.67.1...v1.68.0
v1.67.1
What's Changed
-
Go 1.22.8 and log 1.17.1 by @ldemailly in #987
-
Bump docker/build-push-action from 6.7.0 to 6.9.0 by @dependabot in #985
-
Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #986
-
Go 1.22.8 and log 1.17.1 by @ldemailly in #987
Full Changelog: v1.67.0...v1.67.1
v1.67.0
What's Changed
To use fortio report
to visualize terminal latencies/FPS (https://github.com/fortio/terminal#fps)
- add optional QPSLabel,ResponseLabel to result JSON and use that in the histogram title instead of 'Response time' and 'qps' if present by @ldemailly in #984
- Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #981
Full Changelog: v1.66.5...v1.67.0
v1.66.5
Use https://github.com/fortio/safecast 1.0.0 release and fixed detected issues with latest gosec G115 thanks to it
What's Changed
- Use safecast / eliminate most nolint:gosec by @ldemailly in #976
- More gosec fixes, as detected by linter 1.61.0 by @ldemailly in #978
- Bump fortio.org/safecast from 0.1.1 to 1.0.0 by @dependabot in #979
Full Changelog: v1.66.3...v1.66.5
v1.66.4
Eliminate gosec potential issues in number conversions thanks to using https://pkg.go.dev/fortio.org/safecast
What's Changed
- Use safecast / eliminate most nolint:gosec by @ldemailly in #976
Full Changelog: v1.66.3...v1.66.4