Skip to content

Overhaulin'

Compare
Choose a tag to compare
@davidnewhall davidnewhall released this 30 Dec 08:46
35eeb0e

WARNING: This release has a bug that causes a crash when calling GetQueue(). Use master until v0.12.1 is released. (soon)

This release has some backward compatibility changes, sorry.
GetQueue() and GetHistory() changed in all four apps. If you need more control over the request, use GetQueuePage() and GetHistoryPage(). Other breaking changes: Some config items JSON and YAML tags changed. Updated the APIer interface in the starr app with four new methods.

New features:

  • Added Fail() and Lookup() to all four apps. Used to mark a history item failed, and search for a new item, respectively. Thanks to @smantic for the lookup code and @JackDallas fo the fail code.
  • Added Prowlar support. Only 1 method for now, more to come as requests come in.
  • Added GetBackupFiles() to all five apps. Returns list of available backup files.
  • Added Login() interface to set a cookie using form-based authentication. Useful for downloading backup files (where an API Key does not work).
  • Added more request methods (in the interface) and pagination helpers to starr module.