-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Proposal: rename pluginsFile to backgroundFile #2285
Labels
pkg/server
This is due to an issue in the packages/server directory
type: breaking change
Requires a new major release version
Milestone
Comments
Need to update references to and use of plugins in the following repos:
|
31 tasks
The code for this is complete, but not yet released. It will be released in 4.0. |
The work for this was never released. |
Closing due to recent changes we've decided to make for the configuration file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pkg/server
This is due to an issue in the packages/server directory
type: breaking change
Requires a new major release version
The term
pluginsFile
is somewhat of a misnomer, since it is exclusive to the background node process, but a plugin could be created that solely affects the driver and events in the browser.We should rename the
pluginsFile
to thebackgroundFile
to make it clear it runs in the background process. We should also update the documentation to make it clear plugins can be implemented for the browser in thesupportFile
, for the background in thebackgroundFile
, or both.Code-wise, we should deprecate the
pluginFile
config option and log a warning that the user should rename it tobackgroundFile
. Then in a future version, removepluginsFile
entirely.The text was updated successfully, but these errors were encountered: