Skip to content

feat(backend): Add bulk create method for waitlist entries core-2#7762

Merged
Jibaru merged 2 commits intorelease/core-2from
irueda/user-1055-add-bulk-create-waitlist-entries-via-bapi-core-2
Feb 5, 2026
Merged

feat(backend): Add bulk create method for waitlist entries core-2#7762
Jibaru merged 2 commits intorelease/core-2from
irueda/user-1055-add-bulk-create-waitlist-entries-via-bapi-core-2

Conversation

@Jibaru
Copy link
Contributor

@Jibaru Jibaru commented Feb 4, 2026

Description

Implement createBulk() method in WaitlistEntryAPI to enable creating multiple waitlist entries in a single API call. This addresses the need for efficient batch operations when processing multiple waitlist entry requests.

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • New Features
    • Added bulk creation capability for waitlist entries, enabling multiple entries to be created in a single API call through the new createBulk() method.

Implement `createBulk()` method in WaitlistEntryAPI to enable creating
multiple waitlist entries in a single API call. This addresses the need
for efficient batch operations when processing multiple waitlist entry
requests.
@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

🦋 Changeset detected

Latest commit: 88405a9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@clerk/backend Minor
@clerk/agent-toolkit Patch
@clerk/astro Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/remix Patch
@clerk/tanstack-react-start Patch
@clerk/testing Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Feb 5, 2026 8:26pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 4, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch irueda/user-1055-add-bulk-create-waitlist-entries-via-bapi-core-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Jibaru Jibaru changed the base branch from main to release/core-2 February 4, 2026 16:43
@Jibaru Jibaru changed the title Irueda/user 1055 add bulk create waitlist entries via bapi core 2 feat(backend): Add bulk create method for waitlist entries core-2 Feb 4, 2026
@Jibaru Jibaru requested a review from a team February 4, 2026 17:03
Copy link
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

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

looks good!

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 5, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7762

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7762

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7762

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7762

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7762

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7762

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@7762

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@7762

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7762

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7762

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7762

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7762

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7762

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7762

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@7762

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7762

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@7762

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7762

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7762

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7762

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@7762

@clerk/types

npm i https://pkg.pr.new/@clerk/types@7762

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7762

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7762

commit: 88405a9

@Jibaru Jibaru merged commit 03c61c1 into release/core-2 Feb 5, 2026
75 of 77 checks passed
@Jibaru Jibaru deleted the irueda/user-1055-add-bulk-create-waitlist-entries-via-bapi-core-2 branch February 5, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants