utoipa-gen-3.3.0
What's New 💎 🆕 🎉
This release comes with mostly fixes and small improvements and additions. Most notable changes are support for "Any Type" to render any JSON content (example can be found here: https://github.com/juhaku/utoipa/tree/master/examples/raw-json-actix) and optional support for non-standard integer formats.
Massive kudos for people willing to contribute to the utopic API. 🥲
- (89b809e) Update next release versions
- (dc0cf3c) Allow additional integer types (#575) @jayvdb
- (1abced1) Fix Schema as additional properties (#580) @juhaku
- (08acfa2) Bump rocket to v0.5.0-rc.3 (#577) @jayvdb
- (c0c1470) Allow value_type serde_json::Value (#568) @jayvdb
- (c0aead7) Rename AdditionalProperites->AdditionalProperties (#564) @jayvdb
- (b75fa2d) Add
indexmapfeature support forTypeTree