Media cluster insights, data dashboard export, "most recent to most relevant" articles and bot preview v1.
GraphQL API changes:
- ➕ Added field
enable_create_blank_media
toClaimDescription
mutations. - ➕ Added field
media_cluster_origins
toAboutType
. - ➕ Added fields
relevant_articles
,relevant_articles_count
,media_cluster_origin
,media_cluster_origin_timestamp
,media_cluster_origin_user
andmedia_cluster_relationship
toProjectMediaType
. - ➕ Added fields
user_id
,confirmed_at
,confirmed_by
,user
,weight
,source_field
,target_field
,model
toRelationshipType
. - ➕ Added field
bot_query
toTeamType
. - ➕ Added type
TiplineSearchResultType
.
PostgreSQL changes:
- ➕ Added table
relevant_results_items
. - ➕ Added columns
original_claim
andoriginal_claim_hash
to themedias
table.