Open MurzNN opened 1 year ago
The issue is still here, even for issues closed 24 hours ago I see them missing in the generated list:
<p><em>Add a summary here</em></p>
<h3>Contributors (0)</h3>
<p></p>
<h3>Changelog</h3>
<p><strong>Issues:</strong> 3 issues resolved.</p>
<p>Changes since <a href="https://www.drupal.org/project/opentelemetry/releases/1.0.0-alpha7">1.0.0-alpha7</a>:</p>
<h4>Feature</h4>
<ul>
<li><a href="https://www.drupal.org/node/3385636">#3385636</a>: Disable gRPC protocol if the required library is missing</li>
<li><a href="https://www.drupal.org/node/3391655">#3391655</a>: Extract and log more details on "Export failure" errors</li>
</ul>
<h4>Task</h4>
<ul>
<li><a href="https://www.drupal.org/node/3392697">#3392697</a>: Upgrade opentelemetry-php dependencies to 1.0.0RC1</li>
</ul>
The issue https://www.drupal.org/project/opentelemetry/issues/3392836 is missing there.
Also, I see the empty Contributors (0)
there, is it a separate issue?
It's pretty often when the release is created in a short time after closing some issues, but for that case
dcli
tool misses the recently closed issues for some reason.So, when I close the issue and launch
dcli maintainer:release-notes
- I see the list of issues, but without last ones (one or more).Here is an example - the output in 1-30 minutes after closing the 3364590 issue, the command:
dcli maintainer:release-notes 1.0.0-alpha4
:And here - is the same
dcli maintainer:release-notes 1.0.0-alpha4
command output, but after several hours:So, seems it's a caching issue on the Drupal.org infrastructure? Can we invent some workaround for this issue? Maybe just adding a timestamp or some random hash to a get parameter could resolve the problem?