Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Releases: datafold/data-diff

v0.11.1

20 Feb 13:58
99209bd
Compare
Choose a tag to compare

What's Changed

  • clarify that SQL Server support is limited by @leoebfolsom in #864
  • formatting update to readme by @leoebfolsom in #865
  • Loosen the restrictions of dependencies versions: >= instead of ^ and = by @nolar in #867

Full Changelog: v0.11.0...v0.11.1

v0.11.0

06 Feb 22:29
cac665b
Compare
Choose a tag to compare

What's Changed

  • Fix github action that doesn't work with forked branches by @sungchun12 in #815
  • Ignore columns at runtime on request (e.g. with too many diffs in them) by @nolar in #822
  • [to#811]Fix special characters in PG url and Mysql connection reconnect by @idling11 in #812
  • yield list vs. indiv tuples by @dlawin in #805
  • Retrieve collations from the schema (and refactor the column info structures) by @nolar in #814
  • Make InfoTree classes overrideable by @nolar in #824
  • Cast to unlimited varchars in MS SQL (especially UUDS) by @nolar in #825
  • Do not detect MD5s as UUIDs, and preserve UUID casing for UUID PKs by @nolar in #813
  • Fix precision fetching for DataBricks by @nolar in #826
  • Tolerate column type mismatches in non-strict mode by @nolar in #829
  • Update ruff formatter to work differently between forks and native branches by @sungchun12 in #821
  • keep precision, scale info for databricks decimal by @dlawin in #830
  • Fix redshift schema ingest by @teraamp in #835
  • fix typo -> ignored_columns2=self.ignored_columns2 by @dlawin in #832
  • Fix databricks schema handling by @teraamp in #836
  • Fix precision recognition by @vvkh in #823
  • Group rows by all columns of composite PKs by @nolar in #838
  • Update README to be ergonomic and excite new users by @sungchun12 in #816
  • Type annotate some things ("no-brainers") by @nolar in #827
  • remove local computer piece by @sungchun12 in #843
  • Ability to install all database adapters. by @sar009 in #842
  • Microsoft SQL Server Support Docs by @sungchun12 in #845
  • Send event json errors by @dlawin in #847
  • LAB-271 Redshift Spectrum type mapping by @teraamp in #848
  • Detect duplicate rows on each side by @nolar in #850
  • Improve error reporting for PK type mismatch by @vvkh in #851
  • Fix mssql, databricks date types by @dlawin in #853
  • Fix date and time formatting by @teraamp in #854
  • closing connection once data diff is executed by @sar009 in #785
  • Minor readme edits by @elliotgunn in #855
  • Fix motherduck bug (#858) by @sungchun12 in #861
  • Evolve dbt data diff output by @sungchun12 in #857

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

21 Dec 19:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

19 Dec 17:52
Compare
Choose a tag to compare

What's Changed

  • Make local dbt data diffs concurrent by @sungchun12 in #776
  • Accept either key file path or file itself in Snowflake by @vvkh in #792
  • mssql normalize_uuid by @dlawin in #793
  • Revert "mssql normalize_uuid" and fix the overall problem by @dlawin in #794
  • Remove Unneeded Logging by @sungchun12 in #798
  • Tolerate empty samples & allow custom database schemas by @nolar in #802
  • redshift: also try to get schema from svv_columns by @dlawin in #803
  • Track data-diff usage in MotherDuck by @sungchun12 in #800
  • fix unreachable code branches by @dlawin in #791

Full Changelog: v0.9.17...v0.10.0

v0.10.0rc0

11 Dec 19:00
Compare
Choose a tag to compare
v0.10.0rc0 Pre-release
Pre-release

What's Changed

  • Make local dbt data diffs concurrent by @sungchun12 in #776
  • Accept either key file path or file itself in Snowflake by @vvkh in #792
  • mssql normalize_uuid by @dlawin in #793
  • Revert "mssql normalize_uuid" and fix the overall problem by @dlawin in #794

Full Changelog: v0.9.17...v0.10.0rc0

v0.9.17

30 Nov 20:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.16...v0.9.17

v0.9.16

22 Nov 22:46
Compare
Choose a tag to compare

What's Changed

  • revert databricks information_schema by @dlawin in #782

Full Changelog: v0.9.15...v0.9.16

v0.9.15

22 Nov 20:53
Compare
Choose a tag to compare

What's Changed

  • Normalize schema info in databricks and redshift by @dlawin in #781

Full Changelog: v0.9.14...v0.9.15

v0.9.14

21 Nov 21:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.13...v0.9.14

v0.9.13

15 Nov 01:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.12...v0.9.13