Releases: ministryofjustice/hmpps-non-associations-api
Releases · ministryofjustice/hmpps-non-associations-api
Node client v0.5.0
Support node v22.
Node client v0.4.0
Adds new endpoint for reopening a non-association which should not be exposed to users in general.
Request types have been moved into a separate file.
Node client v0.3.0
A prisoner’s non-associations can now be sorted by closed date.
node-client-0.2.0...node-client-0.3.0
Node client v0.2.0
Significant changes from #152:
- Because offender search results have nullable prison IDs and names, there’s a knock on effect on the
GET /prisoner/{prisonerNumber}/non-associations
endpoint such that some of the returned type’s fields become nullable - Creating non-associations when a prisoner’s prison ID is null is now forbidden and the
POST /non-associations
returns 409 CONFLICT
Change log: node-client-0.1.1...node-client-0.2.0
Node client v0.1.1
Minor update to roles & permissions
Node client v0.1.0
First attempt at distributing a REST client for NodeJS
Node client v0.0.0
Experimental release