Releases: juhaku/utoipa
Releases · juhaku/utoipa
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::path
macro (#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_yml
withserde_norway
(#1311) @DenuxPlays - (993f7d4) Exclude snapshots from published packages (#1283) @weiznich
- (16892bb) replaced
serde_yaml
withserde_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