Skip to content

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:12
· 204 commits to main since this release

[1.0.13] - 2026-07-14

Added

  • datacontract test reports the nested types of a property that declares properties: or items: as a separate check
  • datacontract test on Snowflake verifies the physicalType of nested properties against the real column type

Fixed

  • datacontract test on Snowflake matches a physicalType against the alias the catalog reports, such as BIGINT on a NUMBER(38,0) column
  • datacontract test no longer reports a mismatch for a physicalType without precision, such as NUMBER on a NUMBER(12,2) column