Skip to content

Null Happens

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 24 Feb 21:34
· 41 commits to main since this release
33a9984

What's Changed

Technically nullable decoding was not broken for v3.1 documents, but this patch version introduces some leniency which allows decoding documents that contain the nullable keyword. This keyword was the way of specifying nullability in v3.0 of the spec but in v3.1 the keyword was removed entirely. OpenAPIKit will now warn but automatically translate the nullable keyword into a valid v3.1 representation.

New Contributors

Full Changelog: 3.1.2...3.1.3