n8n - Package Updates
- 
[3.5.0]
- Update n8n to 1.5.1
 - Full changelog
 - Agile CRM Node: Fix issue with company address not working (#6997) (2f81652)
 - Code Node: Switch over to vm2 fork (#7018) (dfe0fa6)
 - core: Invalid NODES_INCLUDE should not crash the app (#7038) (04e3178), closes #6683
 - core: Setup websocket keep-live messages (#6866) (8bdb07d), closes #6757
 - core: Throw NodeSSLError only for nodes that allow ignoring SSL issues (#6928) (a01c3fb)
 - Date & Time Node: Dont parse date if it's not set (null or undefined) (#7050) (d72f79f)
 - editor: Fix sending of Ask AI tracking events (#7002) (fb05afa)
 - Microsoft Excel 365 Node: Support for more extensions in workbook rlc (#7020) (d6e1cf2)
 - MongoDB Node: Stringify response ObjectIDs (#6990) (9ca990b)
 - MongoDB Node: Upgrade mongodb package to address CVE-2021-32050 (#7054) (d3f6356)
 - Postgres Node: Empty return data fix for Postgres and MySQL (#7016) (176ccd6)
 - Webhook Node: Fix URL params for webhooks (#6986) (596b569)
 - core: External Secrets storage for credentials (#6477) (ed927d3)
 - core: Add MFA (#4767) (2b7ba6f)
 - core: Add filtering, selection and pagination to users (#6994) (b716241)
 - editor: Debug executions in the editor (#6834) (c833078)
 - RSS Read Node: Add support for self signed certificates (#7039) (3b9f0fe)
 - Strapi Node: Add token credentials (#7048) (c01bca5)
 
 - 
[3.6.0]
- Update n8n to 1.6.0
 - Full changelog
 - core: Add support for in-transit encryption (TLS) on Redis connections (#7047) (a910757)
 - core: Disallow orphan executions (#7069) (8a28e98)
 - core: Split event bus controller into community and ee (#7107) (011ee2e)
 - editor: Standardize save text (#7093) (58b3492)
 - Ensure all new executions are saved (#7061) (b8e06d2)
 - Load remote resources even if expressions in non requried parameters resolve (#6987) (8a8d4e8)
 - Postgres Node: Connection pool of the database object has been destroyed (#7074) (9dd5f0e)
 - Postgres Node: Tunnel doesn't always close (#7087) (58e55ba)
 - core: Add list query middleware to credentials (#7041) (fd78021)
 - core: Add support for floating licenses (#7090) (e26553f)
 - core: Migration for soft deletions for executions (#7088) (413e0bc)
 - HTTP Request Node: Determine binary file name from content-disposition headers (#7032) (273d091)
 - TheHive Node: Overhaul (#6457) (73e782e)
 
 - 
[3.7.0]
- Update n8n to 1.7.0
 - Full changelog
 - Code Node: Disable WASM to address CVE-2023-37903 (#7122) (36a8e91)
 - Code Node: Upgrade vm2 to address CVE-2023-37466 (#7123) (0a35025)
 - core: Disable Node.js custom inspection to address CVE-2023-37903 (#7125) (a223734)
 - editor Account for nanoid workflow ids for subworkflow execute policy (#7094) (67092c0)
 - editor: Tweak hover area of workflow / cred cards (#7108) (217de21)
 - editor: Unbind workflow endpoint events in case of workspace reset (#7129) (c9b7948)
 - editor: Update git repo url validation regex (#7151) (e51f173)
 - Google Cloud Firestore Node: Fix empty string interpreted as number (#7136) (915cfa0)
 - HubSpot Node: Fix issue with contact lists not working (#5582) (6e5a4f6)
 - Postgres Node: Fix automatic column mapping (#7121) (92af131)
 - Zoho CRM Node: Fix issue with Sales Order not updating (#6959) (fd800b6)
 - core: Add an option to enable WAL mode for SQLite (#7118) (1d1a022)
 - core: Add commands to workers to respond with current state (#7029) (7b49cf2)
 - Salesforce Node: Add fax field to lead option (#7030) (01f875a)
 
 - 
[3.8.0]
- Update n8n to 1.8.0
 - Full changelog
 - core: Make parsing of content-type and content-disposition headers more flexible (#7217) (d41546b), closes #7149
 - core: Resolve domains to IPv4 first (#7206) (e9ce531)
 - editor: Add ssh key type selection to source control settings when regenerating key (#7172) (54bf66d)
 - editor: No need to add click emitting click events, VUE delegates the handler to the root element of the component (#7182) (3c055e4)
 - editor: Prevent duplicate creation of credential for OAuth2 (#7163) (07a6417)
 - editor: Testing flaky resource mapper feature in e2e tests (#7165) (aaf87c3)
 - HTML Node: Add pairedItem support for 'Convert to HTML Table' operation (#7196) (6bc477b)
 - HTTP Request Node: Decrease default timeout to 5min (#7177) (321780d)
 - seven Node: Rename sms77 to seven, fix credentials test (#7180) (cf776b8)
 - X (Formerly Twitter) Node: Rename Twitter to X (keep Twitter alias) (#7179) (d317e09)
 - core: Add command to trigger license refresh on workers (#7184) (9f797b9)
 - core: Add rsa option to ssh key generation (#7154) (fdac2c8)
 - Linear Node: Add support for OAuth2 (#7201) (12a3168)
 - Microsoft Outlook Node: Node overhaul (#4449) (556a613)
 - Set Node: Overhaul (#6348) (3a47455)
 
 - 
[3.8.1]
- Update n8n to 1.8.1
 - Full changelog
 - Airtable Node: Attachments field type fix (#7227) (ebfcc87)
 - core: Handle 
filename*with quotes in Content-Disposition header (#7229) (fb36b0a) - Ensure new Set node is on top of search list (#7215) (c8fb06f)
 - Issue enforcing user limits on start plan (#7188) (50a4c5e)
 
 - 
[3.9.0]
- Update n8n to 1.9.3
 - Update base image to 4.2.0
 - Full changelog
 - editor: Fix completions for .json on quoted node name in Code node (#7382) (c8ae64b)
 - editor: Revert connection snapping changes (2e43ee6)
 - Notion Node: Handle empty values correctly for Notion selects + multi selects (#7383) (0c3070f)
 
 - 
[3.10.1]
- Update n8n to 1.11.2
 - Full changelog
 - core: Handle gzip and deflate compressed request payloads (#7461) (f43ff71)
 - core: Prevent false stalled jobs in queue mode from displaying as errored (#7435) (465a952)
 - core: Reduce logging overhead for levels that do not output (#7479) (010aa57)
 - editor: Allow importing the same workflow multiple times (#7458) (33e3df8), closes #7457
 - editor: Fix canvas selection breaking after interacting with node actions (#7466) (90ce8de)
 - editor: Fix connections disappearing after reactivating canvas and renaming a node (#7483) (b0bd0d8)
 - editor: Open only one tab with plans page (#7377) (d14e9cb)
 - Ldap Node: Fix issue with connections not closing correctly (#7432) (60ca02e)
 - MySQL Node: Resolve expressions in v1 (#7464) (2b18909)
 - TheHive 5 Node: Observable encoding in alert > create fix (#7450) (b9547ad)
 
 - 
G girish forked this topic on 
 - 
[3.12.0]
- Update n8n to 1.15.2
 - Full changelog
 - core: Decrease reset password token expire time (#7598) (44664d2)
 - editor: Allow overriding theme from query params (#7591) (1362585)
 - editor: Fix issue that frontend breaks with unkown nodes (#7596) (dd7b7d1)
 - editor: Hide not supported node options (#7597) (658cacc)
 - editor: Remove unknown credentials on pasting workflow (#7582) (0768271)
 
 - 
[3.13.0]
- Update n8n to 1.17.1
 - Full changelog
 - core: Correct permissions for getstatus (#7724) (422af2e)
 - editor: Make sure LineController is registered with chart.js (#7730) (7d4f0cc)
 - editor: Show v1 banner dismiss button if owner (#7722) (1f6ee4d)
 - GitHub Node: Fix issue preventing file edits on branches (#7734) (340fe29)
 - Google Sheets Node: Check for null before destructuring (#7729) (2507c31)
 
 - 
[3.14.0]
- Update n8n to 1.18.0
 - Full changelog
 - core: Ensure member and admin cannot be promoted to owner (#7830) (9b87a59)
 - core: Prevent error messages due to statistics about data loading (#7824) (847f6ac)
 - core: Tighten checks for multi-main setup usage (#7788) (fdb2c18)
 - core: Use AbortController to notify nodes to abort execution (#6141) (d2c18c5)
 - editor: Add telemetry to workflow history (#7811) (d497041)
 - editor: Allow owners and admins to share workflows and credentials they don't own (#7833) (3ab3ec9)
 - editor: Disable context menu actions in read-only mode (#7789) (902beff)
 - editor: Fix cloud plan data loading on instance (#7841) (8b99384)
 - editor: Fix credential icon for old node type version (#7843) (4074107)
 - editor: Fix icon for unknown node type (#7842) (28ac5a7)
 - editor: Fix mouse position in workflow previews (#7853) (c063398)
 - editor: Show nice error when environment is not set up (#7778) (5835e05)
 - editor: Suppress dev server websocket messages in workflow view (#7808) (685ffd7)
 - Google Sheets Node: Read operation execute for each item (#7800) (d548872)
 - HTTP Request Node: Enable expressions for binary input data fields (#7782) (6208af0)
 - Microsoft SQL Node: Prevent double escaping table name (#7801) (73ec753)
 - Add AI tool building capabilities (#7336) (87def60)
 - Add initial scope checks via decorators (#7737) (a37f1cb)
 - Ado 1296 spike credential setup in templates (#7786) (aae45b0)
 - core: Add Support for custom CORS origins for webhooks (#7455) (99a9ea4)
 - core: Allow user role modification (#7797) (7a86d36)
 - core: Set up endpoint for all existing roles with license flag (#7834) (2356fb0)
 - editor: Add node name and version to NDV node settings (#7731) (da85198)
 - editor: Add routing middleware, permission checks, RBAC store, RBAC component (#7702) (67a8891)
 - editor: Replace middleware for Role checks with Scope checks (#7847) (72852a6)
 - editor: Show avatars for users currently working on the same workflow (#7763) (77bc8ec)
 - Notion Node: Option to simplify output in getChildBlocks operation (#7791) (d667bca)
 - Slack Node: Add support for getting the profile of a user (#7829) (90bb6ba)
 
 - 
[3.14.1]
- Update n8n to 1.18.1
 - Full changelog
 - core: Prevent error messages due to statistics about data loading (#7824) (c7d600a)
 - core: Tighten checks for multi-main setup usage (#7788) (060987a)
 - core: Use AbortController to notify nodes to abort execution (#6141) (dbad88d)
 - editor: Disable context menu actions in read-only mode (#7789) (ae25503)
 - editor: Fix cloud plan data loading on instance (#7841) (b0039a3)
 - editor: Fix credential icon for old node type version (#7843) (9b0e2d1)
 - editor: Fix icon for unknown node type (#7842) (9cd0a75)
 - editor: Fix mouse position in workflow previews (#7853) (83b5e6a)
 - editor: Suppress dev server websocket messages in workflow view (#7808) (8a71178)