n8n - Package Updates
Pinned
N8N
-
[2.41.0]
- Update n8n to 0.227.0
- Full changelog
- core: Account for nodes with renamable content (#6109) (c99f158)
- core: Assign Unknown Error only if message or description not present in error (8aedc03)
- core: Avoid using Object.keys on Buffer and other non-plain objects (#6131) (a3aba83)
- core: Better error message in Webhook node when using the POST method (a0dd17e)
- core: Better errors for common status codes fix (700cc39)
-
[2.43.0]
- Update n8n to 0.229.0
- Full changelog
- Code Node: Restore help text (#6231) (e72d564)
- core: Make sure that special polling parameters are available on community nodes as well (#6230) (9db49d0)
- Remove workflow execution credential error message when instance owner (#6116) (e81a964)
- core: Reduce the number of events sent to Sentry (#6235) (a4c0cc9)
- core: Return OAuth2 error body if available (#5794) (79d0a0f)
- editor: Add cloud ExecutionsUsage and API blocking using licenses (#6159) (cd7c312), closes #6187
- editor: Add color picker design system component (#6179) (823e885)
- editor: Drop support for legacy browsers that do not have native ESM support (#6239) (9182d15)
- editor: Updating node reference pattern in expression editor (#6228) (13bcec1)
- editor: Version Control settings update (WIP) (#6233) (0666377)
- Google Ads Node: Update to support v13 (#6212) (bd1bffc)
- Respond to Webhook Node: Move from Binary Buffer to Binary streaming (#5613) (8ae2d80)
-
[2.44.0]
- Update n8n to 0.230.0
- Full changelog
- core: Remove all floating promises. Enforce @typescript-eslint/no-floating-promises (#6281) (e046f65)
- core: Replace client-oauth2 with an in-repo package (#6266) (a1b1f24)
- Execution Data Node: New node (#6247) (3f7c4f0)
- Gotify Node: Add support for self signed certificates (#6053) (401cffd)
- Ldap Node: Add LDAP node (#4783) (ec393bc)
- LoneScale Node: Add LoneScale node and Trigger node (#5146) (4b85433)
- RabbitMQ Node: Add mode for acknowledging and deleting from queue later in workflow (#6225) (f5950b2)
- Send Email Node: Add content-id for email attachments (#3632) (8fe8aad)
-
[2.44.2]
- Update n8n to 0.230.2
- Full changelog
- Code Node: Update vm2 to address CVE-2023-32313 (#6318) (4301127)
- core: Optimize getSharedWorkflowIds query (#6314) (4269d3f)
- core: Prevent prototype pollution on injectable services (#6309) (a4bff84)
-
[2.45.0]
- Update n8n to 0.231.0
- Full changelog
- Code Node: Fix item and items alias regression (#6331) (54e3838)
- Code Node: Update vm2 to address CVE-2023-32313 (#6318) (bcbec52)
- core: Optimize getSharedWorkflowIds query (#6314) (0631f69)
- core: Prevent prototype pollution on injectable services (#6309) (d94c20a)
- editor: Fix locale plularisation if count is 0 (#6312) (0d88bd7)
- editor: Fix Luxon date parsing of ExecutionsUsage component (#6333) (8f0ff46)
- editor: Update SSO settings styles (#6342) (5ae1124)
- Execute Command Node: Block executions when command is empty (#6308) (011d577)
- Show Ask AI only on Code Node (#6336) (da856d1)
- Add manual login option and password reset link for SSO (#6328) (77e3f15)
- core: Add metadata (customdata) to event log (#6334) (792b1c1)
- editor: Implement Resource Mapper component (#6207) (04cfa54), closes #5752 #5814
-
[2.46.0]
- Update n8n to 0.232.0
- Full changelog
- Crypto Node: Add support for hash and hmac on binary data (#6359) (406a405)
- editor: Make WF name a link on /executions (#6354) (6ddf161)
- New trigger PostgreSQL (#5495) (4488f93)
- Version control mvp (#6271) (1b32141)
-
[2.47.0]
- Update n8n to 0.233.0
- Full changelog
- core: Allow all executions to be stopped (#6386) (cc44af9)
- core: Prevent arbitrary code execution via expressions (#6420) (da7ae2b)
- editor: Hide version control main menu component if no feature flag (#6419) (75c0ab0)
-
[2.48.0]
- Update n8n to 0.234.0
- Full changelog
- Add support for large files with declarative nodes (#6461) (e0f109f)
- AwsS3 Node: Small overhaul of the node with multipart uploading (#6017) (109442f)
- core: Add GET /users endpoints to public API (#6360) (6ab3502)
- core: Add PKCE for OAuth2 (#6324) (fc7261a)
- DebugHelper Node: Fix and include in main app (#6406) (18f5884)
- Gmail Node: Add reply to email (#6453) (fddc69e)
- Item Lists Node: Improvements (#6190) (1dbca44)
- Migrate integer primary keys to nanoids (#6345) (c3ba012), closes #6323
- Stripe Trigger Node: Add action required trigger for payment intents (#6490) (f2154fb)
- Webhook Node: Stream binary response in lastNode.firstEntryBinary mode (#6463) (6ccab3e)
-
[3.0.0]
- Update n8n to 1.0.1
- Breaking changes for version 1.0
- Full changelog
- core Docker containers now run as the user node instead of root (#6365) (f636616)
- core Drop debian and rhel7 images (#6365) (f636616)
- core Drop support for deprecated WEBHOOK_TUNNEL_URL env variable (#6363)
- core Execution mode defaults to main now, instead of own (#6363)
- core Default push backend is websocket now, instead of sse (#6363)
- core Stop loading custom/community nodes from n8n's node_modules folder (#6396) (a45a2c8)
- core User management is mandatory now. basic-auth, external-jwt-auth, and no-auth options are removed (#6362) (8c008f5)
- core Allow syntax errors and expression errors to fail executions (#6352) (1197811)
- core Drop support for request library and N8N_USE_DEPRECATED_REQUEST_LIB env variable (#6413) (632ea27)
- core Make date extensions outputs match inputs (#6435) (85372aa)
- core Drop support for executeSingle method on nodes (#4853) (9194d8b)
- core Change data processing for multi-input-nodes (#4238) (b8458a5)
- core: All migrations should run in a transaction (#6519) (e152cfe)
- Edit Image Node: Fix transparent operation (#6513) (4a4bcbc)
- Google Drive Node: URL parsing (#6527) (18aa9f3)
- Google Sheets Node: Incorrect read of 0 and false (#6525) (b6202b5)
- Merge Node: Enrich input 2 fix (#6526) (70822ce)
- Notion Node: Version fix (#6531) (d3d8522)
- Show error when referencing node that exist but has not been executed (#6496) (3db2707)
- core: Change node execution order (most top-left one first) (#6246) (0287d5b)
- core: Remove conditional defaults in V1 release (#6363) (f636616)
- editor: Add v1 banner (#6443) (0fe415a)
- editor: SQL editor overhaul (#6282) (beedfb6)
- HTTP Request Node: Notice about dev console (#6516) (d431117)
-
-
[3.0.3]
- Update n8n to 1.0.2
- Full changelog
- core: Improve the performance of last 2 sqlite migrations (#6522) (718a89d)
- core: Reduce memory consumption on BinaryDataManager.init (#6633) (39665b7)
- core: Remove typeorm patches, but still enforce transactions on every migration (#6594) (8933e9b)
- core: Update docker compose setup for V1 images (#6642) (cfa21bd)
- editor: Show retry information in execution list only when it exists (#6587) (faa2bcc)
- Brevo Node: Rename SendInBlue node to Brevo node (#6521) (81de96b)
- Code Node: Install python modules always in a user-writable folder (#6568) (5abe530)
- Google Drive Node: Fix regex in file RLC (#6607) (beba99f)
- HTTP Request Node: Cleanup circular references in response (#6590) (2151594)
- Postgres Node: Upsert does not fetch columns when schema other then public (#6643) (2e55cd9)
- Salesforce Node: Fix typo for adding a contact to a campaign (#6598) (66f3cb6)
-
[3.0.5]
- Update n8n to 1.0.4
- Full changelog
- API: Do not add starting node on workflow creation (#6686) (597f2c7)
- API: Fix issue with workflow setting not supporting newer nanoids (#6699) (1a3a90f)
- core: Deleting manual executions should defer deleting binary data (#6680) (d8970db)
- core: Filter out workflows that failed to activate on startup (#6676) (bc16afd)
- core: Handle all uncaught exception, not just the ones from Axios (#6666) (975fc05)
-
[3.0.6]
- Update n8n to 1.0.5
- Full changelog
- core: Add missing indices on sqlite (#6673) (f9c24c9)
- core: Redirect user to previous url after SSO signin (#6710) (982f6f5)
- core: Support redis cluster in queue mode (#6708) (0b9ae37)
- core: Use lower cased email for SAML email attribute (#6663) (7b390ae)
- editor: Add paywall state to non owner users for Variables (#6679) (1aa1484)
- editor: Extend menu item and use it as a recursive component (#6618) (ee602bb)
- editor: Increase contrast ratio in execution list workflow names (#6661) (77f2cfc)
- editor: Show appropriate empty workflow list content when instance environment is readonly (#6610) (0a87198)
- editor: Update design system menu item component (#6659) (902eb85)
- FTP Node: List recursive ignore . and .. to prevent infinite loops (#6707) (da89668)
- GitLab Trigger Node: Fix trigger activation 404 error (#6711) (f463ded)
- Google BigQuery Node: Error description improvement (#6715) (7c8e534)