1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
<h2 id="21083">Slurm 21.08.3<a class="slurm_link" href="#21083"></a></h2>
<h3>openapi/v0.0.37</h3>
<h4>Allow strings for JobIds instead of only numerical JobIds.</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Change job_id parameter to string</td>
<td class="tdchange">
<ul>
<li>.paths."/job/{job_id}".get.parameters[].schema</li>
<li>.paths."/job/{job_id}".post.parameters[].schema</li>
<li>.paths."/job/{job_id}".delete.parameters[].schema</li>
</ul>
</td>
</tr>
</table>
<h3>openapi/dbv0.0.37</h3>
<h4>Correct placement of step TRES</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">previous path</td>
<td class="tdchange">.components.schemas."dbv0.0.37_job_step".properties.step.properties.tres</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas."dbv0.0.37_job_step".properties.tres</td>
</tr>
</table>
<h3>openapi/dbv0.0.36</h3>
<h4>Correct placement of step TRES</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">previous path</td>
<td class="tdchange">.components.schemas."dbv0.0.36_job_step".properties.step.properties.tres</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas."dbv0.0.36_job_step".properties.tres</td>
</tr>
</table>
|