Skip to content

n8n@1.29.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krynble krynble released this 15 Feb 11:16
· 984 commits to master since this release
c4e259b

1.29.0 (2024-02-15)

Bug Fixes

  • core: Custom workflow tool tweaks (#8561) (ccc0ad5)
  • core: Give better error message if executions.process is still used in the configs (#8618) (cd8ca84)
  • core: Improve the startup error when EXECUTIONS_PROCESS is set (#8630) (a2a3ca1)
  • core: Upgrade @n8n/typeorm to address postgres timestamp issues (#8627) (68498cb)
  • core: Upgrade rudderstack sdk to address npm postInstall issues (#8568) (5750e8e)
  • editor: Debounce expression changes (#8629) (9c7e026)
  • Execute Workflow Node: Passing the workflow that is supposed to be executed as a paramter (#8614) (b54488a)
  • Fix resolving of expressions of deeply nested sub-nodes (#8612) (f527430)
  • FTP Node: Fix issue with connections not closing properly (#8619) (e597fbc)
  • FTP Node: Fix issue with paireditems not always working (#8613) (d38a822)
  • Google Sheets Trigger Node: First non-header row is ignored when using on row added event (#8580) (2db8231)
  • HTTP Request Node: Errorneous binary object without content-disposition response header (#8583) (e28b374)
  • HTTP Request Node: Handle special characters in pagination expressions + improve hint text (#8576) (3b2078c)
  • Jira Software Node: Fix issue with not all issue types being supported (#8571) (a6211c9)
  • Merge Node: Fixing how paired items are handled in the merge node, when choosing a branch and selecting to return an empty object (#8479) (a3bed97)
  • Microsoft Outlook Node: Download executes more than once per incoming item (#8566) (053fb5f)
  • Notion Node: Block with text results in a body validation error (#8622) (6bc1c3d)
  • RSS Feed Trigger Node: Save last item's date instead of last execution date (#8572) (a822588)
  • Wait Node: Account for workflow timezone in Wait node datetime (#8578) (1116a28)

Features

  • Add support for AI log streaming (#8526) (7501ad8)
  • Add telemetry event when users click on templates link (#8625) (bf4f896)
  • API: Add tag support to public API (#8588) (a743a40)
  • Convert to File Node: Operation to convert a string in a plain text file, option to format JSON when creating file (#8620) (d18cba3)
  • core: Migrate to n8n's typeorm fork (#8590) (8e392cf)
  • editor: Use website as the main templates repository (#8591) (79b09fd)
  • HTML Extract Node: Better text extraction, option to specify selectors to skip, option to clean up text data (#8586) (32281d1)
  • OpenAI Node: Overhaul (#8335) (941278d)
  • Upgrade typeorm, sqlite3, and pg/pg-promise (#8579) (7826bd8)