-
-
Notifications
You must be signed in to change notification settings - Fork 839
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
Remove deprecated 'proxies' parameter. #3314
Conversation
I remember I also left the tests. We need to remove them as well. Do you need any help? |
Also, I suggest turning on CI for branches that start with 'version-'. |
Hrm... either I got #3318 wrong, or else it isn't effecting outstanding PRs. |
We merged it into the master, not version-1.0:) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(It should be removed from docs/api.md
)
I've created
version-1.0
branch so that we can incrementally merge 1.0 PRs prior to a release.I'm going to start by issuing some obvious pull requests that remove API that's already been deprecated.
This pull request deals with removing the
proxies=...
parameter, which has been deprecated in favor ofproxy=...
, withmount=...
used for more complex configurations.