|
1 | 1 |
|
2 | 2 | # Changelog
|
3 | 3 |
|
| 4 | +## v1.4.3 [2022-04-19] |
| 5 | +A few workflows were not rendering correctly after the upgrade from MongoDB to |
| 6 | +PostgreSQL. The reason was a security update in Thymeleaf that stopped Java |
| 7 | +static methods from being invoked in templates. Only a few workflows triggered |
| 8 | +the part of the code with static calls, and the production instance of CWL Viewer, |
| 9 | +<https://view.commonwl.org>, was not migrated yet - this issue should only affect |
| 10 | +users using v1.4.2 locally. |
| 11 | + |
| 12 | +Smaller changes: |
| 13 | +- Small fixes for issues found during dev/prod deployment (includes Thymeleaf fix) #391 @kinow |
| 14 | + |
| 15 | +Misc fixes: |
| 16 | +- Add mongo_to_pg Python script and notebook, replace `dump.sh` by `dump.py` (supports pagination) #396 @kinow |
| 17 | + |
| 18 | +Dependencies upgrade: |
| 19 | +- Bump junit-jupiter from 1.16.2 to 1.16.3 #387 @mr-c |
| 20 | +- Bump postgresql from 1.16.2 to 1.16.3 #386 @mr-c |
| 21 | +- Bump jackson-core from 2.13.1 to 2.13.2 #390 @kinow |
| 22 | +- Bump spring-data-commons from 2.6.2 to 2.6.3 #392 @kinow |
| 23 | +- Bump hibernate-types-55 from 2.14.0 to 2.14.1 #393 @kinow |
| 24 | +- Bump hibernate-types-55 from 2.14.0 to 2.14.1 #393 @kinow |
| 25 | +- Bump hibernate-types-55 from 2.14.1 to 2.15.2 #400 @kinow |
| 26 | +- Bump postgresql from 1.16.3 to 1.17.0 #401 @kinow |
| 27 | +- Bump hibernate-types-55 from 2.15.2 to 2.16.0 #403 @kinow |
| 28 | +- Bump junit-jupiter from 1.16.3 to 1.17.0 #402 @kinow |
| 29 | +- Bump postgresql from 1.17.0 to 1.17.1 #404 @kinow |
| 30 | +- Bump junit-jupiter from 1.17.0 to 1.17.1 #405 @kinow |
| 31 | +- Bump hibernate-types-55 from 2.16.0 to 2.16.1 #406 @kinow |
| 32 | + |
4 | 33 | ## v1.4.2 [2022-02-25]
|
5 | 34 | The database model has been migrated from MongoDB to PostgreSQL. README instructions
|
6 | 35 | and Docker images updated. New version will be deployed to <https://view.commonwl.org>
|
|
0 commit comments