Skip to content

Releases: meedan/check

v0.160.0

23 Jan 18:34
Compare
Choose a tag to compare

Improvements for multi-lingual tiplines and support for new languages.

GraphQL API changes:

  • RootLevelType: Added connection team_bots_listed
  • RootLevelType: Removed connection team_bots_approved

PostgreSQL changes:

  • ➕ Added new table monthly_team_statistics
  • ➕ Added new unique index to annotation fields with name smooch_user_id

v0.159.0

14 Dec 03:47
Compare
Choose a tag to compare

Tipline features and localization features.

PostgreSQL changes:

  • ➕ Annotations of type report_design have a new schema

v0.158.0

24 Nov 04:17
Compare
Choose a tag to compare

Localization improvements, support to more languages and tipline improvements.

GraphQL API changes:

  • RelationMutation: New mutations BulkUpdate and BulkDestroy
  • RequestType: Changed type of field last_submitted_at from string to integer

PostgreSQL changes:

  • ➕ Table dynamic_annotation_fields: Added new index to column field_name

v0.157.0

08 Nov 17:27
Compare
Choose a tag to compare

Shared Feeds v3.

GraphQL API changes:

  • FeedTeamMutation: Added field requests_filters
  • ProjectMediaMutation: Added field set_title
  • SearchUploadMutation: Added field file_url
  • FeedTeamType: Added field requests_filters
  • RequestType: Added fields project_medias_count, title and media_type

PostgreSQL changes:

  • ➕ Table requests: Added new columns fact_checked_by_count and project_medias_count

v0.156.0

29 Sep 01:52
Compare
Choose a tag to compare

Shared Feeds v2.

GraphQL API changes:

  • TeamTaskMutation: Added field options_diff
  • FeedType: Added field root_requests_count
  • RequestType: Added fields last_called_webhook_at, fact_checked_by, subscribed, subscriptions_count
  • TeamTaskMutation: Deleted field json_project_ids
  • TeamTaskType: Deleted field project_ids

PostgreSQL changes:

  • ➕ Table claim_descriptions: Added new unique index on project_media_id
  • ➕ Table fact_checks: Added new unique index on claim_description_id
  • ➕ Table requests: Added columns webhook_url, last_called_webhook_at and subscriptions_count

v0.155.0

09 Sep 00:40
Compare
Choose a tag to compare

Shared Feeds v1.

GraphQL API changes:

  • FeedType: Added field requests_count and connection requests
  • QueryType: Added a random argument to team field and added fields feed and request
  • RequestType: New type added

PostgreSQL changes:

  • ➕ Table requests: Added fields request_id and media_id (both indexed) and also fields medias_count, requests_count and last_submitted_at
  • ➕ Table project_media_requests: New table added

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