Skip to content

Releases: meedan/check

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

v0.169.0

16 Aug 20:29
Compare
Choose a tag to compare

Ruby 3.0 upgrade, NLU prototype and other features, fixes and improvements.

GraphQL API changes:

  • CreateDynamicAnnotationMutation: Added input field action
  • UpdateDynamicAnnotationMutation: Added input field action
  • ProjectMediaType: Added field media_slug

PostgreSQL changes:

  • ➕ Table monthly_team_statistics: Added columns whatsapp_conversations, published_reports, positive_searches, negative_searches and newsletters_sent

v0.168.0

03 Aug 21:53
Compare
Choose a tag to compare

"Unmatched media" concept and improvements to the tagging system.

GraphQL API changes:

  • ProjectMediaType: Deleted field field_log_count
  • TeamType: Added field tag_texts_count
  • TeamType: Added argument keyword to field tag_texts

PostgreSQL changes:

  • ➖ Table project_medias: Deleted column cached_annotations_count
  • ➕ Table project_medias: Added column unmatched

v0.167.0

21 Jul 01:52
Compare
Choose a tag to compare

Fixes and improvements.

GraphQL API changes:

None.

PostgreSQL changes:

  • ➕ Added new column newsletters_delivered to table monthly_team_statistics
  • ➕ Added new column signature to table fact_checks

v0.166.0

03 Jul 21:06
Compare
Choose a tag to compare

New shared feeds feature.

GraphQL API changes:

  • FeedMutations: Added mutations to create, update and delete feeds.
  • FeedTeamMutations: Replaced field filters by saved_search_id
  • TeamMutations: Added field language_detection
  • FeedTeamType: Added fields saved_search_id and saved_search
  • FeedType: Added fields user_id, team_id, description, tags, licenses, saved_search_id, discoverable, user, team and saved_search
  • SavedSearchType: Added fields is_part_of_feeds and feeds
  • TeamType: Added field get_language_detection

PostgreSQL changes:

  • ➕ Added new columns to table feeds: saved_search_id, user_id, team_id, description, tags, discoverable and licenses
  • ➕ Added new column saved_search_id to table feed_teams
  • ➖ Removed column filters from table feeds
  • ➖ Removed column filters from table feed_teams

v0.165.0

13 Jun 22:22
Compare
Choose a tag to compare

Some fixes and improvements, but no changes for the database schema or GraphQL API.