Releases: optics-team/prism
Releases · optics-team/prism
v4.1.1
v4.1.0
v4.0.0
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
Resourcesecurity Backend has changed fromdraft-04to
draft-07. - The Schema version emitted by the
DEFAULT_RESOURCEdefinition (used by theResourceclass when no
Resource configuration is given) has changed fromdraft-04todraft-07.
v3.0.0
3.0.0 (2019-01-28)
chore
BREAKING CHANGES
- deps: This version of Prism is now only compatible with the
latest version of the Hapi API. Although the API of Prism itself has not
changed, it now only work with a suitable version of Hapi. - deps: This version of Prism is now compiled using TypeScript
3.x; projects written in TypeScript that use Prism may require to use a
matching version of TypeScript to ensure correct type compatibility. - deps: The Security plugin in this version of Prism now
uses the latest version of thehapi-auth-jwt2plugin. - deps: bcrypt 2.0.0 changes the default bcrypt algorithm from
2ato2b.