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

Release planning information? #820

Closed
framp opened this issue Jul 30, 2018 · 3 comments
Closed

Release planning information? #820

framp opened this issue Jul 30, 2018 · 3 comments

Comments

@framp
Copy link
Contributor

framp commented Jul 30, 2018

I'm a user of the library and I'd love to use some of the features that landed in master.
Is there a plan publish the changes from the last months on npm?

It would be great to know if there is a fixed release schedule or if it just slipped by.

Thanks for the library

@sidorares
Copy link
Owner

Hi!

I'd love to publish everything already merged, maybe you can help? Need to prepare changelog and should be ready to bump

In terms of future plans:

  • 8.0 caching_sha2_password ( similar to Fix MySQL 8.0.x incompatibilities mysqljs/mysql#1962 but hopefully smaller ) is in works and high priority for me
  • new API for auth plugins ( current one is broken and going to be deprecated. This is also requirements for caching_sha2_password implementation ) - will be major version bump
  • more stricter checks for number and type of arguments for .execute() ( prepare gives us number and type info which we can use to detect errors earlier - you only want to convert object or array to string if it's JSON parameter, if it's a number worth erroring earlier )
  • This PR adds support for .transaction() #814 if there is no objection to new api, and maybe soft deprecate .beginTransaction() as suggested there

@sidorares
Copy link
Owner

there is heaps of probably more valuable work that is not new features - review and close outdated prs/issues, improve docs that is not covered by mysqljs/mysql ( createServer() api, binlog etc )

@framp
Copy link
Contributor Author

framp commented Jul 30, 2018

Absolutely, PR incoming!

Thanks for the info, really appreciated
I had no idea it was a stopper, so thanks a lot also for the quick reply.

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

2 participants