Changelog for the sftp adaptor
@openfn/language-sftp
0.8.8
Patch Changes
- Updated dependencies [c19efbe]
- @openfn/language-common@1.11.1
0.8.7
Patch Changes
- Updated dependencies [85c35b8]
- @openfn/language-common@1.11.0
0.8.6
Patch Changes
- Updated dependencies [df09270]
- @openfn/language-common@1.10.3
0.8.5
Patch Changes
- Updated dependencies [26a303e]
- @openfn/language-common@1.10.2
0.8.4
Patch Changes
- Updated dependencies [8c32eb3]
- @openfn/language-common@1.10.1
0.8.3
Patch Changes
- Updated dependencies [aad9549]
- @openfn/language-common@1.10.0
0.8.2
Patch Changes
- d2c980e: Use
parseCsv
from language-common - c5d3ce1: improve connection handling
- Updated dependencies [111807f]
- @openfn/language-common@1.9.0
0.8.1
Patch Changes
- Update lock files
- Updated dependencies
- @openfn/language-common@1.8.1
0.8.0
Minor Changes
2c1d603: Remove parameter reassignment to ensure proper functioning inside an
each
block; add eslintThe 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 customfn
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
- Updated dependencies [2c1d603]
- @openfn/language-common@1.8.0
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
- Updated dependencies [929bca6]
- @openfn/language-common@1.7.7
0.6.8
Patch Changes
- 14f481e: mark execute as private
- Updated dependencies [2b4c61a]
- @openfn/language-common@1.7.6
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
- f2a91a4: Update package exports
- Updated dependencies [f2a91a4]
- @openfn/language-common@1.7.5
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]
- @openfn/language-common@1.7.4
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