Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 06:04
· 66 commits to main since this release
a13bf4d

Changelog

  • 6adf31c Add JSON Lines output format for measurement results (#25)
  • 2533553 [tagpr] prepare for the next release
  • 6ed8855 [tagpr] update CHANGELOG.md
  • 467d4bb build: improve Makefile
  • e5be955 chore: add test target to Makefile for running Go tests
  • 39c0cd0 chore: rename test code
  • 0c36b91 chore: update Go version and dependencies in go.mod and go.sum
  • 3540b0a chore: update Go version and remove deprecated xerrors dependency
  • 897916c chore: update devcontainer configuration to include Claude extension and bind mounts for local environment
  • bfd8fef chore: update settings.local.json
  • e0f1b7a chore: update settings.local.json to include new permissions and cleanup period
  • d12a411 refactor: follow Go standard directory layout written in https://go.dev/doc/modules/layout#basic-command
  • ca35390 refactor: improve Go code quality and best practices compliance
  • 7c9f4db refactor: rename project from connperf to tcpulse
  • f6609fb refactor: restructure command handling and add version command
  • dde7e9c refactor: separate CLI flag and TCP/UDP logics