Skip to content

Releases: ONSdigital/dp-permissions-api

Release 0.19.0

01 Nov 17:06
v0.19.0
f482ed0

Choose a tag to compare

  • Adds new SDK package

Release 0.18.1

25 Oct 16:03

Choose a tag to compare

  • Fix intermittent service package unit test failure by checking if authorisation middleware has been instantiated before attempting to close
    the middleware in graceful shutdown

Release 0.18.0

25 Oct 14:18

Choose a tag to compare

  • Update script to load interactive service role and permissions
  • Upgrade x/text dependency to v0.4.0 to fix vulnerability issue in versions <= 0.3.7

Release 0.17.0

25 Oct 13:43

Choose a tag to compare

  • Use new version of MongoDb library with read/write consistency concerns
  • Update app to using newer version of dp-authorisation including changes to auth policy object

Release 0.16.0

19 Aug 18:29
v0.16.0
849535f

Choose a tag to compare

fix to allow JWT keys in config to be used to seed auth

Release 0.15.0

05 Aug 15:17
v0.15.0
fb07f5c

Choose a tag to compare

Change Attribute in permissions policy to string instead of array

Release 0.14.0

13 Jul 10:53

Choose a tag to compare

  • Updated authorisation package

Release 0.13.0

14 Jun 09:10
v0.13.0
efcdeed

Choose a tag to compare

  • Bump dp-authorisation to v2.19.0 and update other dependencies
  • Unpluralise attributes and change type to string
  • Add "groups:update" permission to administrator role
  • Update README

Release 0.11.0

07 Feb 16:28
v0.11.0
990cea0

Choose a tag to compare

  • Update http handlers to use standard success & error response types
  • Update mondgo library
  • Tidy component tests

Release 0.10.0

10 Jan 10:35
v0.10.0
1289100

Choose a tag to compare

  • Update dp-mongodb
  • '=' condition operator changed to 'StringEquals' and added 'StartsWith' operator
  • Update dp-authorisation module to v2.15.0