-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process releases in the server #691
Comments
That sounds like a big improvement! Fetching the changelogs takes a long time right now... I'm wondering does the cache update when people "refresh" the query?
|
I still need to check how much granular control I have for caching requests at Vercel for Serverless Functions. From what I've seen so far, I think that your example would work in the following way:
|
Increasing the priority for this one since it would make the processing faster, but also the final bundle sent to the browser smaller. |
What feature would you like to have?
The current version is processing the selected range of releases in the browser. We should move this process to the server with Next.js API Routes.
What problem will this feature solve?
By moving this logic to the server, we would benefit from:
Do you want to help make the feature?
Yes
Is there anything else we need to know?
Blocked by Replace React Query with fetch #2085
All the existing E2E should work in the same way
We need to cache the responses based on repo slug, from version and to version
If "latest" option is found in either from or to version, we can't cache the response
The text was updated successfully, but these errors were encountered: