javascript icon indicating copy to clipboard operation
javascript copied to clipboard

fix(backend): Remove cache timer to fix empty cache bug

Open brkalow opened this issue 1 year ago • 3 comments

Description

Re-implementing #3321 for release/v4

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

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

brkalow avatar May 07 '24 03:05 brkalow

🦋 Changeset detected

Latest commit: e2a1796da47cde6d2a79c6a2655cce533d538371

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

This PR includes changesets to release 6 packages
Name Type
@clerk/backend Patch
@clerk/fastify Patch
gatsby-plugin-clerk Patch
@clerk/nextjs Patch
@clerk/remix Patch
@clerk/clerk-sdk-node 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

changeset-bot[bot] avatar May 07 '24 03:05 changeset-bot[bot]

!snapshot

brkalow avatar May 07 '24 03:05 brkalow

Hey @BRKalow - the snapshot version command generated the following package versions:

Package Version
@clerk/backend 0.38.7-snapshot.vef589e4
@clerk/fastify 0.6.40-snapshot.vef589e4
gatsby-plugin-clerk 4.4.42-snapshot.vef589e4
@clerk/nextjs 4.29.13-snapshot.vef589e4
@clerk/remix 3.2.4-snapshot.vef589e4
@clerk/clerk-sdk-node 4.13.15-snapshot.vef589e4

Tip: Use the snippet copy button below to quickly install the required packages. @clerk/backend

npm i @clerk/[email protected] --save-exact

@clerk/fastify

npm i @clerk/[email protected] --save-exact

gatsby-plugin-clerk

npm i [email protected] --save-exact

@clerk/nextjs

npm i @clerk/[email protected] --save-exact

@clerk/remix

npm i @clerk/[email protected] --save-exact

@clerk/clerk-sdk-node

npm i @clerk/[email protected] --save-exact

clerk-cookie avatar May 07 '24 03:05 clerk-cookie