Skip to content

Releases: garnaat/placebo

0.10.0

28 Sep 13:49
Compare
Choose a tag to compare

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

04 Mar 13:46
Compare
Choose a tag to compare

Allow more configuration of placebo decorator ( #44 )

0.8.0

28 Feb 23:50
Compare
Choose a tag to compare

Added a decorate. Also made placebo compatible with Python 2.6.

0.7.2

18 Feb 03:25
Compare
Choose a tag to compare

Fixed a bug ( #33 ) involving clients created before the playback or record method of the pill was called.

0.7.1

17 Feb 13:26
Compare
Choose a tag to compare

Added a session property to Pill object to retrieve the session the pill is associated with.

0.7.0

16 Feb 01:51
Compare
Choose a tag to compare

Added simple support for StreamingBody elements in responses. See #12

0.6.0

15 Feb 22:06
Compare
Choose a tag to compare

Changed placebo to use the new before-call event in botocore to inject responses in playback.

0.5.0

15 Jan 13:52
Compare
Choose a tag to compare

Added optional prefix arg. See #21

0.4.3

15 Dec 18:28
Compare
Choose a tag to compare

Fixed missing README.md and requirements.txt file.

0.4.1

13 Dec 21:43
Compare
Choose a tag to compare

Fixed #15 and #17