Releases: salvo-rs/salvo
Releases · salvo-rs/salvo
v0.52.1
What's Changed
- fix: Change alt-svc for http3 by @chrislearn in #386
- feat: Add
ReadSeeker
. by @chrislearn in #387
Full Changelog: v0.52.0...v0.52.1
v0.52.0
What's Changed
- feat:
QuinnListener
supports config stream by @chrislearn in #382 - feat!: Acme and Http3 work together! by @chrislearn in #384
Full Changelog: v0.51.0...v0.52.0
v0.51.0
What's Changed
- Add eviction_listener to MemoryStore by @sarendsen in #367
- Rename MemoryStore to Mokastore by @chrislearn in #369
- feat: Add
jwt_auth_error
toJwtAuthDepotExt
#372 by @chrislearn in #373 - chore(deps): update rust-embed from 6 to 8 by @chrislearn in #377
- fix(extra): TrailingSlash should skip root path by @chrislearn in #378
- chore(deps): Upgrade swagger ui to v5.4.2 by @chrislearn in #379
- feat!: Make tls more generic by @chrislearn in #380
New Contributors
- @sarendsen made their first contribution in #367
Full Changelog: v0.50.5...v0.51.0
v0.50.4
What's Changed
- fix(cache): Cache panics with error handling #365 by @chrislearn in #366
Full Changelog: v0.50.3...v0.50.4
v0.50.3
What's Changed
- feat: Add concurrency-limiter middleware by @chrislearn in #359
- fix: generate openapi json have duplicated fields #360 by @chrislearn in #361
- feat: Allow custom url path and query getter by @chrislearn in #364
Full Changelog: v0.50.2...v0.50.3
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