Skip to content

feat(backend): Send BAPI version through headers - #4458

Merged
jacekradko merged 22 commits into
mainfrom
feat/backend-send-api-version
Nov 7, 2024
Merged

feat(backend): Send BAPI version through headers#4458
jacekradko merged 22 commits into
mainfrom
feat/backend-send-api-version

Conversation

@jacekradko

Copy link
Copy Markdown
Contributor

Description

Sending BAPI calls with Clerk-API-Version header

Checklist

  • npm test runs as expected.
  • npm run 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:

@changeset-bot

changeset-bot Bot commented Nov 1, 2024

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f53e51b

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

This PR includes changesets to release 9 packages
Name Type
@clerk/backend Minor
@clerk/astro Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/nextjs Patch
@clerk/remix Patch
@clerk/clerk-sdk-node Patch
@clerk/tanstack-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

@jacekradko jacekradko changed the title feat(backend): send BAPI version through headers feat(backend): Send BAPI version through headers Nov 1, 2024
@jacekradko
jacekradko marked this pull request as ready for review November 3, 2024 21:51
@jacekradko
jacekradko requested a review from brkalow November 3, 2024 21:51
Comment thread packages/backend/src/constants.ts Outdated
Comment thread packages/backend/src/mock-server.ts Outdated
Comment thread packages/backend/src/mock-server.ts
Comment thread .changeset/angry-cycles-cheer.md Outdated
Comment thread package.json
"@types/jest": "^29.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "2.1.4",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Does this require any further config?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added it to the vitest config in the package:

    coverage: {
      provider: 'v8',
    },

@jacekradko
jacekradko enabled auto-merge (squash) November 7, 2024 17:04
@jacekradko
jacekradko merged commit b185e42 into main Nov 7, 2024
@jacekradko
jacekradko deleted the feat/backend-send-api-version branch November 7, 2024 18:52
wobsoriano pushed a commit that referenced this pull request Feb 8, 2025
Co-authored-by: Bryce Kalow <bryce@clerk.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants