Releases: juhaku/utoipa
utoipa-swagger-ui-0.1.2
What's New 💎 🆕 🎉
This release mainly fixes cross compilation with rust-cross.
- (a2e33f2) Update utoipa-swagger-ui version
- (53fa289) Revert back to original versions
- (c89d907) Bump up next version
- (8d8e3d6) Fix utoipa-swagger-ui cross build
Full change log
utoipa-swagger-ui-0.1.1
What's New 💎 🆕 🎉
- (d6fc764) Update swagger-ui docs with new version
- (ef5583c) Update swagger-ui utoipa reference version
Full change log
utoipa-swagger-ui-0.1.0
What's New 💎 🆕 🎉
Stable is here! From now I try to keep the api as stable as possible and breaking changes from now on would
result major version upgrade.
Full change log
utoipa-gen-0.1.0
What's New 💎 🆕 🎉
Stable is here! Added minor tweaks and from now I try to keep the api as stable as possible and breaking changes from now on would
result major version upgrade.
- (992b90b) Increment all crates versions (#55)
- (4bc1b66) Add missing description from OneOf type
- (0c43bff) Fix parse error messages
- (7a5a945) Add context path for utoipa::path macro
- (3ac3d76) Bump up to next versions
Full change log
utoipa-0.1.0
What's New 💎 🆕 🎉
Stable is here! Added minor tweaks and from now I try to keep the api as stable as possible and breaking changes from now on would
result major version upgrade.
- (992b90b) Increment all crates versions (#55)
- (ca9060d) Fix broken tests
- (99105b6) Add example with actix-web
- (adf55fc) Fix typo in SecurityScheme
- (4bc1b66) Add missing description from OneOf type
- (7a5a945) Add context path for utoipa::path macro
- (3ac3d76) Bump up to next versions
Full change log
utoipa-swagger-ui-0.1.0-rc1
What's New 💎 🆕 🎉
Rc is finally here! 🚀 This release introduces new actix-web
version now needing version 4 or above. It also follows more closely Rust guidelines and reduces allocations and removes unnecessary clone call.
- (62ae974) Bump up to rc1 versions (#50)
- (4363b88) Update actix-web framework (#51)
- (7cb08d5) Polis more apis (#49)
- (fd2d7c8) Improve api (#45)
- (f2c1489) Chore improve OpenApi derive macro
- (8428224) Chore update utoipa-swagger-ui README.md
- (0e54a12) Chore update docs and REAMDEs (#42)
- (4af15d4) Update crates to next versions
- (7eac33e) Fix utoipa-swagger-ui build
Full change log
utoipa-gen-0.1.0-rc1
What's New 💎 🆕 🎉
Rc is finally here! 🚀 This release is quite a biggie and introduces new features, updates to exinsting ones and makes most of the API documented as well as API now follows more closely Rust guidelines. Without mention it also introduces few performance optimisations via reducing allocations.
- (62ae974) Bump up to rc1 versions (#50)
- (4363b88) Update actix-web framework (#51)
- (416b326) Add missing FromIterator trait import
- (7cb08d5) Polish more apis (#49)
- (89ba5a2) Chore schema and path builders (#48)
- (e58b2c7) Chore more builders (#47)
- (e14717e) Chore improve utoipa api (#46)
- (fd2d7c8) Improve api (#45)
- (c3f7626) Chore improve macros (#44)
- (f2c1489) Chore improve OpenApi derive macro
- (cc3e794) Add derive tags to openapi (#43)
- (0e54a12) Chore update docs and REAMDEs (#42)
- (613301e) Add xml schema object (#41)
- (4af15d4) Update crates to next versions
Full change log
utoipa-0.1.0-rc1
What's New 💎 🆕 🎉
Rc is finally here! 🚀 This release is quite a biggie and introduces new features, updates to exinsting ones and makes most of the API documented as well as API now follows more closely Rust guidelines. Without mention it also introduces few performance optimisations via reducing allocations.
- (62ae974) Bump up to rc1 versions (#50)
- (c995c46) Add OpenAPI Serve object types
- (4363b88) Update actix-web framework (#51)
- (416b326) Add missing FromIterator trait import
- (7cb08d5) Polish more apis (#49)
- (89ba5a2) Chore schema and path builders (#48)
- (e58b2c7) Chore more builders (#47)
- (e14717e) Chore improve utoipa api (#46)
- (fd2d7c8) Improve api (#45)
- (c3f7626) Chore improve macros (#44)
- (f2c1489) Chore improve OpenApi derive macro
- (cc3e794) Add derive tags to openapi (#43)
- (0e54a12) Chore update docs and REAMDEs (#42)
- (613301e) Add xml schema object (#41)
- (640b8db) Update README.md
- (4af15d4) Update crates to next versions