Skip to content

Releases: hackolade/Snowflake

v0.2.34

18 Sep 16:33
51228ae
Compare
Choose a tag to compare

improved robustness of forward-engineering with view attributes without underlying references

v0.2.33

15 Aug 16:04
89e3c5a
Compare
Choose a tag to compare

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

08 Aug 16:38
0c0d5c7
Compare
Choose a tag to compare

added support for key-pair authentication in connection to instances

v0.2.31

25 Jul 17:11
9e28284
Compare
Choose a tag to compare

added reverse-engineering of DDLs with view referencing another view

v0.2.30

11 Jul 17:23
62896df
Compare
Choose a tag to compare

added properties IF NOT EXISTS and OR REPLACE for views and linked to forward- and reverse-engineering processes

v0.2.29

06 Jun 17:13
69d2bc7
Compare
Choose a tag to compare

enhanced conversion of Object and Array data types to maintain their original structure during the Polyglot convert

v0.2.28

30 May 17:12
4954af7
Compare
Choose a tag to compare

adjusted derive and convert of variant data type from and to Polyglot for new derived models only

v0.2.27

23 May 09:18
e29f33e
Compare
Choose a tag to compare

enhanced IPv6 compatibility in URL parsing, plus moved system and connection logging from each plugin and consolidated into core application

v0.2.26

25 Apr 17:40
3f54028
Compare
Choose a tag to compare

added possibility to narrow down selection to a single schema when configuring reverse-engineering connection, to avoid fetching entire warehouse

v0.2.25

04 Apr 16:34
26dc89e
Compare
Choose a tag to compare

changed sequence of CREATE TABLE statements in DDLs so that regular tables are created first, and before dynamic tables