Releases: juhaku/utoipa
Releases · juhaku/utoipa
utoipa-gen-5.5.0
What's New 💎 🆕 🎉
- (2492086) Update next release @juhaku
- (eb520dc) ignore really ignores! (#1500) @omid
- (8e6e6ee) Support servers in path macro (#1293) @infiniteregrets
- (7d0d0be) Add support for
jiff::Timestamp(#1416) @paolobarbolini - (b07397d) Add
serdeto the helper attributes forToSchema(#1472) @zackyancey - (8d006bc) Fix: Refactor to avoid clippy::needless_for_each warning in derive(OpenApi) (#1423) @raimannma
- (cdff007) Fix typos (#1497) @jayvdb
Full change log
utoipa-5.5.0
utoipa-gen-5.4.0
What's New 💎 🆕 🎉
- (a024aca) Chore update utoipa and utoipa-gen versions (#1415) @juhaku
- (d267907) Add feature support extensions in
utoipa::pathmacro (#1292) @juliendecharentenay - (ac71b23) Add support for jiff v0.2 (#1332) @Turbo87
- (0c76056) Fix typo in schema_derive_test @juhaku
- (feeb97e) Fix build @juhaku
- (993f7d4) Exclude snapshots from published packages (#1283) @weiznich
Full change log
utoipa-5.4.0
What's New 💎 🆕 🎉
- (a024aca) Chore update utoipa and utoipa-gen versions (#1415) @juhaku
- (7bde710) Update utoipa CHANGELOG.md @juhaku
- (9b17a2e) Enhance ToSchema and ComposeSchema implementations for HashMap and HashSet to support custom hashers (#1319) @alwayys-afk
- (ac71b23) Add support for jiff v0.2 (#1332) @Turbo87
- (9c51272) replaced
serde_ymlwithserde_norway(#1311) @DenuxPlays - (993f7d4) Exclude snapshots from published packages (#1283) @weiznich
- (16892bb) replaced
serde_yamlwithserde_yml(#1280) @DenuxPlays
Full change log
utoipa-swagger-ui-9.0.2
utoipa-swagger-ui-9.0.1
What's New 💎 🆕 🎉
- (2e19e9a) Update next version (#1366) @juhaku
- (fdb4387) fix(swagger-ui): fix build for breaking zip crate 2.6.0 change (#1363) @tversteeg
- (1d32f05) fix: mismatch error from InvalidArchive (#1343) @mbukeRepo