v4.3.0 | Deprecated endpoint, build-system updates and bug-fixes
Breaking changes - Deprecation of endpoint
We have deprecated the GET /media endpoint (when used without an image-id) for getting information about all media (images) in a deployment. If you are an open source-user having made any customisations using this endpoint, please double-check and fix this before updating to the latest version. The pull-requests connected to this issue are to be found here:
Platform-API: ushahidi/platform#3832
Platform-client: ushahidi/platform-client#1409
Breaking changes: Update of build-system and outdated dependencies
This release includes updates of our build-system and removal of outdated dependencies. In order to do this, we dropped support for node < 10, so make sure to update your environment to a node version larger than 10! This includes issues:
Other changes in this release
- Fixes a bug that prevented logged-in users without manage-users permissions to edit posts made by another user
- Fixes a bug with unlocking posts after leaving them without save.
- Fixes a UI-bug in user-search.
- Adding Accept-Language header to be able to send error-messages and other strings translated into the language selected by the user from the backend.