Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LATEST-VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.18.0
v1.18.1
3 changes: 0 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Release Notes

## What's New
- Added secondary rate limit handling to GitHub CLI commands to gracefully handle 403/429 responses with proper retry logic, exponential backoff, and clear error messaging. This improves reliability when running multiple concurrent migrations.
4 changes: 4 additions & 0 deletions releasenotes/v1.18.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Release Notes

## What's New
- Added secondary rate limit handling to GitHub CLI commands to gracefully handle 403/429 responses with proper retry logic, exponential backoff, and clear error messaging. This improves reliability when running multiple concurrent migrations.
Loading