Skip to main content

Changelog for the sftp adaptor

@openfn/language-sftp

2.0.11 - 16 April 2025

Patch Changes

2.0.10 - 11 April 2025

Patch Changes

2.0.9 - 14 March 2025

Patch Changes

2.0.8 - 16 January 2025

Patch Changes

  • Updated dependencies [b3d7f59]
  • Updated dependencies [2d709ff]
  • Updated dependencies [41e8cc3]

2.0.7 - 16 January 2025

Patch Changes

2.0.6 - 09 January 2025

Patch Changes

2.0.5 - 28 October 2024

Patch Changes

2.0.4 - 18 October 2024

Patch Changes

2.0.3 - 15 October 2024

Patch Changes

2.0.2 - 24 September 2024

Patch Changes

2.0.1 - 16 August 2024

Patch Changes

2.0.0 - 01 August 2024

Major Changes

  • Export new common http helpers (http namespace)

1.1.3

Patch Changes

1.1.2 - 25 July 2024

Patch Changes

1.1.1 - 19 June 2024

Patch Changes

1.1.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

1.0.8 - 11 June 2024

Patch Changes

1.0.7 - 21 May 2024

Patch Changes

1.0.6 - 08 May 2024

Patch Changes

1.0.5 - 08 May 2024

Patch Changes

1.0.4 - 12 April 2024

Patch Changes

1.0.3 - 12 April 2024

Patch Changes

1.0.2 - 27 October 2023

Patch Changes

  • a666a63: On error disconnect then throw

1.0.1 - 24 October 2023

Patch Changes

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

1.0.0 - 02 October 2023

Major Changes

  • e52ba66: add filter option in list() function

0.8.8 - 20 September 2023

Patch Changes

0.8.7 - 08 September 2023

Patch Changes

0.8.6 - 14 August 2023

Patch Changes

0.8.5 - 14 July 2023

Patch Changes

0.8.4 - 14 July 2023

Patch Changes

0.8.3 - 30 June 2023

Patch Changes

0.8.2 - 23 June 2023

Patch Changes

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

0.8.1 - 19 June 2023

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 - 24 May 2023

Patch Changes

  • 432dd0a: fix sftp connection wqautoclose

0.7.2 - 23 May 2023

Patch Changes

  • 205b806: remove asObjects key before parsing

0.7.1 - 23 May 2023

Patch Changes

  • 827c627: error handling

0.7.0 - 22 May 2023

Minor Changes

  • fa58216: Add csvtojson convertion option

0.6.9 - 31 March 2023

Patch Changes

0.6.8 - 30 March 2023

Patch Changes

0.6.7 - 15 February 2023

Patch Changes

  • f7ebd3c: remove sample configuration

0.6.6 - 15 February 2023

Patch Changes

  • f2aed32: add examples

0.6.5 - 13 January 2023

Patch Changes

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

0.6.4 - 11 November 2022

Patch Changes

0.6.3 - 04 November 2022

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 - 21 October 2022

Patch Changes

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

0.6.1 - 19 October 2022

Patch Changes

  • 28dfbfa: add todo, fix build pack

0.6.0 - 19 October 2022

Minor Changes

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

0.5.0 - 18 October 2022

Minor Changes

  • 2c04894: added sftp package