Skip to content

v2.0.0

Compare
Choose a tag to compare
@umanamente umanamente released this 12 Jun 17:18
· 24 commits to master since this release

2.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • attachments: The downloadAttachment node output is changed. Each output item could now contain multiple binary fields named "attachment_0", "attachment_1", etc.
    Previously, there was only one binary field per output item named "attachment".

Features

  • attachments: add option to download all attachments or a comma-separated list of attachment IDs (2c7a353)