File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed
Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4- ## v1.4.5 [ unreleased]
4+ ## v1.4.5 [ 2022-09-30]
5+
6+ User visible changes
7+
8+ - Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1) to improve
9+ YAML parsing (less errors)
10+ - Made explicit that only gitlab.com and github.com are supported as shortcuts,
11+ and that specifying workflows on other hosts needs an explicit
12+ git repo URL + branch + path.
13+ - Fewer errors due to the use of complex types
14+ - Support workflows using ` MultipleInputFeatureRequirement `
15+
16+ Minor changes:
17+ - Always pass --disable-color to cwltool to improve the logs
18+ - Removed explicit html5lib Python dependency
19+ - Improvements to container building.
20+ - Added diagram of operation to the docs
21+
22+ Dependecies upgrade:
23+ - Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
24+ - Bump liquibase-core from 4.11.0 to 4.16.1
25+ - Bump spring-data-commons from 2.7.0 to 2.7.3
26+ - Bump hibernate-types-55 from 2.16.2 to 2.19.2
27+ - Bump postgresql from 1.17.2 to 1.17.4
28+ - Bump junit-jupiter from 1.17.2 to 1.17.3
29+ - Bump jena-core from 4.5.0 to 4.6.1
30+ - Bump jackson-core from 2.13.3 to 2.13.4
531
6- Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1)
7- Support workflows using ` MultipleInputFeatureRequirement `
832
933## v1.4.4 [ 2022-06-08]
1034
Original file line number Diff line number Diff line change 66
77 <groupId >org.commonwl.view</groupId >
88 <artifactId >cwlviewer</artifactId >
9- <version >1.4.4 </version >
9+ <version >1.4.5 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >CWLViewer</name >
You can’t perform that action at this time.
0 commit comments