Skip to content

Commit 7c118e3

Browse files
authored
Merge pull request #752 from hatoo/v1.9
V1.9.0
2 parents b78660f + 397c928 commit 7c118e3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Unreleased
22

3+
# 1.9.0 (2025-06-21)
4+
5+
- Implement experimental HTTP3 support #746
6+
- Allow appending to database if oha table has already been created #742
7+
- Add -u/--time-unit option #741
8+
- Add RequestResult.first_byte field for measuring first body byte latency #727
9+
- Add support for results in csv format #725
10+
- Add support for fractional QPS values #724
11+
312
# 1.8.0 (2025-02-15)
413

514
- Support mtls #687

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
name = "oha"
1414
readme = "README.md"
1515
repository = "https://github.com/hatoo/oha"
16-
version = "1.8.0"
16+
version = "1.9.0"
1717
rust-version = "1.85"
1818

1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)