Skip to content

Releases: hackolade/Synapse

v0.2.26

19 Dec 17:34
b65c66f

Choose a tag to compare

introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets

v0.2.25

14 Nov 21:33
8b7443c

Choose a tag to compare

removed extraneous -- used for commenting

v0.2.24

07 Nov 18:09

Choose a tag to compare

introduced flexibility in script generation for controlling constraints in CREATE scripts (3 choices: "In CREATE statement", "In separate statement" or "Ignore"), controllable from Tools > Options > Forward-Engineering parameters, plus from forward-engineering lower tab and via Tools > Forward-Engineer menu

v0.2.23

15 Oct 15:30
a772efe

Choose a tag to compare

added support for reverse-engineering of Microsoft Fabric, including of Entra ID auth methods

v0.2.22

03 Oct 18:52
e6d9b14

Choose a tag to compare

enhanced reverse-engineering to tolerate missing square brackets in partitioning statements; adapted connection screen to replace AAD (Azure Active Directory) by Azure Entra ID, plus replaced Axios with proxy fetch library

v0.2.21

18 Sep 16:34
bf53dd9

Choose a tag to compare

enabled the selection of a column as both an index column and a distribution column

v0.2.20

29 Aug 10:52
c29b79d

Choose a tag to compare

improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key

v0.2.19

13 Aug 15:19
74bbae2

Choose a tag to compare

removed redundant ASC keyword in generated script, added possibility for views to be based on another view (not just on a table)

v0.2.18

23 May 09:22
784decf

Choose a tag to compare

moved system and connection logging from each plugin and consolidated into core application

v0.2.17

28 Feb 18:23
253c0a7

Choose a tag to compare

enabled forward-engineering of models properties schema.yml files