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

🚀 Release 1.22.0 #8115

Merged
merged 1 commit into from
Dec 21, 2023
Merged

🚀 Release 1.22.0 #8115

merged 1 commit into from
Dec 21, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 21, 2023

1.22.0 (2023-12-21)

Bug Fixes

  • core: Close db connection gracefully when exiting (#8045) (e69707e)
  • core: Consider timeout in shutdown an error (#8050) (4cae976)
  • core: Do not display error when stopping jobless execution in queue mode (#8007) (8e6b951)
  • core: Fix shutdown if terminating before hooks are initialized (#8047) (6ae2f5e)
  • core: Handle multiple termination signals correctly (#8046) (67bd8ad)
  • core: Initialize queue once in queue mode (#8025) (53c0b49)
  • core: Prevent axios from force setting a form-urlencoded content-type (#8117) (bba9576)
  • core: Remove circular references before serializing executions in public API (#8043) (989888d)
  • core: Restore workflow ID during execution creation (#8031) (c5e6ba8)
  • core: Use relative imports for dynamic imports in SecurityAuditService (#8086) (785bf99)
  • core: Stop binary data restoration from preventing execution from finishing (#8082) (5ffff1b)
  • editor: Add back credential use permission (#8023) (329e5bf)
  • editor: Cleanup Executions page component (#8053) (2689c37)
  • editor: Disable auto scroll and list size check when clicking on executions (#7983) (fcb8b91)
  • editor: Ensure execution data overrides pinned data when copying in executions view (#8009) (1d1cb0d)
  • editor: Fix copy/paste issue when switch node is in workflow (#8103) (4b86926)
  • editor: Make keyboard shortcuts more strict; don't accept extra Ctrl/Alt/Shift keys (#8024) (8df49e1)
  • editor: Show credential share info only to appropriate users (#8020) (b29b4d4)
  • editor: Turn off executions list auto-refresh after leaving the page (#8005) (e3c363d)
  • editor: Update image sizes in template description not to be full width always (#8037) (63a6e7e)
  • ActiveCampaign Node: Fix pagination issue when loading tags (#8017) (1943857)
  • HTTP Request Node: Do not create circular references in HTTP request node output (#8030) (5b7ea16)
  • Upgrade axios to address CVE-2023-45857 (#7713) (64eb9bb)

Features

  • Add option to returnIntermediateSteps for AI agents (#8113) (7806a65)
  • core: Add config option to prefer GET request over LIST when using Hashicorp Vault (#8049) (439a22d)
  • core: Add N8N_GRACEFUL_SHUTDOWN_TIMEOUT env var (#8068) (614f488)
  • editor: Add lead enrichment suggestions to workflow list (#8042) (36a923c)
  • editor: Finalize workers view (#8052) (edfa784)
  • editor: Gracefully ignore invalid payloads in postMessage handler (#8096) (9d22c7a)
  • editor: Upgrade frontend tooling to address a few vulnerabilities (#8100) (19b7f1f)
  • Filter Node: Overhaul UI by adding the new filter component (#8016) (3d53052)
  • Respond to Webhook Node: Overhaul with improvements like returning all items (#8093) (32d397e)

Performance Improvements

  • editor: Improve canvas rendering performance (#8022) (b780436)

@ivov
Copy link
Contributor

ivov commented Dec 21, 2023

Copy link

cypress bot commented Dec 21, 2023

Passing run #3449 ↗︎

0 315 5 0 Flakiness 0

Details:

🌳 🖥️ browsers:node18.12.0-chrome107 🤖 github-actions[bot] 🗃️ e2e/*
Project: n8n Commit: 236c13abdb
Status: Passed Duration: 06:49 💡
Started: Dec 21, 2023 12:41 PM Ended: Dec 21, 2023 12:48 PM

Review all test suite changes for PR #8115 ↗︎

Copy link
Contributor Author

✅ All Cypress E2E specs passed

@ivov
Copy link
Contributor

ivov commented Dec 21, 2023

Copy link
Contributor Author

✅ All Cypress E2E specs passed

@ivov ivov merged commit b67b5ae into release/1.22.0 Dec 21, 2023
20 checks passed
@ivov ivov deleted the 1.22.0-pr branch December 21, 2023 12:51
MiloradFilipovic added a commit that referenced this pull request Dec 22, 2023
* master:
  fix(editor): Prevent canvas undo/redo when NDV is open (#8118)
  fix(editor): Fix operation change failing in certain conditions (#8114)
  fix(Asana Node): Omit body from GET, HEAD, and DELETE requests (#8057)
  fix(Redis Trigger Node): Activating a workflow with a Redis trigger fails (#8129)
  refactor(Peekalink Node): Stricter typing for Peekalink api call + Tests (no-changelog) (#8125)
  fix(core): Remove circular dependency in WorkflowService and ActiveWorkflowRunner (#8128)
  fix: Show public API upgrade CTA when feature is not enabled (#8109)
  feat(Snowflake Node): Update snowflake-sdk (no-changelog) (#8087)
  fix(core): Handle empty executions table in pruning in migrations (#8121)
  feat(core): Add closeFunction support to Sub-Nodes (#7708)
  refactor(core): Move error execution creation to execution service (no-changelog) (#8006)
  ci: Add lint rule `no-dynamic-import-template` (no-changelog) (#8089)
  feat(core): Remove discontinued crypto-js  (#8104)
  🚀 Release 1.22.0 (#8115)
  fix(core): Prevent axios from force setting a form-urlencoded content-type (#8117)

# Conflicts:
#	cypress/e2e/5-ndv.cy.ts
MiloradFilipovic added a commit that referenced this pull request Dec 22, 2023
* master:
  feat(core): Unify application components shutdown (#8097)
  refactor(core): Upgrade more dependencies to remove axios 0.x (no-changelog) (#8105)
  refactor(core): Move active workflows endpoints to a decorated controller class (no-changelog) (#8101)
  fix(editor): Prevent canvas undo/redo when NDV is open (#8118)
  fix(editor): Fix operation change failing in certain conditions (#8114)
  fix(Asana Node): Omit body from GET, HEAD, and DELETE requests (#8057)
  fix(Redis Trigger Node): Activating a workflow with a Redis trigger fails (#8129)
  refactor(Peekalink Node): Stricter typing for Peekalink api call + Tests (no-changelog) (#8125)
  fix(core): Remove circular dependency in WorkflowService and ActiveWorkflowRunner (#8128)
  fix: Show public API upgrade CTA when feature is not enabled (#8109)
  feat(Snowflake Node): Update snowflake-sdk (no-changelog) (#8087)
  fix(core): Handle empty executions table in pruning in migrations (#8121)
  feat(core): Add closeFunction support to Sub-Nodes (#7708)
  refactor(core): Move error execution creation to execution service (no-changelog) (#8006)
  ci: Add lint rule `no-dynamic-import-template` (no-changelog) (#8089)
  feat(core): Remove discontinued crypto-js  (#8104)
  🚀 Release 1.22.0 (#8115)
  fix(core): Prevent axios from force setting a form-urlencoded content-type (#8117)
  feat(Respond to Webhook Node): Overhaul with improvements like returning all items (#8093)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants