n8n/packages
Ricardo Espinoza 65aeab3a41
perf: Stop loading moment-timezone in eagerly loaded credential classes
Credential classes are instantiated at server boot (all 440 of them), so a
top-level moment-timezone import in any credential keeps the library on the
boot path of every process. GoogleApi and SalesforceJwtApi only needed a unix
timestamp; SeaTableApi now builds its timezone dropdown from moment-timezone's
packed data file, producing a byte-identical option list without loading the
library.
2026-07-26 13:58:16 -04:00
..
@n8n fix(editor): Refresh subworkflow input schema from draft on parent open (#34522) 2026-07-25 23:08:44 +00:00
cli perf(core): Replace moment-timezone with luxon in schedule trigger tasks 2026-07-26 13:10:38 -04:00
core fix(Gmail Node): Roll back advanced HITL Send and Wait (no-changelog) (#34865) 2026-07-24 14:14:17 +00:00
extensions/insights 🚀 Release 2.32.0 (#34600) 2026-07-21 07:14:52 +00:00
frontend fix(editor): Refresh subworkflow input schema from draft on parent open (#34522) 2026-07-25 23:08:44 +00:00
node-dev chore: Set up repository for TypeScript 7 migration (#33890) 2026-07-09 13:21:16 +03:00
nodes-base perf: Stop loading moment-timezone in eagerly loaded credential classes 2026-07-26 13:58:16 -04:00
testing fix(editor): Debounce node creator search filtering (#34828) 2026-07-24 07:37:02 +00:00
workflow fix(editor): Refresh subworkflow input schema from draft on parent open (#34522) 2026-07-25 23:08:44 +00:00