Skip to content

Releases: meedan/check

v0.164.0

02 Jun 01:35
Compare
Choose a tag to compare

New multimedia newsletter feature.

GraphQL API changes:

  • TeamType: Added fields available_newsletter_header_types, get_outgoing_urls_utm_code and get_shorten_outgoing_urls and connection tipline_newsletters
  • TeamMutations: Added fields outgoing_urls_utm_code and shorten_outgoing_urls
  • TiplineNewsletterType: New type added
  • TiplineNewsletterMutations: New mutations added, to create, update and destroy

PostgreSQL changes:

  • ➕ Added new table tipline_newsletters
  • ➕ Added new table tipline_newsletter_deliveries

v0.163.0

10 May 23:36
Compare
Choose a tag to compare

Check API Rails version was upgraded to 6.1, and Ruby to 2.7.

GraphQL API changes:

  • FactCheckMutations: Added mutation destroyFactCheck

PostgreSQL changes:

  • ➕ Added an index to the relationshipstable in order to avoid circular relationships

v0.162.0

24 Mar 01:50
Compare
Choose a tag to compare

GraphQL API changes:

  • ProjectMediaMutations: Added field set_status

PostgreSQL changes:

  • ➕ Added new table tipline_messages
  • ➕ Added new unique index to column target_id of table relationships
  • ➕ Added column conversations_24h to table monthly_team_statistics

v0.161.0

14 Feb 03:04
Compare
Choose a tag to compare

Search improvements. But the only GraphQL API and database changes are related to the feature that handles conflicts on saving team bot installations.

GraphQL API changes:

  • TeamBotInstallationMutations: Added field lock_version
  • TeamBotInstallationType: Added field lock_version

PostgreSQL changes:

  • ➕ Added new column lock_version to table team_users

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