You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-21.0/release-notes.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,32 @@ sidebar_label: "Release Notes"
4
4
5
5
# OpCon Release Notes
6
6
7
+
## OpCon 21.0.28
8
+
9
+
2024 October
10
+
11
+
#### Server
12
+
13
+
:white_check_mark:**OPCON-23582**: Fixed an issue where the estimated start time of a job was incorrect when it depended on a job in a different schedule.
14
+
15
+
#### Solution Manager
16
+
17
+
:white_check_mark:**OPCON-22258**: The Job Execution History now displays the correct duration for skipped jobs.
18
+
19
+
:white_check_mark:**OPCON-24462**: Updated Arguments field for embedded script jobs to allow up to 2000 characters.
20
+
21
+
#### REST API
22
+
23
+
:white_check_mark:**OPCON-23710**: Fixed an issue where fetching the history of a job in a schedule would return the history of all jobs with the same name across all schedules.
24
+
25
+
#### ImpEx2 Web Service
26
+
27
+
:white_check_mark:**OPCON-24669**: Fixed a problem when deploying schedules and reset AutoBuild and AutoDelete options selected by Deploy.
28
+
1) In package deployments added reset options to schedules when versions match and schedule contents not updated.
29
+
2) Changed reset to either set new selected values or remove options if values set to 0.
30
+
31
+
:white_check_mark:**OPCON-25144**: Fixed a problem when importing schedule definitions that contain multiple roles and the role names have been transformed to the same name causing a duplicate key violation. Fix ensures that duplicate roles and no longer inserted.
0 commit comments