Skip to content

Releases: thetvdb/v4-api

Bug and Enhancements

27 Jan 22:47
f410a0b
Compare
Choose a tag to compare

Bugs:

  • Return correct status error code
    #152

Enhancements:

  • Accept encoding gzip
    #109

  • Added additional artwork types to support ClearArt.

Bugs and Enhancements

13 Jan 23:54
f410a0b
Compare
Choose a tag to compare

Bugs:

  • Removed nulls from seasons and updated the documentation.
    #113

  • Fixed episode overview.

Enhancements:

  • Added AirsBefore AirsAfter to seasons endpoints and base season record.
    #104

  • Added people slug field.
    #108

Internal Release

07 Jan 22:38
58bc5e8
Compare
Choose a tag to compare

Internal Release and clean-up:

  • Removed malformed attributes in search.

v4.5.0

23 Dec 22:09
70ec0c7
Compare
Choose a tag to compare

Bugs:

  • Fixed pagination on /series​/{id}​/episodes​/{season-type}​/{lang}
    #74

  • Fixed page size in /companies endpoint.
    #135

  • Fixed NotFoundException: error while fetching series
    #132

Enhancements:

  • Added support to extract Alternate name for season type.
    #133

  • Included a nested parentCompany on the GET /companies endpoint

Bugs and Enhancements

09 Dec 19:22
b635256
Compare
Choose a tag to compare

The following tickets were resolved in this release:

  • Fixed pagination of ​/series​/{id}​/episodes​/{season-type}​/{lang}
    #74

  • Fixed broken links for /series/{id}/episodes/{seasonType}/{lang}
    #138

  • Fixed page size in /companies
    #135

  • Added support for retrieving the named version of alternate season orders
    #133

  • Fixed "isAlias" in series translations
    #125

Bugs and Improvements

24 Nov 22:52
49fc372
Compare
Choose a tag to compare

The following bug tickets were addressed in this release:

  • /series/{id}/episodes/{season-type} should include the season title
    #118

  • Fixed "nextAired" from /series/{id}/extended
    #119

Improvements:

  • Companies structure added to series, seasons, and episodes

  • Taxonomy has been added on movies, series, season, episodes, artwork, and people

Bugs and Improvements

11 Nov 05:37
1e01d92
Compare
Choose a tag to compare

In this release:

Bugs:

  • Fixed series aliases names
  • Fixed companies next links

Improvements:

Bugs and Feature Improvements

29 Oct 18:18
18160aa
Compare
Choose a tag to compare

#53
Allow querying episodes by first aired date.

#51
Additional filters for episode query.

Additional bugs and feature improvements.

Bugs and Documentation Updates

12 Oct 17:08
0f0ac5f
Compare
Choose a tag to compare

BUGS
Issue: Translations IsPrimary field is always set to false
Solve: Code fixed. Deployed.
Ticket: #82

Issue: Episodes endpoint missing networks
Solve: Code deployed.
Ticket: #100

Issue: Series Episodes endpoint excludes episodes that have no translations
Solve: N/A
Ticket: #101

Issue: Include series ID is included in the /updates endpoint
Solve: Series id was added to updates endpoint for episodes( entityType = episodes). The documentation was also updated.
Ticket: https://mediamorph.atlassian.net/browse/TVD-2453

Bugs/Speed Improvements/Pagination Updates

12 Oct 04:14
0f0ac5f
Compare
Choose a tag to compare

BUGS
Issue: productionCountries.country incorrect
Solve: Changed the country field of the json to include the country code.
Ticket: #71

Issue: /series response does not contain links to next and previous pages
Solve: Pagination fixed. Documentation adjusted.
Ticket: #47

Issue: 502 error codes present on timestamp/timezone issue
Solve: Fixed with the updates pagination.
Ticket: #40

ENHANCEMENTS:
Speed and caching improvements.