Releases: meedan/check
Releases · meedan/check
v0.174.0
v0.173.0
Send custom tipline message, conversation history, tipline submission shortcut and individual tipline search result feedback.
GraphQL API changes:
- ➕
ProjectMediaType
: Added fieldspositive_tipline_search_results_count
andtipline_search_results_count
PostgreSQL changes:
- ➕ Added table
blocked_tipline_users
v0.172.0
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 fieldannotation_id
- ➕
ProjectMediaType
: Added field (connection)flags
- ➕
TeamType
: Added field (connection)tipline_messages
PostgreSQL changes:
- ➕ Added column
state
to tabletipline_messages
- ➕ Added column
keywords
to tabletipline_resources
v0.171.0
Multimedia tipline resources and list counters.
GraphQL API changes:
- ➕ Added mutations for
TiplineResource
:CreateTiplineResourceMutation
,UpdateTiplineResourceMutation
andDestroyTiplineResourceMutation
- ➕
SavedSearchType
: Added fielditems_count
- ➕
TeamType
: Added fieldtipline_resources
- ➕ Added new type
TiplineResourceType
PostgreSQL changes:
- ➖➕ Renamed table
bot_resources
totipline_resources
, renamed its columnfeed_url
torss_feed_url
and added new columnslanguage
,content_type
,header_type
,header_file
,header_overlay_text
andheader_media_url
v0.170.0
v0.169.0
Ruby 3.0 upgrade, NLU prototype and other features, fixes and improvements.
GraphQL API changes:
- ➕
CreateDynamicAnnotationMutation
: Added input fieldaction
- ➕
UpdateDynamicAnnotationMutation
: Added input fieldaction
- ➕
ProjectMediaType
: Added fieldmedia_slug
PostgreSQL changes:
- ➕ Table
monthly_team_statistics
: Added columnswhatsapp_conversations
,published_reports
,positive_searches
,negative_searches
andnewsletters_sent
v0.168.0
"Unmatched media" concept and improvements to the tagging system.
GraphQL API changes:
- ➖
ProjectMediaType
: Deleted fieldfield_log_count
- ➕
TeamType
: Added fieldtag_texts_count
- ➕
TeamType
: Added argumentkeyword
to fieldtag_texts
PostgreSQL changes:
- ➖ Table
project_medias
: Deleted columncached_annotations_count
- ➕ Table
project_medias
: Added columnunmatched
v0.167.0
v0.166.0
New shared feeds feature.
GraphQL API changes:
- ➕
FeedMutations
: Added mutations to create, update and delete feeds. - ➕
FeedTeamMutations
: Replaced fieldfilters
bysaved_search_id
- ➕
TeamMutations
: Added fieldlanguage_detection
- ➕
FeedTeamType
: Added fieldssaved_search_id
andsaved_search
- ➕
FeedType
: Added fieldsuser_id
,team_id
,description
,tags
,licenses
,saved_search_id
,discoverable
,user
,team
andsaved_search
- ➕
SavedSearchType
: Added fieldsis_part_of_feeds
andfeeds
- ➕
TeamType
: Added fieldget_language_detection
PostgreSQL changes:
- ➕ Added new columns to table
feeds
:saved_search_id
,user_id
,team_id
,description
,tags
,discoverable
andlicenses
- ➕ Added new column
saved_search_id
to tablefeed_teams
- ➖ Removed column
filters
from tablefeeds
- ➖ Removed column
filters
from tablefeed_teams