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