Hi,
This 1.6.1 release fixes a bug when SQUAD works with SQS FIFO queues. The bug prevented newer tasks from being delivered to workers until older tasks are complete.
Complete list of changes that went in:
* squad: celery: make tasks groups unique on SQS * pytest.ini: include more tests that were being ignored * pytest.ini: bump minimal code coverage * core: tasks: fix bug on testrun status table where 'has_metrics' defaults to false for testruns that have metrics * api: rest: enable displaying null for empty metrics and tests on testrun api view
Cheers, Charles