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: docs/changelog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.1.28] - Current
5
+
## [1.1.29] - Current
6
+
7
+
### Fixed
8
+
9
+
-**Handle 409 race in `createNamespaceIfNotExists`**: When parallel Playwright workers both create the same namespace, the second gets a 409 AlreadyExists. Now treated as success instead of throwing.
10
+
11
+
## [1.1.28]
6
12
7
13
-**APIHelper.createGitHubRepoWithFile**: Ensure file creation happens after repository creation.
0 commit comments