Releases: totaldebug/pyarr
Releases · totaldebug/pyarr
v2.0.2
- no changes
v2.0.1
- Support for all Sonarr & Radarr endpoints
- Bugfix all current endpoints
- Use requests.session params argument
- URL encode safety for all params
- Reorganize and refactor code to better match Sonarr/Radarr API documentation
- Add docstrings to all functions and classes
- Improve function naming consistency
- Use explicit args instead of generic **kwargs when possible
- Meet black and pep8 code formatting standards
- Handle all remaining TODOs
- Deprecate Radarr V1 API (no longer maintained by Radarr team, and will be removed with Radarr v4)
v2.0.0
Failed to release correctly to PyPi.
See v2.0.1
v1.0.2
- no changes
v1.0.1
v1.0.0
v1.0.0
- Moved fully to requests from urllib
- Functions changed to snake_case
- formatting with Black and flake8 for pep8 standards
- Updated recommended-DockerFile to function better when developing
- Changed PyArr to pyarr to meet pep8 standards
Radarr Changes
- Radarr API Renamed to
RadarrAPIv1
- Added the new Radarr API v3
RadarrAPIv3
Sonarr Changes
- #59 Minor: 'is False' to 'not' (@ShadowJonathan)
v0.9.4
v0.9.4
Thanks to @Archmonger for this update
Sonarr New Features
- More robust addSeries
- API Calls
- setCommand
- Options Available: RefreshSeries, RescanSeries, EpisodeSearch, SeasonSearch, SeriesSearch, DownloadedEpisodesScan, RssSync, RenameFiles, RenameSeries, Backup, missingEpisodeSearch
- updSeries
- updEpisode
- del_episode_file_by_episode_id
- setCommand
Radarr New Features
- More robust addMovie
- API Calls
- setCommand
- Options Available: RefreshMovie, RescanMovie, MoviesSearch, DownloadedMoviesScan, RssSync, RenameFiles, RenameMovie, CutOffUnmetMoviesSearch, NetImportSync, missingMoviesSearch
- updMovie
- setCommand
v0.9.3
- Fix formatting issues