Releases: salvo-rs/salvo
Releases · salvo-rs/salvo
v0.55.3
What's Changed
- fix: impl
ToSchema
forUuid
and other types #414 by @chrislearn in #415 - chore: Upgrade swagger-ui to v5.7.0 by @chrislearn in #416
Full Changelog: v0.55.2...v0.55.3
v0.55.2
What's Changed
- Add pong message creation to websocket message by @Roba1993 in #406
- chore!: Remove useless fn
transfer
by @chrislearn in #408 - chore!: Rename fn
handle
togoal
. by @chrislearn in #409 - feat(oapi):Add decimal_float feature. by @chrislearn in #412
- fix: HTTP version detect waiting when bytes too short by @chrislearn in #411
- fix:repair openapi error description of attrs by @lyqgit in #413
New Contributors
Full Changelog: v0.54.3...v0.55.2
v0.54.3
What's Changed
- feat: Requestid support by @depth-liu in #404
- chore: Upgrade Swagger UI to v5.5.0 by @chrislearn in #405
Full Changelog: v0.54.1...v0.54.3
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