Releases: garnaat/placebo
Releases · garnaat/placebo
0.10.0
This is the first placebo release in almost three years. The main changes are:
- Fixed a bug (see #79 and #70) with binary response bodies from services.
- Dropped support for Python 2.x
0.8.1
Allow more configuration of placebo decorator ( #44 )
0.8.0
Added a decorate. Also made placebo compatible with Python 2.6.
0.7.2
Fixed a bug ( #33 ) involving clients created before the playback
or record
method of the pill was called.
0.7.1
Added a session
property to Pill object to retrieve the session the pill is associated with.
0.7.0
Added simple support for StreamingBody
elements in responses. See #12
0.6.0
Changed placebo to use the new before-call
event in botocore to inject responses in playback.
0.5.0
Added optional prefix
arg. See #21
0.4.3
Fixed missing README.md and requirements.txt file.