Skip to content

oas3: v0.7.0

Compare
Choose a tag to compare
@robjtede robjtede released this 30 Jun 04:56
· 137 commits to main since this release
f153373
  • Add Spec::extensions field.
  • Add spec::{Components, Contact, Example, ExternalDoc, License, Link::{Id, Ref}, Parameter, PathItem, RequestBody, Response, Tag}::extensions fields.
  • Add spec::ParameterIn enum.
  • Add spec::ParameterStyle::{Matrix, Label, SpaceDelimited, PipeDelimited, DeepObject} variants.
  • The spec::Parameter::location field is now of type ParameterIn.
  • Narrow version range allowed by Spec::validate_version() to ~3.1.
  • Remove Default implementation for Spec.
  • Remove Default implementation for spec::{Info, License, Parameter, Server, ServerVariable}.