Skip to content

v1.0.29

Choose a tag to compare

@marcel-maqsood marcel-maqsood released this 23 May 12:00
· 3 commits to master since this release

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.