Skip to content

v1.0.14

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:37
· 185 commits to main since this release

[1.0.14] - 2026-07-23

Added

  • datacontract export protobuf supports a customizable package name via the protoPackageName custom property (#1381 @Schokuroff)
  • datacontract export protobuf emits optional for non-required message/object fields (#1390 @Schokuroff)

Fixed

  • datacontract dbt sync resolves {object}/{property} placeholders in custom sql quality checks to the dbt ref() and column name (#1397)
  • SyntaxWarning during installation: datacontract/lint/resolve.py:72: SyntaxWarning: 'return' in a 'finally' block return except_message is handled properly (#1384 @Cupprum)
  • datacontract test no longer reports "backend is not installed" for Athena and other ibis SQL backends when packaging is missing from the environment