Skip to content

Releases: optics-team/prism

v4.1.1

20 Oct 10:02
@wms wms
7b37baa

Choose a tag to compare

4.1.1 (2019-10-20)

Bug Fixes

  • use custom page size limit when determining available pages (3b8fdc5)

v4.1.0

17 Oct 09:22
@wms wms
592adb6

Choose a tag to compare

4.1.0 (2019-10-17)

Features

  • add pageSize URI Parameter to ReadCollection action (5dce61f)

v4.0.0

08 Mar 12:45
@wms wms
2d94349

Choose a tag to compare

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.

v3.0.0

28 Jan 08:52
@wms wms

Choose a tag to compare

3.0.0 (2019-01-28)

chore

  • deps: update Bcrypt to latest (9bdba51)
  • deps: upgrade hapi, hapi-auth-jwt2 and typescript (7f83861)

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 the hapi-auth-jwt2 plugin.
  • deps: bcrypt 2.0.0 changes the default bcrypt algorithm from 2a to 2b.