- `2.0.0b18` was a broken release missing some files. This releases fixes that. It does not introduce any new features.
2.0.0b18
Changed
- Fixed bug in analyze command in BigQuery for STRUCT & ARRAY columns
2.0.0b17
Added
- Added support for Python 3.9 (Big tnx to the Snowflake connector update!)
Changed
- Switched from yaml FullLoader to SafeLoader as per suggestion of 418sec. Tnx! - Fixed Decimal jsonnable bug when serializing test results - Improved logging
2.0.0b16
Changed
- Initial SQLServer dialect implementation (experimental), contributed by Eric. Tnx! - Scan logging improvements - Fixed BigQuery connection property docs - Fixed json Decimal serialization bug when sending test results to Soda cloud - Fixed validity bug (min/max)
2.0.0b15
Changed
- Add support for role assumption in Athena and Redshift - Add support for detection of connectivity and authentication issues - Improvements in cross-dialect quote handling
2.0.0b14
Changed
- Added create connection args / kwargs - Fixed missing values in the soda scan start request