Skip to content
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

Sync version to prisma #6

Closed
medz opened this issue Aug 31, 2022 · 1 comment
Closed

Sync version to prisma #6

medz opened this issue Aug 31, 2022 · 1 comment

Comments

@medz
Copy link
Owner

medz commented Aug 31, 2022

The version number of the Node prisma package has been released to 4.3 or newer(https://www.npmjs.com/package/prisma).

Plan to synchronize version numbers after all features are developed. Synchronizing version numbers has the following benefits:

  1. Synchronize the commit hash of the binary engine to confirm that the commit engine is the latest and most stable.
  2. The version of the dynamic library is synchronized. If the binary is the same, the C API of the dynamic library can complete the synchronization.
  3. Function identification, Prisma TS client is a template of the orm package, which makes Prisma official stabilization more useful for this package.
  4. Automatic requirement submission, using CI to monitor the release of Prisma node package, and then automatically submitting Issue has helped us to synchronize functions.
@medz
Copy link
Owner Author

medz commented Aug 31, 2022

It is worth mentioning that before the synchronization version, the version number before the latest version number of prisma can be released as the version we are wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant