Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump n8n from 1.78.1 to 1.79.2 #655

Merged
merged 15 commits into from
Feb 20, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps n8n from 1.78.1 to 1.79.2.

Changelog

Sourced from n8n's changelog.

1.79.2 (2025-02-20)

Bug Fixes

  • Always clear popupWindowState before showing popup from form trigger (#13363) (f65b0f5)
  • Code Node: Fix $items in Code node when using task runner (#13368) (172fbe5)
  • core: Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) (c2ed1a0)
  • core: Handle connections for missing nodes in a workflow (#13362) (4229d6c)

1.79.1 (2025-02-15)

Bug Fixes

1.79.0 (2025-02-13)

Bug Fixes

  • Airtable Node: Use item at correct index in base/getSchema (#13174) (f2e3586)
  • Basic LLM Chain Node: Use correct mimetype for binary data (#12978) (2b1eb04)
  • Call n8n Sub-Workflow Tool Node: Fix json type when using $fromAI (#13102) (9e4e1ca)
  • core: Add an option to enable dual-stack lookup to support IPv6 for redis (#13118) (be39d0a)
  • core: Allow secrets manager secrets to be used in credentials (#13110) (cae98e7)
  • core: Do not save credential overwrites data into the database (#13170) (298a7b0)
  • core: Fix high volume of node operation errors in Sentry (#13053) (e59d983)
  • core: Fix resuming executions on test webhooks from Wait nodes (#13168) (5dddf77)
  • core: Handle cancellation of waiting executions correctly (#13051) (fc440eb)
  • core: Handle credential decryption failures gracefully on the API (#13166) (a4c5334)
  • core: Handle missing json property on nodeSuccessData (#13219) (aedea7a)
  • core: Same version of merge node behaves differently after n8n update (#13106) (df8f059)
  • editor: Adjust project plus button color in dark mode (#13175) (4c19bae)
  • editor: Correctly compare old parameter value for nested parameters (#13179) (b6c0d96)
  • editor: Disable fromAI button for vector stores (#13125) (bde8420)
  • editor: Don't show 'Test workflow' button if the canvas is read-only (#13199) (56426e9)
  • editor: Fix '=' handling in expressions (#13129) (8f25a06)
  • editor: Fix alignment in RMC component (#13167) (78644b0)
  • editor: Fix issues with push connect reconnection (#13085) (fff98b1)
  • editor: Fix prompt in easy ai template (#13091) (2eabca5)
  • editor: Load only personal credentials when setting up a template (#12826) (814e2a8)
  • editor: Make connector buttons background opaque when dark mode is enabled system-wide (#13180) (77be25d)
  • Gmail Trigger Node: Prevent error for empty emails, improve type safety (#13171) (115a367)
  • Google Sheets Node: Do not delete row_number key from input item (#13158) (da5e4be)

... (truncated)

Commits
  • e3e0f42 🚀 Release 1.79.2 (#13380)
  • c2ed1a0 fix(core): Ensure that 'workflow-post-execute' event has userId whenever it's...
  • 4229d6c fix(core): Handle connections for missing nodes in a workflow (#13362)
  • f65b0f5 fix: Always clear popupWindowState before showing popup from form trigger (#...
  • 172fbe5 fix(Code Node): Fix $items in Code node when using task runner (#13368)
  • ad3c5a2 🚀 Release 1.79.1 (#13273)
  • d1c476a fix(core): Redact credentials (#13263)
  • 652ca25 🚀 Release 1.79.0 (#13241)
  • 0c6eb6e chore: Add new schemas (no-changelog) (#13215)
  • f001edb refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225)
  • 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)

Bumps [n8n](https://github.com/n8n-io/n8n) from 1.78.1 to 1.79.2.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Changelog](https://github.com/n8n-io/n8n/blob/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.79.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 20, 2025
@dependabot dependabot bot requested a review from a team February 20, 2025 12:00
dependabot bot added 14 commits February 20, 2025 12:02
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@MaSpeng MaSpeng merged commit f1cfcbc into main Feb 20, 2025
@MaSpeng MaSpeng deleted the dependabot/npm_and_yarn/n8n-1.79.2 branch February 20, 2025 12:19
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
Development

Successfully merging this pull request may close these issues.

1 participant