Skip to content

v4.0.0

Choose a tag to compare

@wms wms released this 08 Mar 12:45
· 4 commits to master since this release
2d94349

4.0.0 (2019-03-08)

Features

  • upgrade Schema validation to use ajv (f87d694)

BREAKING CHANGES

  • The data structure in the error messages returned by 422 responses is unchanged, but the values of
    human-readable keys in this structure have changed slightly due to the error messages being generated by AJV instead of
    tv4.
  • The Schema version emitted by the built-in Resource security Backend has changed from draft-04 to
    draft-07.
  • The Schema version emitted by the DEFAULT_RESOURCE definition (used by the Resource class when no
    Resource configuration is given) has changed from draft-04 to draft-07.