1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

update serializers

This commit is contained in:
Kevin McCarthy
2014-05-06 19:20:42 -10:00
parent 2c33ae2664
commit b43c63f284
5 changed files with 24 additions and 24 deletions

View File

@@ -410,6 +410,16 @@ single cassette.
*Note*: Back up your cassettes files before migration.
The migration *should* only modify cassettes using the old 0.x format.
## New serializer / deserializer API
If you made a custom serializer, you will need to update it to match the new
API in version 1.0.x
* Serializers now take dicts and return strings.
* Deserializers take strings and return dicts (instead of requests, responses
pair)
## Changelog
* 1.0.0 (in development) - _BACKWARDS INCOMPATIBLE_: Please see the 'upgrade'
section in the README. Add support for filtering sensitive data from