Skip to content

Commit 94b63ab

Browse files
authored
Merge pull request #427 from hatoo/v1.4.0
V1.4.0
2 parents f9373a1 + 447b26b commit 94b63ab

File tree

4 files changed

+60
-47
lines changed

4 files changed

+60
-47
lines changed

CHANGELOG.md

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

3+
# 1.4.0 (2024-03-09)
4+
35
- No DNS lookup when unix socket or vsock #418
46
- Add HTTP over VSOCK support #416
57

Cargo.lock

Lines changed: 56 additions & 46 deletions
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.3.0"
16+
version = "1.4.0"
1717

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Options:
114114
--connect-to <CONNECT_TO> Override DNS resolution and default port numbers with strings like 'example.org:443:localhost:8443'
115115
--disable-color Disable the color scheme.
116116
--unix-socket <UNIX_SOCKET> Connect to a unix socket instead of the domain in the URL. Only for non-HTTPS URLs.
117+
--vsock-addr <VSOCK_ADDR> Connect to a VSOCK socket using 'cid:port' instead of the domain in the URL. Only for non-HTTPS URLs.
117118
--stats-success-breakdown Include a response status code successful or not successful breakdown for the time histogram and distribution statistics
118119
-h, --help Print help
119120
-V, --version Print version

0 commit comments

Comments
 (0)