python-betamax/python-betamax.changes
Dirk Mueller 80e7492c81 Accepting request 400381 from home:tbechtold:branches:devel:languages:python
- update to 0.7.0:
  - Add before_record and before_playback hooks
  - Allow per-cassette placeholders to be merged and override global placeholders
  - Fix bug where the QueryMatcher failed matching on high Unicode points
  - Add betamax_recorder pytest fixture
  - Change default behaviour to allow duplicate interactions to be recorded
    in single cassette
  - Add allow_playback_repeats to allow an interaction to be used more than once
    from a single cassette
  - Always return a new Response object from an Interaction to allow for a
    streaming response to be usable multiple times
  - Remove CI support for Pythons 2.6 and 3.2

OBS-URL: https://build.opensuse.org/request/show/400381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-betamax?expand=0&rev=3
2016-06-07 08:11:03 +00:00

22 lines
918 B
Plaintext

-------------------------------------------------------------------
Tue Jun 7 07:52:18 UTC 2016 - tbechtold@suse.com
- update to 0.7.0:
- Add before_record and before_playback hooks
- Allow per-cassette placeholders to be merged and override global placeholders
- Fix bug where the QueryMatcher failed matching on high Unicode points
- Add betamax_recorder pytest fixture
- Change default behaviour to allow duplicate interactions to be recorded
in single cassette
- Add allow_playback_repeats to allow an interaction to be used more than once
from a single cassette
- Always return a new Response object from an Interaction to allow for a
streaming response to be usable multiple times
- Remove CI support for Pythons 2.6 and 3.2
-------------------------------------------------------------------
Thu Feb 11 14:44:26 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 0.5.1)