javascript
javascript copied to clipboard
fix(backend): Remove cache timer to fix empty cache bug
Description
Re-implementing #3321 for release/v4
Checklist
- [ ]
npm testruns as expected. - [ ]
npm run buildruns 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:
🦋 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
!snapshot
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