Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@csuermann csuermann released this 11 May 10:06
· 3219 commits to master since this release
d5c74bd

Changes (2023-05-11)

Bug Fixes

  • AWS Rekognition Node: Fix all different action type (#6136) (22b82a4)
  • core: Ensure DB repositories are initialized before the DB migrations are run (#6220) (500c0eb)
  • core: Move nodeExecute InternalHook calls to hookFunctionsSave (#6193) (f00b2ae)
  • Correctly save executions that failed when polling as error instead of new (#6192) (06948b5)
  • editor: Add loading skeletons to Executions list page (#6184) (eae3a55)
  • editor: Display SSO entry in Settings on Cloud (#6181) (b0a1899)
  • editor: Fix polling trigger check for runData (#6130) (80831cd)
  • editor: Fix viewing and downloading of binary data (#6218) (b9779c3)
  • editor: Flag issues only on workflow activation (#6127) (1b49c17)
  • editor: Remove duplicate mapping of item.json key in data pinning (#6135) (91fee0c)
  • editor: Show the correct actions count in the nodes list (#6183) (751e132)
  • editor: Update and add design system checkbox component to Editor (#6178) (13c143e)
  • editor: Update and fix storybook (was failing to run in local dev mode) (#6180) (1e6a75f)
  • FTP Node: Use filename instead of remote filepath for downloaded binary data (#6170) (be08933)
  • Google Sheets Node: Upgrade xlsx to address CVE-2023-30533 (#6172) (45dc985)
  • HTTP Request Node: Correctly doesn't redirect on non GET method (#6132) (3f5c606)
  • MySQL Node: Node should return date types as strings (#6169) (5d77ec7)
  • Postgres Node: Always return TIMESTAMP and TIMESTAMPZ as ISO string (#6145) (0eb4d9f)
  • Prevent overflow when rendering expression hints (#6214) (c717771)
  • Prevent unnecessary error messages also for data loaded flag (#6201) (d5e62ff)

Features