Skip to content

2.2.0

Choose a tag to compare

@alex-star-gh alex-star-gh released this 20 Feb 22:28
· 51 commits to master since this release
  • MediaListCollection
    The statusLists and customLists fields are now deprecated. Being replaced by a new lists field that includes all lists.
    statusLists and customLists provided a map of the their list sections, however the structure does not comply with the graphql spec and caused issues for clients like Apollo. The new lists field is a standard array of a new type; MediaListGroup, which also allows us to include other useful data along side the list entries.

  • The X-RateLimit-Reset header has been added to all graphql subdomain responses, letting you know exactly when your current rate limit period will be reset.

  • Type arguments have been added to the Staff and Character media fields, allowing you to filter them by media type.

  • Fixed AiringProgressionType throwing a 500 error.

  • Fixed some titles being html encoded.

  • Fixed minor search issues.