Skip to content

Releases: hackolade/Synapse

v0.2.30

03 Mar 09:46

Choose a tag to compare

Update libraries and sdks

v0.2.29

27 Feb 18:49
82524ec

Choose a tag to compare

added configurable SQL script hooks for injecting snippets before or after CREATE SCHEMA, TABLE, and VIEW statements

v0.2.28

07 Feb 08:34

Choose a tag to compare

Updated lodash plus other applicable libraries

v0.2.27

21 Jan 09:47
943ce6b

Choose a tag to compare

added resolution of model definition references in DDL forward-engineering through hydration of objects

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