Releases: cloudflare/cloudflare-rs
Releases · cloudflare/cloudflare-rs
v0.12.0
What's Changed
- fix:
Send
andSync
trait for async request by @Colerar in #223 - Add support for Cfd Tunnels by @GoncaloGarcia in #237
New Contributors
- @Colerar made their first contribution in #223
- @GoncaloGarcia made their first contribution in #237
- @jcsf made their first contribution in #238
Full Changelog: v0.11.0...v0.12.0
Release v0.11.0
What's Changed
- Release v0.10.0 by @joliveirinha in #195
- Fix cloudflared-rs for wasm and lint warnings by @joliveirinha in #196
- Release v0.10.1 by @joliveirinha in #197
- Remove [email protected] transitive dep via chrono by @jeff-hiner in #201
- Fix clippy for Rust 1.67 by @jeff-hiner in #202
- Update deps by @jeff-hiner in #203
- Remove unnecessary cfg-if dep by @jeff-hiner in #204
- Remove custom base64 serde glue by @jeff-hiner in #205
- Replace anyhow dependency in lib with thiserror by @jeff-hiner in #206
- Make blocking API an optional feature by @jeff-hiner in #207
- Cleanups by @jeff-hiner in #208
- Don't unwrap email until it's needed, improve clap constraints by @jeff-hiner in #209
- Forbid unsafe code by @jeff-hiner in #211
- Remove async_trait, provide mock examples via mockito by @jeff-hiner in #210
- Remove generic types for Endpoint::body and Endpoint::query by @jeff-hiner in #212
- Release v0.11.0 by @keehun in #220
New Contributors
Full Changelog: v0.10.0...v0.11.0
Release v0.10.1
Release v0.10.1
Release v0.10.0
Add support delete tunnel with connections (#194)
Release v0.9.1
- TUN-5913: Remove wildcard_proxiable from zone.meta as it no longer exists by @nmldiegues in #179
- deps: remove unused slog dependencies by @Noah-Kennedy in #174
Release v0.9.0
Release v0.8.7
- Derive
Clone
onauth::Credentials
Release v0.8.6
- Pagination support for the list tunnels endpoint
v0.8.5
- Support for the new tunnel
metadata
field
v0.8.4
- Upgrade reqwest crate to latest version, fixing credential errors on WebAssembly Workers