Releases: salvo-rs/salvo
Releases · salvo-rs/salvo
v0.63.0
What's Changed
- Upgrade to Hyper 1.0 by @chrislearn in #520
- patch hyper-util for websocket proxy by @chrislearn in #554
- Hidden rustls old module to users by @chrislearn in #555
- chore(deps): update rust-embed requirement from >= 6, <= 8 to >= 6, <= 9 by @dependabot in #556
- oapi: Support serde deny_unknown_fields by @chrislearn in #558
- request: Update remove cookie doc by @chrislearn in #559
- oapi: Add support for specifying multiple security requirement keys by @chrislearn in #560
- oapi: Add custom header and style supports by @chrislearn in #561
Full Changelog: v0.61.0...v0.63.0
v0.61.0
What's Changed
- chore(deps): update tokio-tungstenite requirement from 0.20 to 0.21 by @dependabot in #541
- Improve openapi document by @chrislearn in #544
- chore(deps): update rust-embed requirement from >= 6, <= 8 to >= 6, <= 9 by @dependabot in #546
- fix: Parse json data failed if it is empty by @chrislearn in #547
- Add impl From for SecurityRequirement by @chrislearn in #548
- Add more
Components
fns toOpenAPI
by @chrislearn in #550 - Improve
catcher
,depot
,handler
documention. by @astoring in #553
Full Changelog: v0.60.0...v0.61.0
v0.60.0
What's Changed
- Remove debug println! by @chrislearn in #532
- Add
ServerHandle
for stop server by @astoring in #533 - Update swagger_ui to v5.10.3 by @astoring in #536
- Improve server document and others by @astoring in #535
Full Changelog: v0.59.1...v0.60.0
v0.59.1
What's Changed
- Fix endpoint parse param
mut pdata
warning and not working by @chrislearn in #529
Full Changelog: v0.59.0...v0.59.1
v0.59.0
What's Changed
- Fix static dir set dot files not working by @chrislearn in #509
- StaticDir support filter and Serve compressed static assets if available by @chrislearn in #510
- Set Rust msrv to 1.70 by @chrislearn in #511
- Add Discriminator mapping to oapi by @chrislearn in #512
- Oapi: Enable required usage with schema_with attribute by @chrislearn in #513
- oapi: Add extensions "x-tokenName" by @chrislearn in #514
- oapi: Add HashSet and BTreeSet by @chrislearn in #515
- oapi: Support
#[serde(flatten)]
for maps. by @chrislearn in #516 - extractor: Rename format to parser and auto detect as default by @chrislearn in #521
- oapi: Fix additionalProperties not working for Object by @chrislearn in #522
- Cargo clippy by @astoring in #523
- Add owner and permissions to UnixListener by @astoring in #524
- Update
opentelemetry-prometheus
to 0.14 by @chrislearn in #526 - extactor: Rename
#[salvo(extract(source(parser)))]
to#[salvo(extract(source(parse)))]
by @chrislearn in #527
New Contributors
Full Changelog: v0.58.5...v0.59.0
v0.58.5
What's Changed
- Resolving endpoint Macro Expansion Errors by @fankaiLiu in #506
- Allow set OpenAPI UIs title, keywords and description by @chrislearn in #507
Full Changelog: v0.58.4...v0.58.5
v0.58.4
What's Changed
- Public extension in Response #484 by @chrislearn in #485
- Ugrade opentelemetry dependencies by @chrislearn in #486
- Use
dtolnay/rust-toolchain
by @chrislearn in #487 - fix: update scalar import to improved cdn by @marclave in #491
- Resolve Mismatched Types Error in Macro Expansion and Fix test by @fankaiLiu in #501
- Avoid to trace error when
FlowCtrlService
skipped. by @chrislearn in #503 - Fix command to create new project by @yct21 in #504
New Contributors
Full Changelog: v0.58.3...v0.58.4
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