Releases: USGS-WiM/liliservices
1.2.3
1.2.2
Fix bug in get next available freezer location where first spot was empty but other spots in the box were occupied (ensure that only empty boxes are returned)
1.2.1
Fix bug in get next available freezer location where box count was not resetting when the end of a rack was encountered
1.2.0
Implement on-demand pagination with "paginate" query param on each endpoint (default is still no pagination)
1.1.2
Delete user sessions during POST to /auth/ endpoint (which uses basic authentication) to prevent CSRF errors; Prevent fallback to session auth when basic auth fails on /auth/ endpoint
1.1.1
Cascade delete Aliquot when parent Sample or Freezer Location is deleted
1.1.0
Implement Aliquot location look-up by freezer, rack, and box; Implement bulk aliquot delete by list of aliquot IDs or aliquot_strings ('SampleID-AliquotNumber')
1.0.0
Production Release
0.122.0
Implement automatic report purging to leave only most recent 10 of each type
0.121.3
Ensure recursive monitor tasks properly log to result field of celery task result table