v1.0.29
Fixed:
- If 'data' attribute in payload was not set, the handler would always return a 400 JsonResponse, this is not to be expected as some parts of an application might handle data without our Handler but did implement the handler inside their pipeline.