Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 27488eb

Browse files
committed
chore(release): v1.10.15 [skip actions]
1 parent b813a93 commit 27488eb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/fix-artifact-search-retry.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.10.15
4+
5+
### Patch Changes
6+
7+
- [#317](https://github.com/sapientpants/sonarqube-mcp-server/pull/317) [`b813a93`](https://github.com/sapientpants/sonarqube-mcp-server/commit/b813a937e72f980a2be2c2e93ceb9f5487456e39) - Fix race condition in artifact determination script
8+
- Add retry logic with exponential backoff to determine-artifact.sh
9+
- Wait up to 5 attempts with increasing delays (5s, 10s, 15s, 20s, 25s)
10+
- Fixes race condition where Publish workflow starts before Main workflow is indexed by GitHub API
11+
- Total retry window: ~75 seconds, giving GitHub's API time to index completed workflow runs
12+
313
## 1.10.14
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonarqube-mcp-server",
3-
"version": "1.10.14",
3+
"version": "1.10.15",
44
"description": "Model Context Protocol server for SonarQube",
55
"keywords": [
66
"sonarqube",

0 commit comments

Comments
 (0)