Skip to content

feat: add support for 429 Too Many Requests HTTP status code - #735

Merged
esguerrat merged 3 commits into
masterfrom
feature/429-http-status-code
Aug 22, 2026
Merged

feat: add support for 429 Too Many Requests HTTP status code#735
esguerrat merged 3 commits into
masterfrom
feature/429-http-status-code

Conversation

@esguerrat

Copy link
Copy Markdown
Contributor

Brief Summary of Changes

Added 429 Too Many Requests to the list of handled HTTP status codes in lib/uploader.js and lib/api_client/execute_request.js. Previously, only 420 was handled as a rate limit response. This ensures the SDK correctly reads and surfaces the error response body when Cloudinary returns a 429.

What Does This PR Address?

  • GitHub issue (Add reference - #XX)
  • Refactoring
  • [ x] New feature
  • Bug fix
  • Adds more tests

Are Tests Included?

  • Yes
  • [ x] No

@esguerrat
esguerrat merged commit 4ec1894 into master Aug 22, 2026
19 of 20 checks passed
@esguerrat
esguerrat deleted the feature/429-http-status-code branch August 22, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants