Sometimes One Isn't Enough (4)
Pre-release
Pre-release
mattpolzin
released this
21 Jul 23:17
·
33 commits
to release/4_0
since this release
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 onOpenAPI.Content.Encoding
. Use the newercontentTypes
property (and constructor argument) for the same purpose. - Removed the fallback implementations of
inferred
,anchor
, anddynamicAnchor
in theJSONSchemaContext
. 99% of code will not change as a result of this because they were only there to make any pre-existing third-party conformances toJSONSchemaContext
continue to work throughout the v3 releases.
New Contributors
- @timimahoney made their first contribution in #375
Full Changelog: 4.0.0-alpha.5...4.0.0-alpha.6