Skip to content

feat: add basic rate-limiting to custom Next.js API routes - #344

Merged
AlAfiz merged 6 commits into
BETAIL-BOYS:mainfrom
mubking:feat/rate-limiting
Jun 24, 2026
Merged

feat: add basic rate-limiting to custom Next.js API routes#344
AlAfiz merged 6 commits into
BETAIL-BOYS:mainfrom
mubking:feat/rate-limiting

Conversation

@mubking

@mubking mubking commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Closes #240

Description

Closes #[ISSUE_NUMBER]

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would break existing functionality)
  • Refactor (code improvement without functional changes)
  • Documentation update

Testing Strategy

  • I have run the linter and type checker
  • I have added/updated tests
  • All existing tests pass

Self-Review Checklist

  • My code follows the project's coding style
  • I have reviewed my own code for potential issues
  • I have added necessary documentation/comments
  • I have updated relevant README or docs if needed
  • No new warnings or errors are introduced
  • Changes are backward-compatible (or documented breaking changes)

@AlAfiz

AlAfiz commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

@mubking Resolve conflicts and also give me a proper pr description on the changes you made

@AlAfiz

AlAfiz commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

@mubking workflow check is failed please work on it

@AlAfiz AlAfiz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

@AlAfiz
AlAfiz merged commit 2609807 into BETAIL-BOYS:main Jun 24, 2026
2 checks passed
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.

Add basic rate-limiting to custom Next.js API routes

3 participants