Skip to main content

Changelog for the sftp adaptor

@openfn/language-sftp

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

  • a666a63: On error disconnect then throw

1.0.1

Patch Changes

  • 771c814: - Properly disconnect on error
    • Improve operation logs

1.0.0

Major Changes

  • e52ba66: add filter option in list() function

0.8.8

Patch Changes

0.8.7

Patch Changes

0.8.6

Patch Changes

0.8.5

Patch Changes

0.8.4

Patch Changes

0.8.3

Patch Changes

0.8.2

Patch Changes

  • d2c980e: Use parseCsv from language-common
  • c5d3ce1: improve connection handling
  • Updated dependencies [111807f]

0.8.1

Patch Changes

0.8.0

Minor Changes

  • 2c1d603: Remove parameter reassignment to ensure proper functioning inside an each block; add eslint

    The packages receiving a major bump here exposed functions that didn't work as expected inside each blocks. Users were previously wrapping these functions inside their own custom fn blocks, and this change will ensure that they can be used inside a standard each.

    See https://github.com/OpenFn/adaptors/issues/275 for more details.

Patch Changes

0.7.3

Patch Changes

  • 432dd0a: fix sftp connection wqautoclose

0.7.2

Patch Changes

  • 205b806: remove asObjects key before parsing

0.7.1

Patch Changes

  • 827c627: error handling

0.7.0

Minor Changes

  • fa58216: Add csvtojson convertion option

0.6.9

Patch Changes

0.6.8

Patch Changes

0.6.7

Patch Changes

  • f7ebd3c: remove sample configuration

0.6.6

Patch Changes

  • f2aed32: add examples

0.6.5

Patch Changes

  • 6d8de03: change @constructor to @function and remove /* @module Adaptor /

0.6.4

Patch Changes

0.6.3

Patch Changes

  • 8566b26: Fix typings
  • b3d45ff: Fix CJS export of npm package.
  • 4126a62: Fix built bundle
  • ecf5d30: remove sinon since it was not being used
  • Updated dependencies [8566b26]
  • Updated dependencies [b3d45ff]
  • Updated dependencies [b5eb665]
  • Updated dependencies [ecf5d30]

0.6.2

Patch Changes

  • e04aa28: Rename credential-schema to configuration-schema, update descriptions

0.6.1

Patch Changes

  • 28dfbfa: add todo, fix build pack

0.6.0

Minor Changes

  • f294a62: Added credential-schema.json for new ui

0.5.0

Minor Changes

  • 2c04894: added sftp package