Skip to content

Releases: fortio/fortio

v1.69.1

08 Apr 02:47
6d7bf74

Choose a tag to compare

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

04 Apr 22:02
86508a8

Choose a tag to compare

What's Changed

Pretty big (huge!) change:

Full Changelog: v1.68.2...v1.69.0

v1.68.2

02 Apr 22:17
292fcbb

Choose a tag to compare

Rebuild with latest stable go (1.23.8) with security fixes and other dependencies update

What's Changed

Full Changelog: v1.68.1...v1.68.2

v1.68.1

18 Mar 21:04
2a4e270

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.68.0...v1.68.1

v1.68.0

12 Nov 23:39
8c89ef3

Choose a tag to compare

What's Changed

Full Changelog: v1.67.1...v1.68.0

v1.67.1

03 Oct 21:59
16186b8

Choose a tag to compare

What's Changed

Full Changelog: v1.67.0...v1.67.1

v1.67.0

26 Sep 21:28
39daadd

Choose a tag to compare

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

19 Sep 19:49
3af89dc

Choose a tag to compare

Use https://github.com/fortio/safecast 1.0.0 release and fixed detected issues with latest gosec G115 thanks to it

What's Changed

Full Changelog: v1.66.3...v1.66.5

v1.66.4

17 Sep 19:14
cdd54aa

Choose a tag to compare

v1.66.4 Pre-release
Pre-release

Eliminate gosec potential issues in number conversions thanks to using https://pkg.go.dev/fortio.org/safecast

What's Changed

Full Changelog: v1.66.3...v1.66.4

v1.66.3

13 Sep 23:52
7074435

Choose a tag to compare

Fixed an old bug in the fast client and no keep alive unearthed, thanks @hellivan for reporting

What's Changed

  • Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in #973
  • Introduce DelayedErrorReader to avoid the case where we get both EOF and some data in a single read by @ldemailly in #974

Full Changelog: v1.66.2...v1.66.3