Skip to content

v0.151.0

Compare
Choose a tag to compare
@caiosba caiosba released this 01 Jun 22:02
· 51 commits to develop since this release

"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