drill v0.9.0 Release Notes
Release Date: 2025-12-29 // 6 months ago-
What's Changed
- ➕ add example/server/docker-compose.yml by @diepes in #176
- 🛠 fix: Remove unnecessary
into_iter()after asplit()by @hypr2771 in #179 - 🛠 fix: Allow
$prefixed key during interpollation by @hypr2771 in #178 - Don't overwrite old cookies on Set-Cookie by @reneegyllensvaan in #183
pickforwith items rangeby @erkannt in #172- Replace yaml-rust with serde_yaml by @fcsonline in #205
- 👌 Support
fileandhexrequest body types by @0x2b3bfa0 in #197 - ⬆️ Bump hashbrown from 0.15.0 to 0.15.5 by @dependabot[bot] in #207
- ⬆️ Bump hickory-proto from 0.24.1 to 0.24.4 by @dependabot[bot] in #209
- ⬆️ Bump tokio from 1.40.0 to 1.43.1 by @dependabot[bot] in #206
- ⬆️ Bump cookie, cookie-parser, express and express-session in /example/server by @dependabot[bot] in #212
- ⬆️ Bump crossbeam-channel from 0.5.13 to 0.5.15 by @dependabot[bot] in #208
🆕 New Contributors
- @diepes made their first contribution in #176
- @hypr2771 made their first contribution in #179
- @reneegyllensvaan made their first contribution in #183
- @erkannt made their first contribution in #172
- @0x2b3bfa0 made their first contribution in #197
Full Changelog : 0.8.3...0.9.0
Previous changes from v0.8.3
-
🛠 Fix release process