Releases: salvo-rs/salvo
Releases · salvo-rs/salvo
v0.50.2
What's Changed
- fix: auto detect http2 and http1 by @chrislearn in #356
Full Changelog: v0.50.1...v0.50.2
v0.50.1
What's Changed
- deps: Upgrade opentelemetry by @chrislearn in #346
- deps: Upgrade swagger ui to
5.3.0
by @chrislearn in #348 - Add descriptions to 2 variants of complex enums by @chrislearn in #349
- feat: Allow setting the client on a Proxy #352 by @chrislearn in #353
- Improve graceful shutdown and fix http dectect issue by @chrislearn in #354
- feat: Add ReDoc and RapiDoc by @chrislearn in #355
Full Changelog: v0.49.1...v0.50.1
v0.49.1
What's Changed
- fix(proxy): Proxy ws not working #337 by @chrislearn in #338
- Add support for
#[schema(default = )]
on user-defined types by @chrislearn in #340 - fix(serve-static): set content-type for embed by @chrislearn in #341
Full Changelog: v0.49.0...v0.49.1
v0.49.0
What's Changed
- Added support for Arc fields to be treated like Box or RefCell by @chrislearn in #332
- chore!(extra): tokio-tungstenite upgrade to 0.20 by @chrislearn in #334
- fix(serve-static): Datetime format not correct.
Full Changelog: v0.48.2...v0.49.0
v0.48.2
Fix tls bug
v0.48.0
What's Changed
- fix!: Http scheme or version detect error by @chrislearn in #328
- chore: Upgrade swagger-ui to v5.1.3 by @chrislearn in #329
Full Changelog: v0.47.0...v0.48.0