Skip to content

Commit

Permalink
release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Sep 17, 2024
1 parent a7a5521 commit 64843b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions rhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.2

- feat: add `keepAliveTimeout`, `keepAlivePing` to new `TimeoutSettings`
- **DEPRECATED**: `timeout` and `connectTimeout` moved to `TimeoutSettings`

## 0.7.1

- fix: export `RhttpInvalidCertificateException`, `RhttpConnectionException`
Expand Down
2 changes: 1 addition & 1 deletion rhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ This should only be called during app start to avoid blocking the UI thread.
final client = RhttpClient.createSync();
```

#### ➤ Keep-Alive
### ➤ Keep-Alive

By default, connections are not kept alive. On HTTP2, the same connection
is reused for multiple requests that are done on the same time, but the socket
Expand Down
2 changes: 1 addition & 1 deletion rhttp/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rhttp
description: Make HTTP requests using Rust for Flutter developers. It uses FFI to call Rust functions from Dart. On the Rust side, it uses reqwest to make HTTP requests.
version: 0.7.1
version: 0.7.2
repository: https://github.com/Tienisto/rhttp
topics:
- http
Expand Down

0 comments on commit 64843b1

Please sign in to comment.