Skip to content

v0.186.0

Latest
Compare
Choose a tag to compare
@caiosba caiosba released this 06 Feb 03:28
· 0 commits to develop since this release

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 to ClaimDescription mutations.
  • ➕ Added field media_cluster_origins to AboutType.
  • ➕ Added fields relevant_articles, relevant_articles_count, media_cluster_origin, media_cluster_origin_timestamp, media_cluster_origin_user and media_cluster_relationship to ProjectMediaType.
  • ➕ Added fields user_id, confirmed_at, confirmed_by, user, weight, source_field, target_field, model to RelationshipType.
  • ➕ Added field bot_query to TeamType.
  • ➕ Added type TiplineSearchResultType.

PostgreSQL changes:

  • ➕ Added table relevant_results_items.
  • ➕ Added columns original_claim and original_claim_hash to the medias table.