Changes (2023-06-27)
⚠️ BREAKING CHANGES
- core Docker containers now run as the user
node
instead ofroot
(#6365) (f636616) - core Drop
debian
andrhel7
images (#6365) (f636616) - core Drop support for deprecated
WEBHOOK_TUNNEL_URL
env variable (#6363) - core Execution mode defaults to
main
now, instead ofown
(#6363) - core Default push backend is
websocket
now, instead ofsse
(#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 andN8N_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)
Bug Fixes
- 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)