This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
2.0
This release adds support for the Ivory HTTP Adapter 0.7. If your project relies on version 0.6 of the HTTP Adapter, please stick with 1.0 of the Tape Recorder
No new features have been added, the new major release was necessary to not break backwards compatibility in a minor release.
If you upgrade from 1.* to 2.0, you will have to update the TapeRecorder use statement wherever you use the Tape Recorder from
use Ivory\HttpAdapter\Event\Subscriber;
to
use Kreait\Ivory\HttpAdapter\Event\Subscriber;