Releases: meedan/check
v0.194.0
v0.190.0
v0.192.0
Reduce pusher usage and update createFactCheck mutation
GraphQL API changes:
➖ Deleted field pusher_channel from CheckSearchType, MediaType, ProjectMediaType, SourceType, PublicTeamType and TeamType
➕ Added arguments claim_description_text and imported to FactCheckMutations
v0.189.0
Webhooks UI, custom article lists and send explainers to previous requests.
GraphQL API changes:
- ➕ Added mutation:
sendExplainersToPreviousRequests - ➕ Added argument
list_typeto Saved Search mutations - ➕ Added webhook mutations
- ➕ Added fields
events,request_urlandheaderstoBotUserType - ➕ Added field
dbidtoExplainerItemType - ➕ Added fields
has_tipline_requests_that_never_received_articlesandnumber_of_tipline_requests_that_never_received_articles_by_timetoProjectMediaType - ➕ Added field
list_typetoSavedSearchType - ➕ Added argument
list_typetoTeamType.saved_searchesfield - ➕ Added field
webhookstoTeamType - ➕ Added
WebhookType
PostgreSQL changes:
- ➕ Added columns
first_manual_response_atandlast_manual_response_attotipline_requeststable - ➕ Added column
list_typetosaved_searchestable - ➖ Removed column
targets_countfromproject_mediastable
v0.188.0
Channels for articles.
GraphQL API changes:
- ➕ Added argument
channelto fieldsarticlesandarticles_countunderTeamType. - ➕ Added argument
channeltoFactCheckmutations. - ➕ Added argument
channeltoExplainermutations. - ➕ Added field
channeltoFactCheckType. - ➕ Added field
channeltoExplainerType.
PostgreSQL changes:
- ➕ Added column
channelto tablesexplainersandfact_checks.
v0.186.0
Media cluster insights, data dashboard export, "most recent to most relevant" articles and bot preview v1.
GraphQL API changes:
- ➕ Added field
enable_create_blank_mediatoClaimDescriptionmutations. - ➕ Added field
media_cluster_originstoAboutType. - ➕ Added fields
relevant_articles,relevant_articles_count,media_cluster_origin,media_cluster_origin_timestamp,media_cluster_origin_userandmedia_cluster_relationshiptoProjectMediaType. - ➕ Added fields
user_id,confirmed_at,confirmed_by,user,weight,source_field,target_field,modeltoRelationshipType. - ➕ Added field
bot_querytoTeamType. - ➕ Added type
TiplineSearchResultType.
PostgreSQL changes:
- ➕ Added table
relevant_results_items. - ➕ Added columns
original_claimandoriginal_claim_hashto themediastable.
v0.185.0
Text similarity refactoring, relationships refactoring, data dashboards and bot preview.
GraphQL API changes:
- ➕ Added new type
TeamStatisticsType. - ➕ Added new fields
tipline_requestsandstatisticstoTeamType.
PostgreSQL changes:
- ➕ Added index to
created_atcolumn fromfact_checkstable. - ➕ Added index to
created_atcolumn fromexplainerstable. - ➕ Added unique index to
target_idcolumn fromrelationshipstable. - ➕ Added constraints to
relationshipstable to make sure that an item is never related to itself and always belonging to only one cluster.
v0.187.0
Articles improvements, removing "comment" annotation type and other changes.
GraphQL API changes:
- ➖ Deleted
CommentTypeand all comment-related mutations and fields. - ➕ Added
authorfield toExplainerType - ➕ Added
authorfield toFactCheckType - ➕ Added field
smooch_default_messagestoTeamBotInstallationType - ➕ Added fields
number_of_incoming_messages,number_of_outgoing_messages,number_of_incoming_messages_by_dateandnumber_of_outgoing_messages_by_datetoTeamStatisticsType - ➕ Added arguments
limitandcreated_attoTeamTypearticlesandarticles_countfields - also,article_typeis not mandatory anymore - ➕ Added field
statistics_platformstoTeamType
PostgreSQL changes:
- ➕ Added column
authorto tablesclaim_descriptions,explainersandfact_checks
v0.184.0
Articles "trash" feature and foundational work for data dashboards.
GraphQL API changes:
- ➕ Added argument
trashedtoupdateExplainermutation - ➕ Added argument
trashedtoupdateFactCheckmutation - ➕ Added field
trashedtoExplainerType - ➕ Added field
trashedtoFactCheckType - ➕ Added argument
trashedtoarticlesandarticles_countfields underTeamType - ➕ Added field
responded_attoTiplineRequestType
PostgreSQL changes:
- ➕ Added column
trashedtoexplainerstable - ➕ Added column
trashedtofact_checkstable - ➕ Added timestamp indexes to tables
tipline_requests,tipline_messagesandannotations