Releases: hackolade/Snowflake
v0.2.34
v0.2.33
extend ability to select more file extensions (.pem, .p8, .crt, .cert) when setting up key-pair authentication, added more user-friendly message in case of missing or invalid passphrase when setting up key-pair authentication
v0.2.32
added support for key-pair authentication in connection to instances
v0.2.31
added reverse-engineering of DDLs with view referencing another view
v0.2.30
added properties IF NOT EXISTS and OR REPLACE for views and linked to forward- and reverse-engineering processes
v0.2.29
enhanced conversion of Object and Array data types to maintain their original structure during the Polyglot convert
v0.2.28
adjusted derive and convert of variant data type from and to Polyglot for new derived models only
v0.2.27
enhanced IPv6 compatibility in URL parsing, plus moved system and connection logging from each plugin and consolidated into core application
v0.2.26
added possibility to narrow down selection to a single schema when configuring reverse-engineering connection, to avoid fetching entire warehouse
v0.2.25
changed sequence of CREATE TABLE statements in DDLs so that regular tables are created first, and before dynamic tables