gitpkg
gitpkg copied to clipboard
GitPkg is upgrading
Why upgrading?
GitPkg is deployed on Vercel and it is using up my free bandwidth, so I am planning to add usage limits to this project.
During development, I decide a full upgrade for the following reasons:
- The old codebase is based on serverless functions. I decide to migrate to edge functions which is more cost-effective.
- The documents uses VuePress which I am no longer familiar with, so I migrate the docs to react-based Docusaurus.
What action do I need to take?
- The api will not change, so you don't need to update the url.
- The contents of the gzipped tar file will not change.
- However, the checksum of the gzipped tar file might change, so you have to re-install the dependency to regenerate lock files like
package-lock.jsonoryarn.lock. I will try my best to keep the checksum stable during upgrades.
Thus, please only use gitpkg.vercel.app when developing. If you need GitPkg in production, please consider deploy your own service to Vercel with a specific version of GitPkg.
When will the upgrade happen?
v2 branch will be merged into main on 2024-02-01 UTC.
If this project is helpful, please consider donating me, thank you ❤️