lexicon
lexicon copied to clipboard
Bump vcrpy from 4.1.1 to 4.2.0
Bumps vcrpy from 4.1.1 to 4.2.0.
Release notes
Sourced from vcrpy's releases.
v4.2.0
- Drop support for python < 3.7, thanks
@jairhenrique
,@IvanMalison
,@AthulMuralidhar
- Various aiohttp bigfixes (thanks
@pauloromeira
and boechat107)- Bugfix: filter_post_data_parameters not working with aiohttp. Thank you
@vprakashplanview
,@scop
,@jairhenrique
, and@cinemascop89
- Bugfix: Some random misspellings (thanks
@scop
)- Migrate the CI suite to Github Actions from Travis (thanks
@jairhenrique
and@cclauss
)- Various documentation and code misspelling fixes (thanks
@scop
and@Justintime50
)- Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks
@immerrr
)
Changelog
Sourced from vcrpy's changelog.
Changelog
For a full list of triaged issues, bugs and PRs and what release they are targeted for please see the following link.
ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>
_All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.
4.2.0
- Drop support for python < 3.7, thanks
@jairhenrique
,@IvanMalison
,@AthulMuralidhar
- Various aiohtt bigfixes (thanks
@pauloromeira
and boechat107)- Bugfix: filter_post_data_parameters not working with aiohttp. Thank you
@vprakashplanview
,@scop
,@jairhenrique
, and@cinemascop89
- Bugfix: Some random misspellings (thanks
@scop
)- Migrate the CI suite to Github Actions from Travis (thanks
@jairhenrique
and@cclauss
)- Various documentation and code misspelling fixes (thanks
@scop
and@Justintime50
)- Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks
@immerrr
)- Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks
@immerrr
)4.1.1
- Fix HTTPX support for versions greater than 0.15 (thanks
@jairhenrique
)- Include a trailing newline on json cassettes (thanks
@AaronRobson
)4.1.0
- Add support for httpx!! (thanks
@herdigiorgi
)- Add the new
allow_playback_repeats
option (thanks@tysonholub
)- Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks
@pauloromeira
)- Use enums for record modes (thanks
@aaronbannin
)- Bugfix: Do not redirect on 304 in aiohttp (Thanks
@royjs
)- Bugfix: Fix test suite by switching to mockbin (thanks
@jairhenrique
)4.0.2
4.0.1
- Fix logo alignment for PyPI
4.0.0
- Remove Python2 support (
@hugovk
)- Add Python 3.8 TravisCI support (
@neozenith
)- Updated the logo to a modern material design (
@sean0x42
)3.0.0
- This release is a breaking change as it changes how aiohttp follows redirects and your cassettes may need to be re-recorded with this update.
- Fix multiple requests being replayed per single request in aiohttp stub #495 (
@nickdirienzo
)- Add support for
request_info
on mocked responses in aiohttp stub #495 (@nickdirienzo
)- doc: fixed variable name (a -> cass) in an example for rewind #492 (
@yarikoptic
)2.1.1
- Format code with black (
@neozenith
)- Use latest pypy3 in Travis (
@hugovk
)- Improve documentation about custom matchers (
@gward
)- Fix exception when body is empty (
@keithprickett
)- Add
pytest-recording
to the documentation as an alternative Pytest plugin (@Stranger6667
)- Fix yarl and python3.5 version issue (
@neozenith
)
... (truncated)
Commits
9c46831
release 4.2.0fe59644
build(deps): bump actions/setup-python from 3 to 4be1035f
Check if query params in the string URL are also included in the final paramseb96c59
Copy the way aiohttp builds the request url with query parameters7add8c0
Don't assume params to be a dictionaryb1bc5c3
fix: docs wording from request to response86806aa
Bump actions/checkout from 3.0.1 to 3.0.27e73085
aiohttp: Add tests to aiohttp allow_redirects option3da66c8
aiohttp: Add support to allow_redirects optionf5ea030
Use pytest-httpbin version with fix for HTTPS redirects- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)