Releases: hackolade/DeltaLake
v0.2.32
v0.2.31
adjusted encoding of dots and spaces in FK relationship names in DDL forward-engineering; added PK constraints in separate statements as part of script generation configuration
v0.2.30
resolved schema name on using the ALTER Schema COMMENT
v0.2.29
enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false; added tolerance for special characters and formats in Unity Catalog tags; placed NOT NULL constraints in ALTER statements before PK constraints; applied script generation options also to views and schema comments
v0.2.28
introduced flexibility in script generation for controlling constraints in CREATE scripts
v0.2.27
added timezone_ntz data type in Runtime 15 and up
v0.2.26
added handling for NaN (Not a Number) when applying bulk test data to instance
v0.2.25
increased reliability of bulk test data generation on Windows when temporary file in removed during the process of applying to instance
v0.2.24
enhanced IPv6 compatibility in URL parsing
v0.2.23
HCK-10922: expose RE from instance API in the browser (#262)