ExecRecipe.service_name
, GetHttpRequestRecipe.service_name
, and PostHttpRequestRecipe.service_name
fields, we suggest users pass this value as an argument in the exec
, request
and wait
instructions where this type is currently used. We are also deprecating the previous exec
, request
, and wait
instructions signature that haven't the service_name
field, users must add this field on these instructions call. Another change is that now the service_name
field on the exec
, request
, and wait
instructions is mandatory. (#93)
#297