1.17.0
Deprecations
- Amend API documentation to make it clear that some holiday related fields inside of the
carers->humanResourceshave been deprecated for some time.Bug Fixes
GET /invoice-ratesnow returns an empty list (200 []) when you have none invoice rates, instead of a404error. This makes it possible to distinguish "no data yet" from a genuine failure.
1.16.0
Bug Fixes
- Fixed timesheets that referenced a deleted payment group being omitted from the timesheets endpoints. These timesheets are now returned, showing the (deleted) payment group's name.
POST /medication-administrationsandPATCH /medication-administrations/{id}: Fixed a bug in duplicate detection where, when medication had been revised since an administration was recorded
1.15.1
This release contains internal changes only and has no external impact
1.15.0
Improvements
- Dependency updates
- The version field is now returned when approving, rejecting or updating a Time off request & now reflects the latest revision of that request, consistent with fetching it again.
Bug Fixes
- Fixes checklist status not reflecting expiry for checklists that expire on a recurring interval. Such checklists now correctly report as Expired or Expiring Soon based on their completion date.
1.14.0
Improvements
- Internal security enhancements.
- Access tokens issued by the
/oauth2/tokenendpoint now contain aclient_idclaim for the authenticated OAuth client
1.13.1
Improvements
- Internal endpoint updates.
1.13.0
Bug Fixes
GET /time-off/adjustmentsno longer returns a server error when paginating (e.g.?limit=100&page=0) for accounts that have no time-off adjustments; it now returns an empty result with the correct total count.PATCH /usersno longer errors if regions being assigned to a user are already assigned
1.12.2
New Features
- Adding new endpoints to support internal functionality.
1.12.1
This release contains internal changes only and has no external impact
1.12.0
New Features
- We are now able to block/disable outbound webhooks. If your webhooks are blocked, then these will appear as disabled and you can contact support to turn these on again.
1.11.0
Deprecations
- The integer format for the
roleIdparameter onGET /users/roles/{roleId}andPATCH /users/roles/{roleId}is now deprecated. When thesingle_role_assignmentfeature flag is enabled, use UUID identifiers instead.Bug Fixes
- Fixes an issue where some appointment instance creation events issued when a note is added via the Empower mobile app were not correctly being passed through to webhooks
1.10.3
This release contains internal changes only and has no external impact
1.10.2
This release contains internal changes only and has no external impact
1.10.1
This release contains internal changes only and has no external impact