mirror of
https://github.com/stoatchat/rust-okapi.git
synced 2026-07-01 21:44:49 -04:00
1.0 KiB
1.0 KiB
Change log
All notable changes to this project will be documented in this file. This project follows the Semantic Versioning standard.
Unreleased (2021-xx-xx)
Added
Changed
Deprecated
Removed
Fixed
Security
Version 0.7.0-rc.1 (2021-10-02)
Added
- Forbid unsafe code in this crate. (#36)
- Allow customization of OpenApi object.
- Allow merging of OpenApi objects.
- Added
log v0.4as a dependency. - Added
map!macro for easy creation ofokapi::Mapobjects. - Re-exported
Schemarsso the same version can be used without needing to import it.
Changed
- Change
OAuthFlowsto better represent the different flows and allowed values within them. - Renamed
derive_json_schemafeature flag toimpl_json_schemafeature flag.
Fixed
- Fixed casing in
SecuritySchemeData.
Pre version 0.7.0-rc.1 (2021-06-12)
All changes before 2021-06-12 where not documented.
This is everything before and including: 4080d574bd