Skip to content

Releases: k1LoW/runn

v1.8.2

08 Apr 23:45
Immutable release. Only release title and notes can be modified.
c6e4094

Choose a tag to compare

What's Changed

Dependency Updates ⬆️

  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 by @dependabot[bot] in #1445

Full Changelog: v1.8.1...v1.8.2

v1.8.1

07 Apr 10:31
Immutable release. Only release title and notes can be modified.
ccb4512

Choose a tag to compare

What's Changed

Fix bug 🐛

  • fix: deep copy rawSteps in inline include to prevent loop corruption by @k1LoW in #1443

Full Changelog: v1.8.0...v1.8.1

v1.8.0

07 Apr 05:38
Immutable release. Only release title and notes can be modified.
42ccf94

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add agent runner for AI agent integration by @k1LoW in #1432

Dependency Updates ⬆️

  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #1440

Other Changes

  • Add rerun workflow for flaky ThreadCache failures by @k1LoW in #1442

Full Changelog: v1.7.0...v1.8.0

v1.7.0

03 Apr 05:43
Immutable release. Only release title and notes can be modified.
5396822

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add inline include support for include runner by @k1LoW in #1435

Fix bug 🐛

  • fix: avoid duplicate window-size flag in CDP runner by @k1LoW in #1434

Dependency Updates ⬆️

  • chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 by @dependabot[bot] in #1437
  • chore(deps): bump the dependencies group across 1 directory with 6 updates by @dependabot[bot] in #1439

Full Changelog: v1.6.2...v1.7.0

v1.6.2

27 Mar 02:22
Immutable release. Only release title and notes can be modified.
b5ba517

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: restrict root-level keys in runbook JSON schema by @k1LoW in #1427

Dependency Updates ⬆️

  • chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 by @dependabot[bot] in #1430

Full Changelog: v1.6.1...v1.6.2

v1.6.1

19 Mar 03:54
Immutable release. Only release title and notes can be modified.
0c35476

Choose a tag to compare

What's Changed

Dependency Updates ⬆️

  • chore(deps): bump the dependencies group with 4 updates by @dependabot[bot] in #1418
  • chore(deps): bump the dependencies group with 5 updates by @dependabot[bot] in #1419
  • chore(deps): bump the dependencies group with 6 updates by @dependabot[bot] in #1423
  • chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 by @dependabot[bot] in #1425

Other Changes

  • refactor: apply golangci-lint modernize fixes by @k1LoW in #1421
  • refactor: reorder methods to satisfy funcorder lint rule by @k1LoW in #1422

Full Changelog: v1.6.0...v1.6.1

v1.6.0

08 Mar 08:23
Immutable release. Only release title and notes can be modified.
84540e1

Choose a tag to compare

What's Changed

New Features 🎉

  • perf: tune HTTP connection pool for load testing scenarios by @k1LoW in #1414
  • perf: reuse runners in copyOperators/randomOperators by @k1LoW in #1415
  • perf: keep gRPC connection alive for reusable runners by @k1LoW in #1417

Fix bug 🐛

  • Add Close() to httpRunner to clean up idle connections by @k1LoW in #1411
  • Fix data race in httpRunner TLS configuration by @k1LoW in #1413

Dependency Updates ⬆️

  • chore(deps): bump github.com/docker/cli from 28.3.3+incompatible to 29.2.0+incompatible by @dependabot[bot] in #1416

Full Changelog: v1.5.1...v1.6.0

v1.5.1

02 Mar 02:21
Immutable release. Only release title and notes can be modified.
c4f4de2

Choose a tag to compare

What's Changed

Dependency Updates ⬆️

  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 by @dependabot[bot] in #1406

Other Changes

  • chore: update libopenapi and libopenapi-validator by @k1LoW in #1409

Full Changelog: v1.5.0...v1.5.1

v1.5.0

27 Feb 10:24
Immutable release. Only release title and notes can be modified.
b50a472

Choose a tag to compare

What's Changed

New Features 🎉

Dependency Updates ⬆️

  • chore(deps): bump goreleaser/goreleaser-action from 6 to 7 in the dependencies group by @dependabot[bot] in #1404
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #1403

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Feb 05:53
Immutable release. Only release title and notes can be modified.
49e13e8

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • feat: structure error field in JSON output for programmatic error analysis by @k1LoW in #1402

New Features 🎉

  • feat: add structured JSON output for run, list, and loadt commands by @k1LoW in #1401

Dependency Updates ⬆️

  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #1397
  • chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by @dependabot[bot] in #1400

Other Changes

  • feat: add JSON Schema for runbook YAML format by @k1LoW in #1398

Full Changelog: v1.3.1...v1.4.0