Skip to content

Sometimes One Isn't Enough (4)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 21 Jul 23:17
· 33 commits to release/4_0 since this release
ded104d

What's Changed

  • Fix typo: secutity -> security by @timimahoney (#375)
  • Add JSON Schema $defs encoding & decoding (#376)
  • Add support for multiple content types on one content encoding object (#379)

Breaking Changes

  • Removed the contentType property on OpenAPI.Content.Encoding. Use the newer contentTypes property (and constructor argument) for the same purpose.
  • Removed the fallback implementations of inferred, anchor, and dynamicAnchor in the JSONSchemaContext. 99% of code will not change as a result of this because they were only there to make any pre-existing third-party conformances to JSONSchemaContext continue to work throughout the v3 releases.

New Contributors

Full Changelog: 4.0.0-alpha.5...4.0.0-alpha.6