2024-10-21
v1.4.80

Fixed

  • HG-3506: Resolved React warning about missing key prop on job history tab.
2024-10-09
v1.4.79

Added

  • HG-3491: Introduced new runJob helper function which introduces support for running v2 flows and specifying the jobType, the signature is:
  runJob: (
    entityId: string,
    flow: string,
    tenant: string,
    startDate: string,
    jobType: 'read' | 'write',
  ) => Promise<any>;

Fixed

  • HG-3496: resolved bug where onConnectorLinked listener was not triggering when the widget was closed after making an OAuth connection

Deprecated

  • HG-3491: As part of introducing the runJob helper function we have deprecated createJob as it doesn’t support v2 flows.
2024-10-08
v1.4.78

Fixed

  • HG-3398: Avoid undefined error when updating isSelected value in the field map component
2024-09-16
v1.4.77

Fixed

  • HG-3443: ensure onLinkFailed listeners still fire when invalid connectValues are passed to HotGlue.link function
2024-09-06
v1.4.76

Fixed

  • HG-3422: fixed bug where symlink screen would persist even after successfully linking a connector