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