Skip to content

Commit 8ee33b8

Browse files
authored
Merge pull request #683 from hatoo/v1.7.0
V1.7.0
2 parents f7808c6 + de7ba00 commit 8ee33b8

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
# 1.7.0 (2025-02-01)
4+
5+
- Impl support for calling AWS APIs with sigv4 #666
6+
- support -o #669
7+
38
# 1.6.0 (2025-01-11)
49

510
- Feature: Reading Urls from file #639

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.6.0"
16+
version = "1.7.0"
1717
rust-version = "1.77"
1818

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Options:
194194
Write succeeded requests to sqlite database url E.G test.db
195195
--debug
196196
Perform a single request and dump the request and response
197+
-o, --output <OUTPUT>
198+
Output file to write the results to. If not specified, results are written to stdout.
197199
-h, --help
198200
Print help
199201
-V, --version

0 commit comments

Comments
 (0)