Skip to content

Releases: meedan/check

v0.179.0

10 May 01:30
Compare
Choose a tag to compare

Shared feed item page.

GraphQL API changes:

  • ➕ Added mutations createApiKey and destroyApiKey
  • ➕ Added mutations createExplainer, updateExplainer and destroyExplainer
  • ➕ Added mutation feedImportMedia
  • ➕ Added new types ApiKeyType and ExplainerType
  • ➕ Added new fields imported_from_feed_id, imported_from_project_media_id and imported_from_feed to ProjectMediaType
  • ➕ Added new fields get_explainers_enabled, articles, api_key and api_keys to TeamType

PostgreSQL changes:

  • ➕ Added columns title, description, user_id and team_id to api_keys table
  • ➕ Added columns imported_from_feed_id and imported_from_project_media_id to project_medias table
  • ➕ Added column uuid to medias table
  • ➕ Added table explainers

v0.178.0

03 Apr 23:36
05b5ca5
Compare
Choose a tag to compare

Shared feed item page.

GraphQL API changes:

  • ➕ Added argument report_status to ClaimDescriptionType.fact_check field
  • ➕ Added a new type ClusterTeamFactCheckType
  • ➕ Added a new type ClusterTeamType
  • ➕ Added new fields to ClusterType: cluster_teams, project_medias and project_media
  • ➕ Added new fields to FeedType: last_clusterized_at, saved_search_was and cluster
  • ➖ Deleted field smooch_user_slack_channel_url from TiplineRequestType

PostgreSQL changes:

  • ➕ Added column last_received_terms_email_at to users table

v0.177.0

03 Mar 21:43
Compare
Choose a tag to compare

Tipline request refactoring, clusters refactoring and GraphQL refactoring.

GraphQL API changes:

Some GraphQL fields that previously had type UserType now have type MeType. Similarly, some GraphQL fields that previously had type TeamType now have type PublicTeamType. Both UserType and TeamType were simplified and just contain a few fields now. Other changes below:

  • ➖ Deleted fields size, team_names, items, claim_descriptions and fact_checked_by_team_names for ClusterType
  • ➖ Deleted fields cluster and cluster_id from ProjectMediaType
  • ➖ Deleted field cluster from QueryType
  • ➕ Added fields team_ids, channels, media_count, title, fact_checks_count, center, last_request_date, last_fact_check_date and teams to ClusterType
  • ➕ Added fields clusters_count and clusters to FeedType
  • ➕ Added type MeType
  • ➕ Added field public_team to ProjectMediaType
  • ➕ Added field medias_count to PublicTeamType

PostgreSQL changes:

  • ➖ Deleted column cluster_id from table project_medias
  • ➖ Deleted column project_medias_count from table clusters
  • ➕ Added table tipline_requests
  • ➕ Added columns failed_attempts, unlock_token and locked_at to table users
  • ➕ Added table cluster_project_medias
  • ➕ Added columns feed_id, team_ids, channels, media_count, requests_count, fact_checks_count, last_request_date, title and last_fact_check_date to table clusters
  • ➕ Added columns uuid and last_clusterized_at to table feeds
  • ➕ Added columns positive_feedback and negative_feedback to table monthly_team_statistics

v0.176.0

18 Jan 02:21
Compare
Choose a tag to compare

Edit item title and shared feed data points.

GraphQL API changes:

  • ➖ Deleted mutations UpdateAccountSource, CreateAnnotation, DestroyComment, all ProjectGroup mutations, DestroyProjectMedia, UpdateProjectMediaUser, DestroyProjectMediaUser, DestroySource, CreateTask, DestroyTask, all TaskFile mutations, all TaskOrder mutations, CreateTeamUser, CreateUser and DestroyUser
  • ➖ Deleted all fields from UpdateTeamUser mutation, except for role
  • ➕ Added field data_points to CreateFeed mutation
  • ➕ Added fields custom_title and title_field to CreateProjectMedia mutation
  • ➕ Added field skip_send_report to ReplaceProjectMedia mutation
  • ➕ Added field data_points to FeedType
  • ➕ Added fields custom_title, title_field and suggestions_count to ProjectMedia

PostgreSQL changes:

  • ➕ Added column data_points to feeds table
  • ➕ Added columns whatsapp_conversations_user and whatsapp_conversations_business to monthly_team_statistics table
  • ➕ Added columns custom_title and title_field to project_medias table

v0.175.0

29 Nov 15:34
Compare
Choose a tag to compare

Share feeds invitation, support to Instagram tiplines, similarity refactoring and refactoring how tipline search results are collected and stored.

GraphQL API changes:

  • ➕ Added mutations createFeedInvitation, destroyFeedInvitation, acceptFeedInvitation and rejectFeedInvitation
  • ➕ Added mutation destroyFeed
  • ➕ Added mutation destroyFeedTeam
  • ➕ Added type FeedInvitationType
  • ➕ Added type TiplineRequestType
  • ➕ Added fields feed_invitations, teams and feed_teams to FeedType
  • ➕ Added fields tipline_message, feed_invitation and feed_team to QueryType
  • ➕ Added field feed_teams to TeamType
  • ➕ Added field cursor to TiplineMessageType
  • ➕ Added field feed_invitations to UserType

PostgreSQL changes:

  • ➕ Added table feed_invitations
  • ➕ Added indexes to relationships table

v0.174.0

31 Oct 21:27
Compare
Choose a tag to compare

NLU UI and disambiguation.

GraphQL API changes:

  • ➕ Added new mutation: addNluKeywordToTiplineMenu
  • ➕ Added new mutation: removeNluKeywordFromTiplineMenu
  • TiplineMessageType: Added field media_url

v0.173.0

12 Oct 02:23
Compare
Choose a tag to compare

Send custom tipline message, conversation history, tipline submission shortcut and individual tipline search result feedback.

GraphQL API changes:

  • ProjectMediaType: Added fields positive_tipline_search_results_count and tipline_search_results_count

PostgreSQL changes:

  • ➕ Added table blocked_tipline_users

v0.172.0

29 Sep 01:47
Compare
Choose a tag to compare

NLU for tipline resources and backend work for sending custom tipline messages, storing sent tipline messages and surfacing them.

GraphQL API changes:

  • ➕ New mutation sendTiplineMessage
  • ➕ New type TiplineMessageType
  • DynamicAnnotationFieldType: Added field annotation_id
  • ProjectMediaType: Added field (connection) flags
  • TeamType: Added field (connection) tipline_messages

PostgreSQL changes:

  • ➕ Added column state to table tipline_messages
  • ➕ Added column keywords to table tipline_resources

v0.171.0

14 Sep 00:17
Compare
Choose a tag to compare

Multimedia tipline resources and list counters.

GraphQL API changes:

  • ➕ Added mutations for TiplineResource: CreateTiplineResourceMutation, UpdateTiplineResourceMutation and DestroyTiplineResourceMutation
  • SavedSearchType: Added field items_count
  • TeamType: Added field tipline_resources
  • ➕ Added new type TiplineResourceType

PostgreSQL changes:

  • ➖➕ Renamed table bot_resources to tipline_resources, renamed its column feed_url to rss_feed_url and added new columns language, content_type, header_type, header_file, header_overlay_text and header_media_url

v0.170.0

31 Aug 00:56
Compare
Choose a tag to compare

Rails security upgrade, getting rid of folders on the frontend and other features, fixes and improvements.

GraphQL API changes:

  • bulkProjectMediaMarkRead: Added this new mutation to bulk-mark items as read or unread