reqx 0.1.3

Rust HTTP transport client for API SDK libraries with retry, timeout, idempotency, proxy, and pluggable TLS backends
Documentation
## [0.1.3] - 2026-02-10

### 🚀 Features

- Add redirects, interceptors, and connect timeout
- Add resilience controls for async and blocking clients
- Add built-in rate limiting with 429 retry-after backpressure
- Add zero-copy streaming I/O and granular retry controls
- Make metrics opt-in with zero-overhead default
- Add resumable multipart upload
- Harden uploads and observability
- Refine 429 throttle coordination

### 🐛 Bug Fixes

- Remove deprecated doc_auto_cfg for docs.rs nightly build

### 🚜 Refactor

- Modularize transport layers

### ⚙️ Miscellaneous Tasks

- *(examples)* Switch to a more reliable public echo service
- *(examples)* Switch to a more reliable public echo service
## [0.1.2] - 2026-02-09

### 🚀 Features

- [**breaking**] Split async/blocking transport and finalize release pipeline

### 🐛 Bug Fixes

- Ci

### ⚙️ Miscellaneous Tasks

- Release reqx version 0.1.2
## [0.1.1] - 2026-02-09

### ⚙️ Miscellaneous Tasks

- Init commit
- Release reqx version 0.1.1