Releases: salvo-rs/salvo
Releases · salvo-rs/salvo
v0.58.3
What's Changed
- Remove duplicate http host entry in proxy by @lostb1t in #465
- Add introduction of salvo-cli by @fankaiLiu in #467
- Remove textnonce dependency by @chrislearn in #470
- Take body only required when extract data by @chrislearn in #471
- Updated by @bhargavshirin in #472
- Update endpoint.md by @chinmay7016 in #475
- Update endpoint.md by @chinmay7016 in #477
- Make Tower compat body more generic by @chrislearn in #473
New Contributors
- @bhargavshirin made their first contribution in #472
- @chinmay7016 made their first contribution in #475
Full Changelog: v0.58.2...v0.58.3
v0.58.2
What's Changed
- Upgrade jsonwebtoken to 9.1.0 by @chrislearn in #463
Full Changelog: v0.58.1...v0.58.2
v0.58.1
What's Changed
- chore(deps): update jsonwebtoken requirement from 8 to 9 by @dependabot in #455
- Allow to remove openssl dependency by default #456 by @chrislearn in #459
- Add support for scalar as alternative for swagger ui by @chrislearn in #458
- Correct typo by @fadkeabhi in #460
- Allow openapi UIs setting
lib_url
by @chrislearn in #461
New Contributors
- @fadkeabhi made their first contribution in #460
Full Changelog: v0.58.0...v0.58.1
v0.58.0
What's Changed
- Add
BytesFrame
type to wrapFrame<Bytes>
by @depth-liu in #447 - chore(deps): update cookie requirement from 0.17 to 0.18 by @dependabot in #448
- chore(deps): update zstd requirement from 0.12 to 0.13 by @dependabot in #449
- feat: impl
AsyncWrite
forBodySender
by @chrislearn in #452 - Upgrade swagger ui to version
5.9.0
by @chrislearn in #453
Full Changelog: v0.57.0...v0.58.0
v0.57.0
What's Changed
- Refactor ResBody and add channel support by @depth-liu in #445
Full Changelog: v0.56.0...v0.57.0
v0.56.0
What's Changed
- Support for Tower layer and service by @chrislearn in #435
- impl Scribe for std::convert::Infallible by @chrislearn in #437
- chore(deps): update ring requirement from 0.16 to 0.17 by @dependabot in #436
- chore(deps): update proc-macro-crate requirement from 1 to 2 by @dependabot in #438
- Remove unused dependencies by @chrislearn in #439
- feat: Add util functions to
ReqBody
by @chrislearn in #442
Full Changelog: v0.55.5...v0.56.0
v0.55.5
What's Changed
- feat: salvo_oapi::ToSchema OOTB support for Result<T, E> #427 by @chrislearn in #430
Full Changelog: v0.55.4...v0.55.5
v0.55.4
What's Changed
- chore: Use std ready by @chrislearn in #418
- feat: Add
scrape
for remove type from depot by @chrislearn in #419 - feat: Add fn
contains
toDepot
by @chrislearn in #420 - Implement ToSchema for PhantomData by @fankaiLiu in #423
- chore(deps): update moka requirement from 0.11 to 0.12 by @dependabot in #424
- fix: Change log level to info for JwtAuth #422 by @chrislearn in #425
- upgrade swagger UI to V5.7.2 by @chrislearn in #426
New Contributors
- @fankaiLiu made their first contribution in #423
Full Changelog: v0.55.3...v0.55.4
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