Skip to content

Releases: maansaake/arbiter

v0.1.2

Choose a tag to compare

@maansaake maansaake released this 24 May 03:25
2440c78

What's Changed

  • refactor: remove package-level loggers, thread via struct fields and context by @maansaake in #29
  • refactor: remove unreachable empty InfoLogPath branch in setupLoggers by @maansaake in #30

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@maansaake maansaake released this 24 May 02:53
65de2a7

What's Changed

  • Rewrite README by @Copilot in #16
  • Bump github/codeql-action from 4.35.5 to 4.36.0 in the minor group by @dependabot[bot] in #17
  • Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in the patches group by @dependabot[bot] in #18
  • chore: replicate locksmith workflow updates by @maansaake in #19
  • ci: match locksmith PR auto-update workflow by @maansaake in #20
  • ci: fix Go cache checksum generation by @maansaake in #21
  • add abtr skill by @maansaake in #22
  • Split Go module and build caches by @maansaake in #23
  • Prefix workflow cache keys by @maansaake in #25
  • Truncate commit-derived workflow run names by @maansaake in #26
  • feat: standardize Makefile targets to directory-like naming convention by @maansaake in #27
  • refactor(traffic): replace package-vars with Scheduler interface and struct by @maansaake in #28

Full Changelog: v0.1.0...v0.1.1

Arbiter v0.1

Choose a tag to compare

@maansaake maansaake released this 17 May 17:23
68c50da

This version denotes the first working version of the Arbiter project. The framework includes:

  • module development
  • trigger load tests via CLI
  • a small TUI to show interactive information as a load test progresses
  • a YAML format reporter that writes a summary to a file once the test is done

v0.0.2

Choose a tag to compare

@maansaake maansaake released this 03 May 15:59

Cleanup

v0.0.1

Choose a tag to compare

@maansaake maansaake released this 03 May 09:20
fix