12 June 2013.
- Request parameters are now run through filters before trying to use the JMS Serializer.
- A
NotFoundHttpException
thrown in the param converter now includes the original Guzzle exception. - The log format is now configurable.
- Made compatible with Guzzle 3.6.0.
- The
JMSSerializerResponseParser
now uses Guzzle'sOperationResponseParser
as a fallback rather than just theDefaultResponseParser
.
13 March 2013.
- Fix Symfony version dependency.
- Fix the profiler stopwatch from trying to be stopped when it's not running.
- Monolog is now optional.
- The filesystem cache path is made configurable.
- The serializer can now (de)serialize arrays of objects.
1 February 2013.
- Initial release.