22.03.1
This release predominately fixes the SpringShell vulnerability, along with some small fixes for updates taking a long time on projects with a large amount of samples.
A summary of changes is below:
- [ALL]: Upgraded to Spring Boot 2.6.6 which fixes CVE-2022-22965. (22.03.1)
- [Developer/UI]: Fixed Project details to be transactional to resolve scalability issue on large projects >5000 samples. (22.03.1)
- [Developer/UI]: Fixed updates in UI service classes to use
@Transactional
annotation to fix scalability issue on large projects >5000 samples. (22.03.1)