github msoukhomlinov/n8n-nodes-hudu v2.8.1

10 hours ago

Fixed

  • Removed the unsupported subcategories field from both node codex files (Hudu.node.json, HuduAiTools.node.json). Only node, nodeVersion, codexVersion, categories, resources, and alias are part of the codex schema; the extra field was silently ignored by n8n.
  • Option loaders no longer swallow API errors silently. Six loadOptions handlers (getUsers, getCompanies, getGroups, getVlanZones, getAssetLayouts, getAssetLayoutFieldValues) now log the error via debugLog('[OPTION_LOADING] Error …', error) before returning an empty list, matching the existing pattern in getLists and loadLabelTypes.
  • Best-effort company/folder enrichment lookups in the Articles (3) and Folders (2) handlers now log via debugLog('[ENRICHMENT] … failed …', error) before falling back to a default. These remain non-fatal but are now traceable.

Ports the n8n Creator Portal verification fixes from n8n-nodes-hudu-core.

Don't miss a new n8n-nodes-hudu release

NewReleases is sending notifications on new releases.