This 0.36 release allows fetching test runs statuses without traversing builds endpoint. The release also adds `datetime` to Project class.
0.35
This 0.35 release removes the need for having to update urllib3 by not using "allowed_methods" in HTTPAdapter. The release also adds "token" attribute to Backend class to allow users to dynamically create backends via squad-client.
0.34
This 0.34 release adds a retry strategy to requests to backend server and also make squad-client reuse connections previously opened.
0.33
This 0.33 release adds a new method to TestJob model, allowing filtering test jobs resubmitted.
0.32.1
This 0.32.1 release fixes a small bug when trying to fetch TestJob objects using its own id
0.32
This 0.32 release adds `testjobs` attribute for the Build object and it also allows prefetching testruns' metadata when fetching build testruns.