Releases: salvo-rs/salvo
Releases · salvo-rs/salvo
v0.54.1
What's Changed
- feat: OpenAPI
LinkedList
andurl
type support by @chrislearn in #399 - chore: Impl Debug for
ResBody
. by @chrislearn in #400 - feat: Route path match <**>, <+>, <?> by @chrislearn in #401
- chore!: Rename
Piece
toScribe
. by @chrislearn in #402 - chore: Improve unit tests by @chrislearn in #403
Full Changelog: v0.53.0...v0.54.1
v0.53.0
What's Changed
- feat: Allow mutable reference to Request queries #391 by @chrislearn in #393
- feat(depot)!: Returns Result for easy catch key is not exists or downcast failed by @chrislearn in #392
- feat(router): Add
insert
andunshift
functions by @chrislearn in #394 - feat(oapi): Add Ulid support by @chrislearn in #395
- feat(oapi): Add support for serde skip in IntoParams derive by @chrislearn in #396
Full Changelog: v0.52.1...v0.53.0
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