v0.14.1
loco-rs/locov0.14.1Feb 19, 2025by kaplanelad
AI Summary
A maintenance patch release fixing dependencies, status codes, and example commands to align with Rust stable 1.84.
Key Highlights
- Bump shuttle to 0.51.0.
- Return 422 status code for JSON rejection errors.
- Return json validation details response.
- Fix example command after generating schedule.
New Features
- Public JWT extractor from non-mutable reference to parts.
Full Release Notes
- Fix: bump shuttle to 0.51.0. https://github.com/loco-rs/loco/pull/1169 - Return 422 status code for JSON rejection errors. https://github.com/loco-rs/loco/pull/1173 - Address clippy warnings for Rust stable 1.84. https://github.com/loco-rs/loco/pull/1168 - Bump shuttle to 0.51.0. https://github.com/loco-rs/loco/pull/1169 - Return 422 status code for JSON rejection errors. https://github.com/loco-rs/loco/pull/1173 - Return json validation details response. https://github.com/loco-rs/loco/pull/1174 - Fix example command after generating schedule. https://github.com/loco-rs/loco/pull/1176 - Fixed independent features. https://github.com/loco-rs/loco/pull/1177 - Custom response header for redirect. https://github.com/loco-rs/loco/pull/1186 - Added run_on_start feature to scheduler. https://github.com/loco-rs/loco/pull/1184 - Feat: public jwt extractor from non-mutable reference to parts. https://github.com/loco-rs/loco/pull/1190