Well Read (release candidate)
Pre-release
Pre-release
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
- @simonbility made their first contribution in #320
Full Changelog: 3.0.0-rc.1...3.0.0-rc.2