Skip to content

2.2.6

Compare
Choose a tag to compare
@mrevutskyi mrevutskyi released this 25 Aug 00:30
· 50 commits to master since this release
  • Escape user input in error messages to prevent potential server-side cross-site scripting
  • status field in error objects is now a string, as required by JSON API standard
    https://jsonapi.org/format/#error-objects
  • Returns '400' status if page number is provided but page size is 0
  • Returns '400' status if unknown field was used for sorting
  • Allow rolling back the current session in POST_RESOURCE post-processors (#28)