Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps n8n from 1.80.3 to 1.90.0.

Changelog

Sourced from n8n's changelog.

1.90.0 (2025-04-21)

Bug Fixes

  • AWS credential signing http request - convert form to body (#14060) (652d0f5)
  • core: Allow $evaluateExpression to resolve in task runners (#14641) (7c1be05)
  • core: Fix missing encryption key check on workers (#14603) (de03452)
  • core: Fix using secrets for credentials on oauth callback (#14711) (09806c3)
  • core: Handle task runner accept timeout error (#14709) (a93dd53)
  • core: Only check for folder changes when parentFolderId is present (#14618) (08e73d3)
  • core: Prefer triggers with run data during partial executions (#14691) (ddfe594)
  • core: Propagate env to task runner (#14638) (8e26d55)
  • core: Reschedule Insights flushing after skipping for empty buffer (#14637) (513f20a)
  • editor: Account for $evaluateExpression in Codemirror (#14643) (68a8761)
  • editor: Allow long links on rendered markdown split to multiple lines (#14635) (b80d753)
  • editor: Differentiate $fromAI overrides within lists (#14696) (5aa6054)
  • editor: Fix expanding schema items with same names on NDV (#14673) (ad386cd)
  • editor: Fix Insights display time saved from minutes (#14622) (6dd7756)
  • editor: Fix same order of buttons in run data selector (#14677) (74de403)
  • editor: Fix updating of canvas node issue when credential is set-up (#14633) (bc26923)
  • editor: Highlight the suggested data type with bold in the Filter node (#14707) (8325ca1)
  • editor: Improve handling of trailing 'Trigger' in NodeCreator search (#14612) (8b3b474)
  • editor: Restrict what binary-data types can be viewed in the UI (#14685) (11a36b7)
  • editor: Show Execute previous Node panel after disabled node in Schema view (#14443) (a12c952)
  • Fix issue with open router credential test (#14440) (4362f37)
  • Freshdesk Node: Fix types issue (#14730) (38eaef9)
  • HubSpot Node: Include item index in error messages (#14704) (e6f26b8)
  • LinkedIn Node: API version update (#14697) (77e2ac6)
  • MCP Client Tool Node: Stringify tool result (#14554) (390c508)
  • n8n Form Trigger Node: Remove relience on getWorkflowStaticData for passing query parameters (#14728) (3feab31)
  • Postgres Node: Fix inserting null or undefined in type=json columns (#14672) (3add0b8)
  • Respond to Webhook Node: Disable expressions in Respond With (#14727) (fec2284)
  • Wait Node: Fix wait node tests by always using a future date (#14733) (81d08ad)
  • Wait Node: Validate datetime for specific time mode (#14701) (3641c1f)

Features

  • core: Add scopes to API Keys (#14176) (e1b9407)
  • core: Add support for signed URLs for binary data (#14492) (7723a13)
  • editor: Add drag n drop support for folders (#14549) (57444d3)
  • editor: Align DynamicStructuredTool and DynamicTool name fields (#14604) (302258d)
  • editor: Fix paywall for dashboard disabled licences (#14617) (46d9b60)
  • editor: Log details panel (#14409) (1e0853b)
  • editor: Show logs panel in execution history page (#14477) (ed19f0f)
  • HTTP Request Node: Replace HttpRequest Tool with tool version of standalone HttpRequest Node (#14669) (a8fee9a)
  • Option to skip validation in getNodeParameter (#14726) (b615e51)
  • Resolve parentFolder when retrieving workflow (#14656) (bc12f66)
  • Supabase Node: Add support for database schema (#13339) (23f25ce)

... (truncated)

Commits
  • e4213e2 🚀 Release 1.90.0 (#14767)
  • 81d08ad fix(Wait Node): Fix wait node tests by always using a future date (#14733)
  • fec2284 fix(Respond to Webhook Node): Disable expressions in Respond With (#14727)
  • 38eaef9 fix(Freshdesk Node): Fix types issue (#14730)
  • 09806c3 fix(core): Fix using secrets for credentials on oauth callback (#14711)
  • 3641c1f fix(Wait Node): Validate datetime for specific time mode (#14701)
  • 3feab31 fix(n8n Form Trigger Node): Remove relience on getWorkflowStaticData for pass...
  • b615e51 feat: Option to skip validation in getNodeParameter (#14726)
  • e163234 fix(editor): Fix square button layout (no-changelog) (#14671)
  • e6f26b8 fix(HubSpot Node): Include item index in error messages (#14704)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [n8n](https://github.com/n8n-io/n8n) from 1.80.3 to 1.90.0.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Changelog](https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.3...n8n@1.90.0)

---
updated-dependencies:
- dependency-name: n8n
  dependency-version: 1.90.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 5, 2025

Superseded by #5.

@dependabot dependabot bot closed this Jun 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/n8n-1.90.0 branch June 5, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants