-
Notifications
You must be signed in to change notification settings - Fork 45
prepare 7.0.2 release #152
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2. fix packaging error
1. add test for whether our package is valid
2. fix submodule packaging error
1. test for ANOTHER packaging error
… redis, consul, dynamo deps in azure ci
… install redis, consul, dynamo deps in azure ci" This reverts commit 71534aa.
* remove all references to six and remove queue fallback imports * remove NullHandler logger backwards compat * update circleci config to remove python 2.7 tests * remove ordereddict backwards compat * update setup.py to no longer list python 2.7 as compatible * no longer inherit from object for python 2 backwards compat * update readme and manifest to reflect python 2.7 removal * remove unicode type compatibility * remove 2.7 support from circleci
This commit allows for authenticating with a proxy configured with the `http_proxy` environment variable. Authentication requires passing a header, and is not parsed by urllib3 from the proxy_url.
Allow authenticating with proxy
…nto eb/ch89791/proxy-auth-in-url
allow proxy auth parameters in proxy URL
# Conflicts: # testing/http_util.py
update some docs
This reverts commit c35fa61.
* add typehints to the public API * validate typehints in the public api and tests with mypy
* remove all currently deprecated classes, methods, arguments, and tests * also update semver usage to remove calls to deprecated functions and classes
bwoskow-ld
approved these changes
Feb 19, 2021
torchhound
approved these changes
Feb 19, 2021
LaunchDarklyReleaseBot
pushed a commit
that referenced
this pull request
Dec 10, 2021
(big segments 1) add public config/interface types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[7.0.2] - 2021-02-18
Fixed: