Skip to content

v0.154.0

Compare
Choose a tag to compare
@caiosba caiosba released this 17 Aug 03:07
· 48 commits to develop since this release

Shared Feeds v0.

GraphQL API changes:

  • CreateFactCheckMutation and UpdateFactCheckMutation: Added field language
  • FactCheckType: Added field language
  • UpdateFeedTeamMutation: New mutation added
  • FeedTeamType: New type added
  • FeedType: New type added
  • ClusterType: Fields items and claim_descriptions now require a feed_id parameter (integer)
  • ProjectMediaType: Added field feed_columns_values
  • TeamType: For field verification_statuses, argument items_count is now items_count_for_status and argument published_reports_count is now published_reports_count_for_status
  • TeamType: Added fields feed, feeds and shared_teams
  • UpdateTeamMutation: Deleted field trends_filters
  • QueryType: Deleted key channels from about field
  • TeamType: Deleted fields get_trends_filters, get_trends_enabled, country and country_teams

PostgreSQL changes:

  • ➕ Table fact_checks: Added a column language
  • ➕ Table users: Added a unique index to column email
  • ➕ Table feeds: New table added
  • ➕ Table feed_teams: New table added
  • ➕ Table requests: New table added

Full Changelog:

v0.153.0...v0.154.0