Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Commit 7e36024

Browse files
committed
release: 0.14.0
1 parent ed7e94f commit 7e36024

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rhttp/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- feat: `RhttpCompatibleClient` supports `Abortable` added in `http` v1.5.0
44
- feat: support Android 16 KB memory page alignment requirement @sabin26 (#89)
5+
- feat: add `queryRaw` parameter @nrbnlulu (#86)
6+
- deps: bump Rust dependencies to latest versions
57

68
## 0.13.0
79

rhttp/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rhttp
22
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.
3-
version: 0.13.0
3+
version: 0.14.0
44
repository: https://github.com/Tienisto/rhttp
55
topics:
66
- http

0 commit comments

Comments
 (0)