1.4.1
Bug Fixes
- Fixes a bug where medication administration records with no time period associated (for example, for PRN medications) are excluded from API responses when retrieved. At present, such records are excluded from the results in the
GET /medication-administrationslisting endpoint and the API erroneously returns a 404 Not Found for them on theGET /medication-administrations/{id}endpoint. This bug fix also changes the response of thePATCH /medication-administrations/{id}endpoint for such records from a 204 No Content to the correct status code of 200 OK, with the updated record returned in the response JSON.
1.4.0
Improvements
- Adding activity logging for all Medication endpoints
Bug Fixes
- Fixes responding to time-off requests when the request’s type belongs to a scheme different from the carer’s current scheme, allowing rejections to proceed and ensuring pending “old-scheme” requests remain visible to admins
Internal
- Dependency updates and security improvements
1.3.2
Internal
- Adding logging on medication administration creation
1.3.1
Internal
- Role copying updated to be available for multi-role systems only
- Performance improvement to bulk appointment unassign on approved time off requests
- Internal documentation updates
This is a re-deployment of 1.3.0, without the changes to statuses
1.3.0
Internal
- Role copying updated to be available for multi-role systems only
- Removal of deprecated machine name and type from statuses
- Performance improvement to bulk appointment unassign on approved time off requests
- Internal documentation updates
1.2.0
Improvements
- Ensures tasks and requirements associated to schedules via the
POST /schedulesendpoint are logged in the Activity Log
Bug Fixes
- Resolve bug causing out of memory error on approving time off for a carer
1.1.2
Improvements
- Add filter for information only medications administration dates endpoint.
1.1.1
Improvements
- GET/PATCH
/medication-administrations/{id}endpoint now accepts either an integer identifier or a UUID in the URL parameter
1.1.0
Improvements
- Remove Careplanner references from API documentation
Bug Fixes
- Adds canAccessWebApp to the response of the patch role endpoint
- Can view all past time off schemes.
1.0.0
Empower API is now version 1.0.0. There are no code changes in this release.
0.96.3
Release Notes
Improvements
- Add default ordering
GET:/schedules
0.96.2
Bug Fixes
- Remove deleted global tasks from Appointment responses
Internal
- Dependency updates and security improvements
0.96.1
Bug Fixes
Adds checks to prevent role errors on certain instances