Skip to content

Releases: LeoPlatform/connectors

0.0.15-postgres-beta: more comments in SQL, probably should have remembered the character f…

26 Oct 00:18
Compare
Choose a tag to compare

Test release for ingestion into Redshift. Not for use in production (yet).

0.0.14-postgres-beta

25 Oct 23:35
Compare
Choose a tag to compare
0.0.14-postgres-beta Pre-release
Pre-release

Test release for ingestion into Redshift. Not for use in production (yet).

leo-connector-postgres-1.3.2

20 Jun 18:01
Compare
Choose a tag to compare

Features:

  • Updated the checksum to allow where statements for fields in parts of the checksum.
  • Optimizations to the data warehouse loading.

Bug fixes:

  • Changed the BETWEEN query to use strings instead of integers, which throws things off in postgres.

leo-connector-common-1.1.4

13 Jun 18:29
Compare
Choose a tag to compare

Bug fixes:

  • Fixed an issue where undefined id's could be passed into the domain object loader. [339]
  • Fixed an issue where id's of 0 could be filtered out of the domain object loader. [339]

leo-connector-sqlserver-1.3.2

30 May 19:00
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue with getting undefined in the checkpoint and null as the payload when tracking changes on SQLServer. [368]

leo-connector-(postgres|mysql|sqlserver) 1.3.1

24 May 18:15
Compare
Choose a tag to compare

Documentation:

  • Added documentation, description, and github links to the NPM modules.

common-1.1.3

24 May 18:19
Compare
Choose a tag to compare

Documentation

  • Added documentation, github, and support links to the module.
  • Finished documentation for checksums.

Bug fixes

  • Fixed a stream end issue when trying to do a checksum with no output queue.
  • Fixed an issue where we wouldn't mark an empty payload as an error.

Features:

  • Added basicConnector.

leo-connector-(postgres|mysql|sqlserver) 1.3.0

23 May 19:49
29e25d4
Compare
Choose a tag to compare

Features:

  • Added basicConnector for creating a custom checksum not tied to any of our database types.
  • Added templates for leo-cli to create connectors.
  • Added NPM peer module loading so you don't have to do this manually anymore.

Bug fixes:

  • Fixed an issue with not reporting an empty payload as an error.

leo-connector-(postgres|mysql|sqlserver) 1.2.1

18 May 20:47
Compare
Choose a tag to compare

Features

  • Added documentation for running checksums.
  • Added a check and error for fields or sql for better troubleshooting of building checksums.

Bug Fixes

  • Fixed an issue where the database would return a column type we weren't expecting.
  • Adding missing dimensions for dw load.
  • Fixed an issue where we weren't receiving field types from mysql.

leo-connector-common-1.1.1

18 May 20:41
Compare
Choose a tag to compare

Features:

  • Added a limit to buildDomainObjects to be able to limit the number of ID's processed by the database in a single query. In queries with unions, the database could get overwhelmed and just run out of processing power.