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.
asyncframeworkhttp-serverrustsalvoweb
Last updated about 8 hours ago
Back to changelogNew
v0.89.1
What's Changed
- Avoid use both futures_core and futures_util by @chrislearn in https://github.com/salvo-rs/salvo/pull/1299
- Add unit tests for DiskStore and related components by @chrislearn in https://github.com/salvo-rs/salvo/pull/1300
- Add more unit tests by @chrislearn in https://github.com/salvo-rs/salvo/pull/1301
- docs(jwt-auth): add security warning about JWT tokens in URL query by @chrislearn in https://github.com/salvo-rs/salvo/pull/1302
- security(csrf): remove sensitive token values from logs by @chrislearn in https://github.com/salvo-rs/salvo/pull/1305
- security(csrf): prevent timing attacks in bcrypt CSRF verification by @chrislearn in https://github.com/salvo-rs/salvo/pull/1304
- fix(basic-auth): use proper UTF-8 decoding for credentials by @chrislearn in https://github.com/salvo-rs/salvo/pull/1303
- feat(rate-limiter): add RealIpIssuer for proxy environments by @chrislearn in https://github.com/salvo-rs/salvo/pull/1306
- fix(core): add logging for temporary upload file cleanup failures by @chrislearn in https://github.com/salvo-rs/salvo/pull/1307
- docs(cors): add security warnings for permissive configurations by @chrislearn in https://github.com/salvo-rs/salvo/pull/1308
security(session): add warning for short secret keys by @chrislearn in https://github.com/salvo-rs/salvo/pull/1309security(tus): add upload ID and path validation functions by @chrislearn in https://github.com/salvo-rs/salvo/pull/1310security(serve-static): enhance path traversal protection by @chrislearn in https://github.com/salvo-rs/salvo/pull/1311docs: fix shell commands for Windows compatibility by @chrislearn in https://github.com/salvo-rs/salvo/pull/1312test(acme): add comprehensive unit tests for acme module by @chrislearn in https://github.com/salvo-rs/salvo/pull/1314test(oapi-macros): add comprehensive unit tests for oapi-macros module by @chrislearn in https://github.com/salvo-rs/salvo/pull/1315test(jwt-auth): add comprehensive unit tests for jwt-auth module by @chrislearn in https://github.com/salvo-rs/salvo/pull/1313refactor: performance optimizations by @chrislearn in https://github.com/salvo-rs/salvo/pull/1316docs: update README and examples for new port configuration and features by @chrislearn in https://github.com/salvo-rs/salvo/pull/1317Full Changelog: https://github.com/salvo-rs/salvo/compare/v0.89.0...v0.89.1