Releases: cloudflare/cloudflare-rs
Releases · cloudflare/cloudflare-rs
v0.14.0
What's Changed
- Remove 'locked' field from DNS Record spec as it's no longer returned by the API by @GoncaloGarcia in #241
- Add repository in Cargo.toml by @Riceman2000 in #242
- Update broken Zone entry struct by @Wyn-Price in #240
- fix(cloudflare): Remove
zone_idandzone_namein DNSRecord by @woshiluo in #253 - Release v0.13.0 by @kennetheversole in #252
- ai: Support new (Workers) AI API endpoint by @GodTamIt in #249
- Add non-JSON response support, multipart body, KV endpoints, etc by @Keiishu in #259
- Update semgrep.yml by @hrushikeshdeshpande in #245
- chore: Remove auto_added field as its no longer included in the DNS response by @GoncaloGarcia in #269
- feat: implement WorkersBinding as an enum by @augustoccesar in #262
New Contributors
- @Riceman2000 made their first contribution in #242
- @Wyn-Price made their first contribution in #240
- @woshiluo made their first contribution in #253
- @GodTamIt made their first contribution in #249
- @Keiishu made their first contribution in #259
- @hrushikeshdeshpande made their first contribution in #245
- @augustoccesar made their first contribution in #262
Full Changelog: v0.12.0...v0.14.0
v0.13.0
What's Changed
- Remove 'locked' field from DNS Record spec as it's no longer returned by the API by @GoncaloGarcia in #241
- Add repository in Cargo.toml by @Riceman2000 in #242
- Update broken Zone entry struct by @Wyn-Price in #240
New Contributors
- @Riceman2000 made their first contribution in #242
- @Wyn-Price made their first contribution in #240
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- fix:
SendandSynctrait 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 time@0.1 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
Cloneonauth::Credentials
Release v0.8.6
- Pagination support for the list tunnels endpoint