Skip to content

Releases: meedan/check

v0.154.0

17 Aug 03:07
Compare
Choose a tag to compare

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

v0.153.0

14 Jul 02:03
Compare
Choose a tag to compare

Now the tipline bot fully supports any vanilla WhatsApp Business API.

GraphQL API changes:

  • TeamType: Added field team_task

PostgreSQL changes:

  • ➕ Table dynamic_annotation_fields: Added a unique index for non-empty value columns of records with field_name equal to external_id
  • ➕ Table api_keys: Added a column rate_limits, type JSONB

Full Changelog:

v0.152.0...v0.153.0

v0.152.0

17 Jun 04:01
Compare
Choose a tag to compare

New SPAM and trash features and new data report.

GraphQL API changes:

  • PublicTeamType: Added field spam_count
  • TeamType: Added fields check_search_spam, spam_count and data_report

Full Changelog

v0.151.0...v0.152.0

v0.151.0

01 Jun 22:02
Compare
Choose a tag to compare

"Versions" were refactored and the tasks feature (a.k.a., Task instances with fieldset = "tasks") was removed.

GraphQL API changes:

  • TaskMutations: Deleted fields assigned_to_ids, accept_suggestion and reject_suggestion.
  • DynamicAnnotationFieldType: Added fields dbid, value_json, annotation, associated_graphql_id, smooch_user_slack_channel_url, smooch_user_external_identifier, smooch_report_received_at, smooch_report_update_received_at and smooch_user_request_language.
  • ProjectMediaType: Added fields is_suggested, is_confirmed and a connection called requests.
  • TaskType: Deleted fields log_count, suggestions_count, pending_suggestions_count and the log connection.
  • TeamType: Deleted field get_tasks_enabled.
  • VersionType: Deleted fields smooch_user_slack_channel_url, smooch_user_external_identifier, smooch_report_received_at, smooch_report_update_received_at and smooch_user_request_language and deleted connections projects and teams.

PostgreSQL database changes:

  • ➖ Deleted the migration that enabled tasks feature for teams.

Full Changelog

v0.150.0...v0.151.0

v0.150.0

10 May 23:00
Compare
Choose a tag to compare

GraphQL API changes:

  • ProjectMediaType: The field claim_description doesn't return the claim and fact-check from the main item for suggestions anymore, only for confirmed matches.

PostgreSQL database changes:

  • ➕ Added column original_weight to table relationships
  • ➕ Added column original_details to table relationships
  • ➕ Added column original_relationship_type to table relationships
  • ➕ Added column original_model to table relationships
  • ➕ Added column original_source_id to table relationships
  • ➕ Added column original_source_field to table relationships
  • ➖ Column title from fact_checks table is not mandatory anymore
  • ➖ Column summary from fact_checks table is not mandatory anymore

v0.149.0

21 Apr 04:41
Compare
Choose a tag to compare

No GraphQL or database changes on this version. On the REST API v2, there is a new endpoint: Feed API.

This allows the API client to query published fact-checks from permissioned workspaces the provided API key has access to. The input to the endpoint is an image, audio, video or text. Published fact-checks will be returned if they are similar to the input query. Most of the logic is not new here... it's mostly code reuse from the search feature provided by the tipline bot v2.

v0.148.0

13 Apr 02:17
Compare
Choose a tag to compare

GraphQL API changes:

  • ProjectMedia mutation: Changed field channel, from type integer to type JSON (for example: channel: { main: 11 })
  • ClusterType: Changed field fact_checked_by_team_names type, from an array of strings to JSON
  • ProjectMediaType: Changed field channel type, from integer to JSON

PostgreSQL database changes:

  • ➕ Column channel from table project_medias, changed type from integer to JSONB

v0.147.0

24 Mar 02:35
Compare
Choose a tag to compare

GraphQL API changes:

  • CreateClaimDescription mutation: Added field context, type string
  • UpdateClaimDescription mutation: Added field context, type string
  • ClaimDescriptionType: Added field context, type string

PostgreSQL database changes:

  • ➕ Added field context to table claim_descriptions, type text
  • ➕ Added field file to table team_users, type string

v0.146.0

11 Mar 22:53
Compare
Choose a tag to compare

GraphQL API changes:

  • CreateProjectMedia mutation: Added field set_tags, type JSON string
  • CreateProjectMedia mutation: Added field set_fact_check, type JSON string
  • UpdateTeam mutation: Added field trends_filters, type string
  • TaskType type: Added field slug, type string
  • TeamType type: Added field get_trends_filter, type JSON
  • TeamType type: Added field country_teams, type JSON

ElasticSearch index changes:

  • ➕ Added field cluster_teams, type long

v0.145.0

02 Mar 01:42
Compare
Choose a tag to compare

GraphQL API changes:

  • ProjectMedia type: Added field cluster_id, type integer