Unclaimed project
Are you a maintainer of salvo? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
salvo
A powerful web framework built with a simplified design.
Back to changelogNew
v0.89.0
What's Changed
- feat(tus): add salvo-tus crate with TUS protocol support by @tyreseluo in https://github.com/salvo-rs/salvo/pull/1257
- refactor(rate-limiter): use
IpAddr as RemoteIpIssuer::Key by @Paraworker in https://github.com/salvo-rs/salvo/pull/1283
- fix: query multi-value extraction for untagged enums by @tyreseluo in https://github.com/salvo-rs/salvo/pull/1282
- chore(deps): update bcrypt requirement from 0.17 to 0.18 by @dependabot[bot] in https://github.com/salvo-rs/salvo/pull/1284
- feat(proxy): add unix-sock-client to full feature set by @18o in https://github.com/salvo-rs/salvo/pull/1285
- fix: affix-state description in docs by @yshing in https://github.com/salvo-rs/salvo/pull/1286
- fix(core,acme): allow selecting quinn rustls provider by @tyreseluo in https://github.com/salvo-rs/salvo/pull/1287
- cargo fmt for examples by @chrislearn in https://github.com/salvo-rs/salvo/pull/1288
- feat: add depot for extract by @Caisin in https://github.com/salvo-rs/salvo/pull/1268
- Parse FormData from payload if body is ReqBody::None by @chrislearn in https://github.com/salvo-rs/salvo/pull/1290
- Doc-improve by @chrislearn in https://github.com/salvo-rs/salvo/pull/1291
feat: enhance HTML documentation and update Todo schema by @chrislearn in https://github.com/salvo-rs/salvo/pull/1292chore(deps): update nix requirement from 0.30 to 0.31 by @dependabot[bot] in https://github.com/salvo-rs/salvo/pull/1294feat: enhance generic name resolution for OpenAPI schemas by @chrislearn in https://github.com/salvo-rs/salvo/pull/1293fix(core): enforce form payload limits and add tests by @chrislearn in https://github.com/salvo-rs/salvo/pull/1295Cargo-clippy by @chrislearn in https://github.com/salvo-rs/salvo/pull/1296Uses full qualified path for Result by @sanpii in https://github.com/salvo-rs/salvo/pull/1297Extract data from depot by @chrislearn in https://github.com/salvo-rs/salvo/pull/1298New Contributors
- @Paraworker made their first contribution in https://github.com/salvo-rs/salvo/pull/1283
- @yshing made their first contribution in https://github.com/salvo-rs/salvo/pull/1286
- @Caisin made their first contribution in https://github.com/salvo-rs/salvo/pull/1268
- @sanpii made their first contribution in https://github.com/salvo-rs/salvo/pull/1297
Full Changelog: https://github.com/salvo-rs/salvo/compare/v0.88.1...v0.89.0