- Added support for Python 3.9. - Changed to use `uwsgi` as a production server. - Updated Docker environment. - Added support for uwsgi in unit tests - Updated GitHub Actions. - Properly set `cwd` and `PATH` when forking `Run.sh`. - Fixed overall encoding to `utf-8`.
1.0.11
- Added the feature to download hidden files in the download file function - Fixed some error codes, and added some restrictions and validations to the user input characters. - Added docker network setting for s3 upload
1.0.10
- Add the feature to handle remote URL as workflow_attachment - Fix docker-compose file version - Fix docker-compose volume mount options - Fix unlink option error
1.0.9
- Changed the status of ep3 and toil to experimental. - Fixed the port of the development environment from 8080 to 1122 - Removed run_dir from tags - Fixed a behavior regarding the execution of a registered workflow - Implemented file hosting feature for run_dir - Fixed tests - Updated README and swagger documentation.
1.0.8
- Add docker binary in the docker image, remove docker binary mount from compose files - Add cromwell - Fix the src dir in the docker volume mount - Fix test codes