Skip to content

Releases: Electronic-Mango/simple-justwatch-python-api

1.3.1

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 19 May 23:55

Update all dependencies to resolve vulnerabilities in "idna" and "pymdown-extensions".

1.3.0

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 30 Apr 16:06

Add new filtering options to search and popular:

  • min_release_year and max_release_year - return titles only with matching release year.
  • object_types - filter only specific types, such as SHOW, or MOVIE.

Both are optional and disabled by default.

1.2.0

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 16 Apr 16:10

Improve HTTP error handling.
Store HTTP response text in JustWatchHttpError, if error is related to the response message.
Otherwise (e.g. general connection, or timeout error) it's None.

1.1.0

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 12 Apr 21:05

Add monetization_types to OfferPackage

Handle more (hopefully all) HTTP errors, not just status codes.
The old exception is reused, with trimmed down fields to be more generic.

1.0.3

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 11 Apr 22:12

Fix relative links in PyPi description, for real this time.

1.0.2

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 11 Apr 22:07

Fix relative links in PyPi description.

1.0.1

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 11 Apr 21:25

Add "Releases" URL to pyproject.toml.
Capitalize "Changelog" URL name.

1.0.0

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 11 Apr 21:20

I don't really know what would it mean for this project to reach 1.0.0/stable, so here it is anyways.

Change error handling - add new exceptions instead of asserts:

  • JustWatchHttpError - API responded with a non-2xx status code
  • JustWatchApiError - response from API has errors in JSON
  • JustWatchError - parent for all other exceptions for easier catching

Add a lot more comprehensive documentation, created with Zensical.

0.19.0

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 04 Apr 19:34

Change license to MIT.

0.18.2

Choose a tag to compare

@Electronic-Mango Electronic-Mango released this 03 Apr 17:48

Update "Usage" in README.md so it's up to date on PyPi page.