Releases: aartinian/nettrace
Releases · aartinian/nettrace
v0.1.0
Changelog
- 510a85f: Initial commit (Ari Artinian 103897950+aartinian@users.noreply.github.com)
- c0e6798: chore: add initial repo structure (Ari Artinian git@artinian.ch)
- 511f85a: chore: add project tooling (gitignore, linting, CI, releases) (Ari Artinian git@artinian.ch)
- 0e18b3a: chore: initialize module and shared utility helpers (Ari Artinian git@artinian.ch)
- 61b00b0: chore: update project tooling config (Ari Artinian git@artinian.ch)
- 35305f9: docs: add README and install script (Ari Artinian git@artinian.ch)
- e29f6cb: feat: add httptrace-based latency measurement engine (Ari Artinian git@artinian.ch)
- 94ce9dd: feat: add table and json renderers (Ari Artinian git@artinian.ch)
- c7d280d: feat: implement nettrace command and flags (Ari Artinian git@artinian.ch)
- 8064b4e: feat: orchestrate trace runs and validate CLI configuration (Ari Artinian git@artinian.ch)
- 7c0d7d4: fix: check and return errors from every fmt.Fprintf (Ari Artinian git@artinian.ch)
- 56d68d7: fix: remove gosimple from linters (Ari Artinian git@artinian.ch)
- 6434e77: fix: satisfy golangci-lint v2 errcheck requirements (Ari Artinian git@artinian.ch)
- 6fc4540: fix: update goreleaser archive schema for v2 (Ari Artinian git@artinian.ch)
- cbd3c60: test: add integration coverage for http, https, redirects, slow and streamed responses (Ari Artinian git@artinian.ch)