Skip to content

Commit 84540e1

Browse files
authored
Merge pull request #1412 from k1LoW/tagpr-from-v1.5.1
Release for v1.6.0
2 parents 8bff781 + 25237ba commit 84540e1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v1.6.0](https://github.com/k1LoW/runn/compare/v1.5.1...v1.6.0) - 2026-03-06
2+
### New Features 🎉
3+
- perf: tune HTTP connection pool for load testing scenarios by @k1LoW in https://github.com/k1LoW/runn/pull/1414
4+
- perf: reuse runners in copyOperators/randomOperators by @k1LoW in https://github.com/k1LoW/runn/pull/1415
5+
- perf: keep gRPC connection alive for reusable runners by @k1LoW in https://github.com/k1LoW/runn/pull/1417
6+
### Fix bug 🐛
7+
- Add Close() to httpRunner to clean up idle connections by @k1LoW in https://github.com/k1LoW/runn/pull/1411
8+
- Fix data race in httpRunner TLS configuration by @k1LoW in https://github.com/k1LoW/runn/pull/1413
9+
### Dependency Updates ⬆️
10+
- chore(deps): bump github.com/docker/cli from 28.3.3+incompatible to 29.2.0+incompatible by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1416
11+
112
## [v1.5.1](https://github.com/k1LoW/runn/compare/v1.5.0...v1.5.1) - 2026-03-02
213
### Dependency Updates ⬆️
314
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1406

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "runn"
44

5-
var Version = "1.5.1" //nostyle:repetition
5+
var Version = "1.6.0" //nostyle:repetition

0 commit comments

Comments
 (0)