Skip to content

Releases: x52dev/oas3-rs

oas3: v0.6.0

30 Jun 02:57
82c37a9
Compare
Choose a tag to compare
  • Add from_str() function.
  • Add spec::SecurityScheme::MutualTls enum variant.
  • Add spec::SecurityScheme::{ApiKey, Http, OAuth2, OpenIdConnect}::description fields.
  • Add spec::SchemaTypeSet enum.
  • Add spec::SchemaType::Null variant.
  • The Spec::paths field is now optional to closer align with the spec.
  • The spec::Operation::responses field is now optional to closer align with the spec.
  • The spec::Schema::{exclusive_maximum, exclusive_minimum} fields are now of type Option<serde_json:Number> to closer align with the spec.
  • Migrate YAML parsing to serde_yml. Exposed error type(s) have been altered.
  • Add spec::Schema::nullable field.

oas3: v0.5.0

18 May 20:16
a261b99
Compare
Choose a tag to compare
  • Update http dependency to 1.