1.0.1 (2022-01-11)
Bugs Fixed
- Fix the
data
definition forUserEventRequest
whendataType
isjson
. WhendataType
isjson
,data
is the JSON parsed result from request body, so the type ofdata
depends on the user scenario. - Fix the CloudEvents parsing issue that now
data
also can beboolean
ornumber
.