Skip to content

Conversation

@dependabot
Copy link

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

Bumps n8n-workflow from 1.70.0 to 1.82.0.

Changelog

Sourced from n8n-workflow's changelog.

1.82.0 (2025-03-03)

Bug Fixes

  • Call n8n Workflow Tool Node: Support concurrent invocations of the tool (#13526) (5334661)
  • core: Gracefully handle missing tasks metadata (#13632) (999fb81)
  • core: Remove index.html caching entirely (#13563) (afba8f9)
  • editor: Add workflows to the store when fetching current page (#13583) (c4f3293)
  • editor: Ai 672 minor UI fixes on evaluation creation (#13461) (b791677)
  • editor: Ai 675 minor tweaks to tests list (#13467) (5ad950f)
  • editor: Don't show duplicate logs when tree is deeply nested (#13537) (d550382)
  • editor: Fix browser crash with large execution result (#13580) (1c8c7e3)
  • editor: Fix github star button layout (#13630) (139b5b3)
  • editor: Fix icon color on 'Call n8n Workflow Tool' node (#13568) (90d0943)
  • editor: Fix icon spacing in accordion title (#13539) (ebaaf0e)
  • editor: Fix keyboard shortcuts no longer working after editing sticky note (#13502) (ab41fc3)
  • editor: Fix workflows list status filter (#13621) (4067fb0)
  • editor: Hide fromAI button in old workflow tool (#13552) (6ef8d34)
  • editor: Parse out nodeType (#13474) (1cd13b6)
  • editor: Show dropdown scrollbars only when appropriate (#13562) (615a42a)
  • editor: Show JSON full-screen Editor Window in Full Height (#13350) (46dcce3)
  • editor: Show scrollbar in Element UI popup (#13259) (c021a7e)
  • editor: Undo keybinding changes related to window focus/blur events (#13559) (6ddcc1f)
  • Odoo Node: Model and fields dynamic fetching errors (#13511) (294f019)
  • Postgres Node: Accommodate null values in query parameters for expressions (#13544) (6c266ac)
  • QuickBooks Online Node: Add qty to quickbooks invoice line details (#13602) (7c4e2f0)
  • seven Node: Remove obsolete options and fix typos (#13122) (d02c8b0)
  • Switch Node: Fix an issue in ordering rules in Switch Node (#13476) (0fb6607)

Features

  • Anthropic Chat Model Node: Fetch models dynamically & support thinking (#13543) (461df37)
  • Azure Storage Node: New node (#12536) (727f6f3)
  • core: Add metric for active workflow count (#13420) (3aa679e)
  • core: Fix partial workflow execution with specific trigger data (#13505) (9029dac)
  • core: Make Tools Agent the default Agent type, deprecate other agent types (#13459) (a60d106)
  • core: Support executing single nodes not part of a graph as a partial execution (#13529) (8a34f02)
  • editor: Add functionality to create folders (#13473) (2cb9d9e)
  • editor: Automatically tidy up workflows (#13471) (f381a24)
  • editor: Indicate dirty nodes with yellow borders/connectors on canvas (#13040) (75493ef)
  • editor: Rename 'In-Memory Vector Store' to 'Simple Vector Store' (#13472) (35c00d0)
  • editor: Rename 'Window Buffer Memory' to 'Simple Memory' (#13477) (819fc2d)
  • Hackmation - automatically switch to expression mode (#13213) (6953b0d)
  • n8n Form Trigger Node, Chat Trigger Node: Allow to customize form and chat css (#13506) (289041e)
  • n8n Vertica credentials only Node: New node (#12256) (d3fe3de)
  • Update AWS credential to support more regions (#13524) (b50658c)
  • WhatsApp Business Cloud Node - new operation sendAndWait (#12941) (97defb3)

... (truncated)

Commits
  • 552c426 🚀 Release 1.82.0 (#13639)
  • 7c4e2f0 fix(QuickBooks Online Node): Add qty to quickbooks invoice line details (#13602)
  • bd87728 fix(OpenAI Node): Do not report openai RateLimitErrors to Sentry (no-changelo...
  • 139b5b3 fix(editor): Fix github star button layout (#13630)
  • 999fb81 fix(core): Gracefully handle missing tasks metadata (#13632)
  • b07aac4 test: Replace 1-workflow delete implementation (no-changelog) (#13635)
  • a7f0c66 fix(core): Add documentation hints for API keys to SettingApiView.vue (no-c...
  • 4067fb0 fix(editor): Fix workflows list status filter (#13621)
  • 6ef8d34 fix(editor): Hide fromAI button in old workflow tool (#13552)
  • 1c8c7e3 fix(editor): Fix browser crash with large execution result (#13580)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2025
Bumps [n8n-workflow](https://github.com/n8n-io/n8n) from 1.70.0 to 1.82.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.70.0...n8n@1.82.0)

---
updated-dependencies:
- dependency-name: n8n-workflow
  dependency-version: 1.82.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #58.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/n8n-workflow-1.82.0 branch September 29, 2025 00:28
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.

1 participant