coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.81k stars 356 forks source link

03/30/2023: Please release a non-beta version #344

Closed grmcpna closed 1 year ago

grmcpna commented 1 year ago

The readme states: "This library can be used to install/start/stop/uninstall Node scripts as Windows background services for production environments. This is not a tool for developing applications, it is a tool for releasing them."

Unfortunately latest release is still a beta which makes it difficult to use in a production environment. Could this please be released as a non-beta?

coreybutler commented 1 year ago

The "beta" is production-grade. It powers millions of services. It's only named as a beta because of a rollback. I'll drop the beta name in the next maintenance release.

grmcpna commented 1 year ago

I understand that it is production-grade but having beta in the name is causing issues with our internal approval process. Thank you for the quick response!