Skip to content

Releases: fortio/fortio

v1.73.2

17 Jan 16:50
13c81dc

Choose a tag to compare

Rebuild with latest and greatest (incl. go1.24.12)

What's Changed

  • Bump grol.io/grol from 0.96.3 to 0.97.0 in the fortio-and-grol group by @dependabot[bot] in #1110
  • Bump grol.io/grol from 0.97.0 to 0.97.1 in the fortio-and-grol group by @dependabot[bot] in #1112
  • Bump golang.org/x/net from 0.48.0 to 0.49.0 in the go-x group by @dependabot[bot] in #1111
  • Use go1.24.12 and prep for 1.73.2 release by @ldemailly in #1113

Full Changelog: v1.73.1...v1.73.2

v1.73.1

23 Dec 19:59
e7d1fea

Choose a tag to compare

What's Changed

  • new go 1.24.11 based build image and release bump/prep for 1.73.1 by @ldemailly in #1109

and other deps:

  • Bump the fortio-and-grol group across 1 directory with 5 updates by @dependabot[bot] in #1101
  • Bump golang.org/x/net from 0.46.0 to 0.47.0 in the go-x group by @dependabot[bot] in #1103
  • Fix lint/new linter by @ldemailly in #1107
  • Bump google.golang.org/grpc from 1.76.0 to 1.78.0 by @dependabot[bot] in #1106
  • Bump golang.org/x/net from 0.47.0 to 0.48.0 in the go-x group by @dependabot[bot] in #1105
  • Bump grol.io/grol from 0.95.1 to 0.96.3 in the fortio-and-grol group by @dependabot[bot] in #1108

Full Changelog: v1.73.0...v1.73.1

v1.73.0

12 Oct 01:26
889ff4c

Choose a tag to compare

What's Changed

  • Update build image to go1.24.8, update how the docker pgp key is added, bump deps (including x/net), and new linters by @ldemailly in #1097

Full Changelog: v1.72.0...v1.73.0

v1.72.0

12 Sep 02:17
fe0ca2c

Choose a tag to compare

What's Changed

  • Use the new duration for uptime and -t and indirectly in dflag by @ldemailly in #1090
  • Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #1089

Full Changelog: v1.71.2...v1.72.0

v1.71.2

30 Aug 00:06
2f4a48e

Choose a tag to compare

What's Changed

  • Get latest safecast (and grol and terminal). Use int based safecast.MustConv instead of MustConvert by @ldemailly in #1086
  • Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #1083

Full Changelog: v1.71.1...v1.71.2

v1.71.1

18 Aug 18:42
bb4c5f6

Choose a tag to compare

Stats bug fix

#1081

  • If all the data is in the last (overflow) bucket, the min was not set as start of bucket
    Note that if all the data is in that bucket it does mean you should use a larger -r and/or an -offset so your data fits into the buckets so you get more meaningful percentiles.

(Also changed: Bump grol.io/grol (and thus fortio/terminal) from 0.91.5 to 0.91.9)

Full Changelog: v1.71.0...v1.71.1

v1.71.0

08 Aug 16:38
5c5f287

Choose a tag to compare

New dynamic grpc method testing thanks to @hieusydo !

What's Changed

  • Support load testing with custom gRPC methods by @hieusydo in #1064
  • Bump golang.org/x/net from 0.42.0 to 0.43.0 in the go-x group by @dependabot[bot] in #1076

New Contributors

Full Changelog: v1.70.0...v1.71.0

v1.70.0

08 Aug 01:34
ce236e8

Choose a tag to compare

Rebuild with just release go 1.24.6 as well as new linter v2 related changes.

What's Changed

New Contributors

Full Changelog: v1.69.5...v1.70.0

v1.69.5

23 May 18:34
929fca7

Choose a tag to compare

What's Changed

Use go 1.23.9 based build image. latest grol and terminal. prep for release by @ldemailly in #1053
(and other dep bumps)

Full Changelog: v1.69.4...v1.69.5

v1.69.4

21 Apr 20:40
54189cc

Choose a tag to compare

  • New exceptionDetails in jrpc error replies: the json version of the error object (#1042)
  • Grol has now bytes() and utf8() functions to go to array of bytes and back to utf8 string
  • Grol (and thus fortio script interactive mode) now also uses fortio.org/terminal library that uses golang.org/x/term latest commit as our change to History got merged upstream, so no more fortio.org/term needed.
  • Bump grpc

Full Changelog: v1.69.3...v1.69.4