Skip to content

2.1.0

Compare
Choose a tag to compare
@dstelljes dstelljes released this 21 Feb 20:59

This minor release improves surrogate schema selection when building record deserializers:

  • Enum schema surrogates are now selected correctly regardless of whether the enum appears in an array, map, or union. Additionally, this behavior can now be customized via the new CreateSurrogateSchema method on the record deserializer builder case.