Skip to content

4.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 10:44
· 265 commits to master since this release

Bugs Fixed

  • strings must be null by default (#360). Thanks @waf!

New Stuff

  • You can force optionality of a schema field using the [ParquetRequired] attribute.
  • ParquetSerializer validates class schema against actual file schema on deserialization and throws a helpful exception, like System.IO.InvalidDataException : property 'Id' is declared as Id (System.String?) but source data has it as Id (System.String) (you can spot the difference in nullability here).