forked from pool/python-vcrpy
Update to v1.7.4 OBS-URL: https://build.opensuse.org/request/show/356126 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=3
43 lines
2.7 KiB
Plaintext
43 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
||
Tue Jan 26 19:37:11 UTC 2016 - bear454@opensuse.org
|
||
|
||
- Update to version 1.7.4:
|
||
|
||
1.7.4 [#217] Make use_cassette decorated functions actually return a value (thanks @bcen). [#199] Fix path transfromation defaults. Better headers dictionary management.
|
||
1.7.3 [#188] additional_matchers kwarg on use_cassette. [#191] Actually support passing multiple before_record_request functions (thanks @agriffis).
|
||
1.7.2 [#186] Get effective_url in tornado (thanks @mvschaik), [#187] Set request_time on Response object in tornado (thanks @abhinav).
|
||
1.7.1 [#183] Patch fetch_impl instead of the entire HTTPClient class for Tornado (thanks @abhinav).
|
||
1.7.0 [#177] Properly support coroutine/generator decoration. [#178] Support distribute (thanks @graingert). [#163] Make compatibility between python2 and python3 recorded cassettes more robust (thanks @gward).
|
||
1.6.1 [#169] Support conditional requirements in old versions of pip, Fix RST parse errors generated by pandoc, [Tornado] Fix unsupported features exception not being raised, [#166] content-aware body matcher.
|
||
1.6.0 [#120] Tornado support (thanks @abhinav), [#147] packaging fixes (thanks @graingert), [#158] allow filtering post params in requests (thanks @MrJohz), [#140] add xmlrpclib support (thanks @Diaoul).
|
||
1.5.2 Fix crash when cassette path contains cassette library directory (thanks @gazpachoking).
|
||
1.5.0 Automatic cassette naming and ‘application/json’ post data filtering (thanks @marco-santamaria).
|
||
1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
|
||
1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean.
|
||
1.4.0 Filter post data parameters (thanks @eadmundo), support for posting files through requests, inject_cassette kwarg to access cassette from use_cassette decorated function, with_current_defaults actually works (thanks @samstav).
|
||
1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default port for https (thanks @abhinav).
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 4 09:22:15 UTC 2015 - hpj@urpla.net
|
||
|
||
- Update to version 1.2.0:
|
||
* Add custom_patches argument to VCR/Cassette objects to allow
|
||
users to stub custom classes when cassettes become active.
|
||
- Changes from version 2.1.4:
|
||
* Add force reset around calls to actual connection from stubs,
|
||
to ensure compatibility with the version of httplib/urlib2 in
|
||
python 2.7.9.
|
||
- Changes from version 1.1.3:
|
||
* Fix python3 headers field
|
||
* Fix boto test
|
||
* Fix new_episodes record mode
|
||
* Fix Windows connectionpool
|
||
* Stub bug
|
||
* Add support for requests 2.5
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 4 16:52:20 UTC 2014 - hpj@urpla.net
|
||
|
||
- version 1.1.2: initial build
|
||
|