Upgraded yesterday to Vo 1.2.2 and having various issues with workflows.
First one is webhook seems to be returning all values received now always as an array, so most of the code manipulations or conditionals based on these fields now fail.
We reviewed the breaking changes changelog of 1.1.1, but did not see anything mentioning this change.
So pair values that before where received as:
Ds_SignatureVersion:HMAC_SHA256_V1
Now are:
Ds_SignatureVersion
0:HMAC_SHA256_V1
Is this the new behaviour? Is it documented any where together with other possible breaking changes?
Hi @luison Sorry youâre running into this - what was the last version of n8n you were using before upgrading to 1.2.2 / when the webhooks were still returning the response youâd expect? Is this only happening with key/value pairs youâre sending to the webhook?
I did see a recent change to the responses from the Respond to Webhook node on our release notes, but that doesnât sound like what youâre running into.
That is perfect, There was another report of this recently and we couldnât reproduce it and the key part is form-data when that is used it does seem to break it which is not idea. I have raised it internally so this should hopefully be fixed in a future relase. It looks like 1.1 and 1.0 are not impacted so for now I would use one of those releases.