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 1
1
2
2
# Changelog
3
3
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
5
31
6
- Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1)
7
- Support workflows using ` MultipleInputFeatureRequirement `
8
32
9
33
## v1.4.4 [ 2022-06-08]
10
34
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.commonwl.view</groupId >
8
8
<artifactId >cwlviewer</artifactId >
9
- <version >1.4.4 </version >
9
+ <version >1.4.5 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >CWLViewer</name >
You can’t perform that action at this time.
0 commit comments