v0.105.0
danielafeitosa
released this
13 Aug 01:34
·
167 commits
to develop
since this release
This note describes the latest changes on API and local development environment.
New ⭐
New mutations were added to this release. Most of them related to bulk operations:
deleteTeamStatus
: delete a team status and change existing items to another statusupdateProjectMediaProject
: update the relation between a project media and a project- Bulk operations:
updateProjectMedias
: send or restore trashed project mediascreateProjectMediaProjects
: add project medias to listsupdateProjectMediaProjects
: move project medias from one list to anotherdestroyProjectMediaProjects
: remove project medias from a list
Changes ♻️
Existing queries were changed, some arguments and fields were included or removed:
- ➕
Team
type: included two new arguments on fieldverification_statuses
items_count
: whentrue
, get the number of items that are marked with each team statuspublished_reports_count
: whentrue
is sent, get the number of reports published with each team status
- ➕
User
type: included the argumentstatus
on fieldteam_users
to filter only the team associations that have the specific status - ➖
ProjectMedia
type: removed fieldverification_statuses
. Please get it fromTeam
type - ➖
PublicTeam
type: removed fieldverification_statuses
. Please get it fromTeam
type - ➖
updateProjectMedia
anddestroyProjectMedia
: these mutations now are exclusive for single operations with project medias- removed argument
ids
and payload fieldaffectedIds
- removed argument
- ➖
createTags
mutation: removed payload fieldenqueued
. The mutation now is executed in foreground - ⬆️ Upgraded PostgreSQL database to version 11: users that are running Check locally should follow these instructions to upgrade the database: https://github.com/meedan/check#upgrading-databases-in-development-environment