Skip to content

v2.2.0

Compare
Choose a tag to compare
@fatihkurtoglu fatihkurtoglu released this 30 Jun 23:26
· 46 commits to master since this release
d4f75f8

Upgrade Steps

  • ScaleDuplicateTask exception renamed as ScaleDuplicateResource. You should start using the new exception (or replacing old one) after upgrading to the latest version.

New Features

  • ScaleClient now supports feeding another base URL for API during initialization
  • A new method get_tasks_count() added to return the number of tasks for the given parameters

Other Changes and Notes

  • Readme updates
  • Release Notes Template is added