Skip to content

Releases: juhaku/utoipa

utoipa-0.1.0

04 Apr 20:57
Compare
Choose a tag to compare

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

01 Apr 16:24
62ae974
Compare
Choose a tag to compare
Pre-release

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.

Full change log

utoipa-gen-0.1.0-rc1

01 Apr 16:17
62ae974
Compare
Choose a tag to compare
utoipa-gen-0.1.0-rc1 Pre-release
Pre-release

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.

Full change log

utoipa-0.1.0-rc1

01 Apr 16:20
62ae974
Compare
Choose a tag to compare
utoipa-0.1.0-rc1 Pre-release
Pre-release

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.

Full change log

utoipa-swagger-ui-0.1.0-beta1

07 Mar 00:19
c7b82bb
Compare
Choose a tag to compare
Pre-release

What's New 💎 🆕 🎉

  • (f95f5f2) Chore extract Swagger UI from utoipa (#36)

Full change log

utoipa-gen-0.1.0-beta6

07 Mar 00:16
c7b82bb
Compare
Choose a tag to compare
Pre-release

What's New 💎 🆕 🎉

  • (f95f5f2) Chore extract Swagger UI from utoipa (#36)
  • (7994db8) Fix utoipa-gen doc tests
  • (f3c624c) Chore updates
  • (2376ba0) Add Security Requirement implementation (#35)
  • (8187b69) Add Modify trait (#34)
  • (cbd0063) Update to next beta & fix readme crates version

Full change log

utoipa-0.1.0-beta6

07 Mar 00:18
c7b82bb
Compare
Choose a tag to compare
utoipa-0.1.0-beta6 Pre-release
Pre-release

What's New 💎 🆕 🎉

Full change log

Release 0.1.0-beta.5

20 Feb 19:50
Compare
Choose a tag to compare
Release 0.1.0-beta.5 Pre-release
Pre-release

Changes in this Release

While this release mainly introduces more documentation it also introduces small improvement to path attribute macro.

  • (39e41aa) Increase retry count in automated publish to crates
  • (6fb849c) Update readme to use next beta
  • (4fbd4cb) Swagger ui documentation (#31)
  • (a2d8908) Path documentation (#30)
  • (8ab318d) Fix install section in README.md
  • (cddd480) Enhance the tag & default tag support (#29)
  • (7dba8c5) Update README.md
  • (395acfc) Fix gitlog resolving log range
  • (f1b017b) Fix gitlog resolve last release
  • (31b6bc6) Update to next beta

Release 0.1.0-beta.4

14 Feb 21:49
Compare
Choose a tag to compare
Release 0.1.0-beta.4 Pre-release
Pre-release

Changes in this Release

  • (2591b90) Remove unnecessary echo from draft a release
  • (10dfa4a) Fix draft a release gitlog from last tag
  • (6b254cd) Update versons to beta.4
  • (49a5220) Extract inline publish step to separate action

Release 0.1.0-beta.3

14 Feb 20:25
Compare
Choose a tag to compare
Release 0.1.0-beta.3 Pre-release
Pre-release

Changes in this Release

  • (f9853bc) Update versons to beta.3