Releases: meedan/check
v0.154.0
Shared Feeds v0.
GraphQL API changes:
- ➕
CreateFactCheckMutation
andUpdateFactCheckMutation
: Added fieldlanguage
- ➕
FactCheckType
: Added fieldlanguage
- ➕
UpdateFeedTeamMutation
: New mutation added - ➕
FeedTeamType
: New type added - ➕
FeedType
: New type added - ➕
ClusterType
: Fieldsitems
andclaim_descriptions
now require afeed_id
parameter (integer) - ➕
ProjectMediaType
: Added fieldfeed_columns_values
- ➕
TeamType
: For fieldverification_statuses
, argumentitems_count
is nowitems_count_for_status
and argumentpublished_reports_count
is nowpublished_reports_count_for_status
- ➕
TeamType
: Added fieldsfeed
,feeds
andshared_teams
- ➖
UpdateTeamMutation
: Deleted fieldtrends_filters
- ➖
QueryType
: Deleted keychannels
fromabout
field - ➖
TeamType
: Deleted fieldsget_trends_filters
,get_trends_enabled
,country
andcountry_teams
PostgreSQL changes:
- ➕ Table
fact_checks
: Added a columnlanguage
- ➕ Table
users
: Added a unique index to columnemail
- ➕ Table
feeds
: New table added - ➕ Table
feed_teams
: New table added - ➕ Table
requests
: New table added
Full Changelog:
v0.153.0
Now the tipline bot fully supports any vanilla WhatsApp Business API.
GraphQL API changes:
- ➕
TeamType
: Added fieldteam_task
PostgreSQL changes:
- ➕ Table
dynamic_annotation_fields
: Added a unique index for non-emptyvalue
columns of records withfield_name
equal toexternal_id
- ➕ Table
api_keys
: Added a columnrate_limits
, type JSONB
Full Changelog:
v0.152.0
New SPAM and trash features and new data report.
GraphQL API changes:
- ➕
PublicTeamType
: Added fieldspam_count
- ➕
TeamType
: Added fieldscheck_search_spam
,spam_count
anddata_report
Full Changelog
v0.151.0
"Versions" were refactored and the tasks feature (a.k.a., Task
instances with fieldset = "tasks"
) was removed.
GraphQL API changes:
- ➖
TaskMutations
: Deleted fieldsassigned_to_ids
,accept_suggestion
andreject_suggestion
. - ➕
DynamicAnnotationFieldType
: Added fieldsdbid
,value_json
,annotation
,associated_graphql_id
,smooch_user_slack_channel_url
,smooch_user_external_identifier
,smooch_report_received_at
,smooch_report_update_received_at
andsmooch_user_request_language
. - ➕
ProjectMediaType
: Added fieldsis_suggested
,is_confirmed
and a connection calledrequests
. - ➖
TaskType
: Deleted fieldslog_count
,suggestions_count
,pending_suggestions_count
and thelog
connection. - ➖
TeamType
: Deleted fieldget_tasks_enabled
. - ➖
VersionType
: Deleted fieldssmooch_user_slack_channel_url
,smooch_user_external_identifier
,smooch_report_received_at
,smooch_report_update_received_at
andsmooch_user_request_language
and deleted connectionsprojects
andteams
.
PostgreSQL database changes:
- ➖ Deleted the migration that enabled tasks feature for teams.
Full Changelog
v0.150.0
GraphQL API changes:
- ➖
ProjectMediaType
: The fieldclaim_description
doesn't return the claim and fact-check from the main item for suggestions anymore, only for confirmed matches.
PostgreSQL database changes:
- ➕ Added column
original_weight
to tablerelationships
- ➕ Added column
original_details
to tablerelationships
- ➕ Added column
original_relationship_type
to tablerelationships
- ➕ Added column
original_model
to tablerelationships
- ➕ Added column
original_source_id
to tablerelationships
- ➕ Added column
original_source_field
to tablerelationships
- ➖ Column
title
fromfact_checks
table is not mandatory anymore - ➖ Column
summary
fromfact_checks
table is not mandatory anymore
v0.149.0
No GraphQL or database changes on this version. On the REST API v2, there is a new endpoint: Feed API.
This allows the API client to query published fact-checks from permissioned workspaces the provided API key has access to. The input to the endpoint is an image, audio, video or text. Published fact-checks will be returned if they are similar to the input query. Most of the logic is not new here... it's mostly code reuse from the search feature provided by the tipline bot v2.
v0.148.0
GraphQL API changes:
- ➕
ProjectMedia
mutation: Changed fieldchannel
, from type integer to type JSON (for example:channel: { main: 11 }
) - ➕
ClusterType
: Changed fieldfact_checked_by_team_names
type, from an array of strings to JSON - ➕
ProjectMediaType
: Changed fieldchannel
type, from integer to JSON
PostgreSQL database changes:
- ➕ Column
channel
from tableproject_medias
, changed type from integer to JSONB
v0.147.0
GraphQL API changes:
- ➕
CreateClaimDescription
mutation: Added fieldcontext
, type string - ➕
UpdateClaimDescription
mutation: Added fieldcontext
, type string - ➕
ClaimDescriptionType
: Added fieldcontext
, type string
PostgreSQL database changes:
- ➕ Added field
context
to tableclaim_descriptions
, type text - ➕ Added field
file
to tableteam_users
, type string
v0.146.0
GraphQL API changes:
- ➕
CreateProjectMedia
mutation: Added fieldset_tags
, type JSON string - ➕
CreateProjectMedia
mutation: Added fieldset_fact_check
, type JSON string - ➕
UpdateTeam
mutation: Added fieldtrends_filters
, type string - ➕
TaskType
type: Added fieldslug
, type string - ➕
TeamType
type: Added fieldget_trends_filter
, type JSON - ➕
TeamType
type: Added fieldcountry_teams
, type JSON
ElasticSearch index changes:
- ➕ Added field
cluster_teams
, type long