Releases: AniList/docs
Release list
2.8
2.7.0
- New UpdateUser mutation allows you to update user settings, and list options for the authenticated user. #30
- Fixed private list entries creating activity items. #31
2.6.1
- Fixed activity being created when no status or progress change was made
- Fixed list status not being automatically set to complete when progress was set to max episode/chapter amount
2.6.0
- Added
statusfield to mediaListGroup. (Will be null for custom lists) - Added
forceSingleCompletedListMediaListCollection argument. (Override the user'ssplitCompletedSectionByFormatoption) - Added missing
asHtmlargument to ActivityReply field text - Fixed empty media titles returning as empty strings instead of null
- Fixed relations not being added to MediaListCollection's media fields.
2.5.0 - Media Trends
- Added
trendingfield to Media type andTRENDINGvalues to MediaSortEnum.- Trending is the amount of related media activity within the past hour.
- Added MediaTrend type & query
- MediaTrends provide a history of daily statistics for anime & manga, such as the average score, trending amount, popularity and more, which should hopefully allow for some pretty snazzy graphs.
- MediaTrends replaces AiringProgression as it also includes the same and additional data sets.
- We're currently generating the past trending data for all our anime & manga, however these past records will only have the
trendingvalue as we are sadly not time travelers. Data from AiringProgression will be moved over once the initial trend data is generated, which should fill in some of gaps at least.
- MediaStats field
AiringProgressionis now deprecated. However it's data will continue to be updated until the shutdown of Api v1. - Fixed media isFavourite sometimes incorrectly evaluating to true.
2.4.0
- MediaList query - Added
isFollowinganduserId_inarguments. #28 - Fixed duplicate media stats being returned from a paged media query. #27
- Fixed media rankings field throwing error on media with deprecated formats. #29
- Fixed sorting mediaList query by time values throwing error. #26
2.3.0
Added remaining UserStats field typings:
animeListScores: ListScoreStats
mangaListScores: ListScoreStats
favouredGenresOverview: [GenreStats]
favouredGenres: [GenreStats]
favouredTags: [TagStats]
favouredActors: [StaffStats]
favouredStaff: [StaffStats]
favouredStudios: [StudioStats]
favouredYears: [YearStats]
favouredFormats: [FormatStats]
2.2.1
- Fixed favourite connections having no pagination data. #23
- Fixed MediaListCollectionQuery including lists from previous query when using aliases to call the query multiple times in the same request.
- Fixed airingSchedule sort arguments not being applied.
2.2.0
-
MediaListCollection
ThestatusListsandcustomListsfields are now deprecated. Being replaced by a newlistsfield that includes all lists.
statusListsandcustomListsprovided 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 newlistsfield 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-Resetheader 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
StaffandCharactermedia fields, allowing you to filter them by media type. -
Fixed
AiringProgressionTypethrowing a 500 error. -
Fixed some titles being html encoded.
-
Fixed minor search issues.
2.1.0
- Added in, not, & not_in argument variations to Media query status & format arguments
- Added asArray argument to mediaListCollection list fields
- Fixed notification query throwing error when requesting field
createdAtor setting argumentresetNotificationCountto false