github msoukhomlinov/n8n-nodes-hudu v2.12.1

latest release: v2.12.2
3 hours ago

[2.12.1] - 2026-09-13

Fixed

  • AI Tools execute() operation-gate parity with supplyData() (issue #46). execute()'s effectiveOps previously filtered the UI-selected operations only on the write-op gate, while supplyData()'s enabledOperations also required the op to be registered in the resource's config.ops. Both paths now derive the effective set from one shared pure helper (filterEnabledOperations in ai-tools/resource-config.ts), so a saved workflow re-pointed at a resource that no longer registers an op gets INVALID_OPERATION from the execute() path instead of the op reaching the API — matching what the supplyData()/LLM path always did. execute()'s acceptance set is a strict subset of before; no UI-legitimate selection changes behavior. Adds 6 regression tests.

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

NewReleases is sending notifications on new releases.