Skip to content

Releases: meedan/check

v0.194.0

10 Feb 08:38
9a3c677

Choose a tag to compare

GraphQL API changes:

➕ Limit query aliases for the same field to a maximum of 10 within a single query.

PostgreSQL changes:

➕ Added column quote_hash to medias table
➕ Update team_id to be required and disallow nil values in api_keys table.

v0.190.0

23 May 16:28

Choose a tag to compare

Show last active date based on workspace activity.

GraphQL API changes:

  • ➕ Added field last_active_at to TeamUserType

PostgreSQL changes:

  • ➕ Added column last_active_at to team_users table

v0.192.0

05 Aug 05:56
bddcebd

Choose a tag to compare

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

13 May 01:46

Choose a tag to compare

Webhooks UI, custom article lists and send explainers to previous requests.

GraphQL API changes:

  • ➕ Added mutation: sendExplainersToPreviousRequests
  • ➕ Added argument list_type to Saved Search mutations
  • ➕ Added webhook mutations
  • ➕ Added fields events, request_url and headers to BotUserType
  • ➕ Added field dbid to ExplainerItemType
  • ➕ Added fields has_tipline_requests_that_never_received_articles and number_of_tipline_requests_that_never_received_articles_by_time to ProjectMediaType
  • ➕ Added field list_type to SavedSearchType
  • ➕ Added argument list_type to TeamType.saved_searches field
  • ➕ Added field webhooks to TeamType
  • ➕ Added WebhookType

PostgreSQL changes:

  • ➕ Added columns first_manual_response_at and last_manual_response_at to tipline_requests table
  • ➕ Added column list_type to saved_searches table
  • ➖ Removed column targets_count from project_medias table

v0.188.0

03 Apr 00:10

Choose a tag to compare

Channels for articles.

GraphQL API changes:

  • ➕ Added argument channel to fields articles and articles_count under TeamType.
  • ➕ Added argument channel to FactCheck mutations.
  • ➕ Added argument channel to Explainer mutations.
  • ➕ Added field channel to FactCheckType.
  • ➕ Added field channel to ExplainerType.

PostgreSQL changes:

  • ➕ Added column channel to tables explainers and fact_checks.

v0.186.0

06 Feb 03:28

Choose a tag to compare

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.

v0.185.0

07 Dec 19:05

Choose a tag to compare

Text similarity refactoring, relationships refactoring, data dashboards and bot preview.

GraphQL API changes:

  • ➕ Added new type TeamStatisticsType.
  • ➕ Added new fields tipline_requests and statistics to TeamType.

PostgreSQL changes:

  • ➕ Added index to created_at column from fact_checks table.
  • ➕ Added index to created_at column from explainers table.
  • ➕ Added unique index to target_id column from relationships table.
  • ➕ Added constraints to relationships table to make sure that an item is never related to itself and always belonging to only one cluster.

v0.187.0

10 Mar 14:30
1cdd82c

Choose a tag to compare

Articles improvements, removing "comment" annotation type and other changes.

GraphQL API changes:

  • ➖ Deleted CommentType and all comment-related mutations and fields.
  • ➕ Added author field to ExplainerType
  • ➕ Added author field to FactCheckType
  • ➕ Added field smooch_default_messages to TeamBotInstallationType
  • ➕ Added fields number_of_incoming_messages, number_of_outgoing_messages, number_of_incoming_messages_by_date and number_of_outgoing_messages_by_date to TeamStatisticsType
  • ➕ Added arguments limit and created_at to TeamType articles and articles_count fields - also, article_type is not mandatory anymore
  • ➕ Added field statistics_platforms to TeamType

PostgreSQL changes:

  • ➕ Added column author to tables claim_descriptions, explainers and fact_checks

v0.184.0

02 Oct 15:01
3294e00

Choose a tag to compare

Articles "trash" feature and foundational work for data dashboards.

GraphQL API changes:

  • ➕ Added argument trashed to updateExplainer mutation
  • ➕ Added argument trashed to updateFactCheck mutation
  • ➕ Added field trashed to ExplainerType
  • ➕ Added field trashed to FactCheckType
  • ➕ Added argument trashed to articles and articles_count fields under TeamType
  • ➕ Added field responded_at to TiplineRequestType

PostgreSQL changes:

  • ➕ Added column trashed to explainers table
  • ➕ Added column trashed to fact_checks table
  • ➕ Added timestamp indexes to tables tipline_requests, tipline_messages and annotations

v0.183.0

04 Sep 23:33
3294e00

Choose a tag to compare

Data export and articles improvements.

GraphQL API changes:

  • ➕ Added new mutation exportList
  • ➖ Removed field medias_count from ProjectGroupType
  • ➖ Removed field medias_count from ProjectType

No changes to the PostgreSQL database.