Skip to content

v0.0.8

Compare
Choose a tag to compare
@Casyfill Casyfill released this 15 Mar 14:52
· 14 commits to main since this release
054e7b2

Legacy Schema Aliases (support for legacy schemas):

  • min_value now also supports min alias
  • max_value now also supports max alias
  • oneof now also supports one_of alias
  • version is now correctly moved to metadata from root on migration
  • If column schema has both oneof and includes and they are identical, will replace with exact_set

Testing:

  • conftest code improved to showcase bad json on Exception
  • multiple v1 schemas were added for testing
  • pre-commit setup was updated