23.01.2
If you are upgrading to release directly and skipping 22.09 please ensure that you follow the UPGRADING.md.
- [UI]: Fixed bug that caused all metadata fields to be removed when single field was removed from a template. See PR 1482
- [Developer]: Fixed bug which allowed duplicated entries in the user_group_project table which prevented the user group from being removed. Fixed bug which was preventing analyses with
html
file outputs from completing. See PR 1483 - [Developer]: Fixed flaky PipelinesPhylogenomicsPageIT test. See PR 1482
- [REST]: Fixed issues with syncing between newer IRIDA (>22.09) and older IRIDA (<=20.09) by disabling requests for
application/xml
for some of the REST requests and only requesting data asapplication/json
. See PR 1484.