Skip to content

Well Read (release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 24 Sep 22:24
b069168

Big thanks to @simonbility for jumping in and making another part of OpenAPIKit order-stable when encoding/decoding.

What's Changed

  • Use OrderedDictionary for discriminator mapping (#320)
  • propagate nullability from subschemas where appropriate (#322)

Breaking Changes

It is very unlikely, but possible, that the change to OrderedDictionary for the mapping property of the Discriminator type could cause compiler errors if your code is using methods specific to the Dictionary type when working with these mappings.

New Contributors

Full Changelog: 3.0.0-rc.1...3.0.0-rc.2