Skip to content

v0.155.0

Compare
Choose a tag to compare
@caiosba caiosba released this 09 Sep 00:40
· 37 commits to develop since this release

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