Skip to content

n8n@1.39.0

Compare
Choose a tag to compare
@RicardoE105 RicardoE105 released this 24 Apr 13:26
· 192 commits to master since this release
9bd8492

1.39.0 (2024-04-24)

Bug Fixes

  • core: Exclude oAuth callback urls from browser-id checks (#9158) (46e432b)
  • core: Improve browserId checks, and add logging (#9161) (ff9ae54)
  • core: Upgrade mysql2 to address CVE-2024-21511 (#9206) (3996d28)
  • editor: Fix expression preview when previous node is selected (#9140) (85780ea)
  • editor: Fix parameter reset on credential change in Discord node (#9137) (135ef75)
  • editor: Fix sessionId for manual chat trigger execution (#9187) (f5ccb5f)
  • editor: Make sticky node content parameter non require to support empty stickies (#9192) (f6142ff)
  • editor: Prevent duplicate values in preview for SQL editor (#9129) (5acbfb4)
  • Google Sheets Node: Fix "Append or Update" on an empty sheet (#9175) (29ee4fa)
  • Notion Node: Add itemIndex to API and operation errors (#9150) (946f09f)
  • Postgres Node: Convert js arrays to postgres type, if column type is ARRAY (#9160) (08e3502)
  • Respond to Webhook Node: Fix issue stopping form trigger response (#9157) (6c63cd9)
  • Schedule Trigger Node: Default to 0 minute if falsy on hourly run (#9146) (d756609)
  • Splunk Node: Retry attempts if no response from API call, better error with suggestion to use Retry On Fail (#9176) (05a569c)

Features