summaryrefslogtreecommitdiff
path: root/requests_cache/serializers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-131-1/+22
* Add decode_content option for storage classes, and use as the default behavio...Jordan Cook2022-06-101-8/+0
* Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-101-1/+1
* Add serializer stage that decodes/re-encodes response contentJordan Cook2022-06-101-1/+1
* Update serialization docsJordan Cook2022-06-101-0/+18
* Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-221-3/+5
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-221-2/+3
* Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-191-0/+2
* Refactor utilities for parsing cache headers into CacheDirectives classJordan Cook2022-04-181-1/+1
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-0/+2
* Use BSON preconf stage and store response values under top-level keys, so cre...Jordan Cook2022-04-151-1/+1
* Improvements for MongoDB:Jordan Cook2022-04-151-0/+1
* More code cleanup and commentsJordan Cook2022-03-291-1/+1
* Improve some RedisDict methods and rename to RedisHashDictJordan Cook2021-12-011-0/+1
* Add a 'utf8_encoder' for convenience, since that's a common enough stepJordan Cook2021-11-191-0/+2
* Reorganize user docs: break down User Guide and Advanced Usage sections into ...Jordan Cook2021-08-261-1/+1
* Better serializer docsJordan Cook2021-08-201-0/+2
* Remove deprecated 'core' module and BaseCache.remove_old_entries()Jordan Cook2021-08-141-9/+1
* Drop support for python 3.6Jordan Cook2021-08-141-24/+8
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-2/+15
* Some serialization fixes & updates:Jordan Cook2021-07-031-58/+35
* addressing comments from JWCookParker Hancock2021-06-211-2/+0
* Add pyyaml as an optional dependency, and fix importJordan Cook2021-06-171-2/+2
* cleaning up preconf and builtin serializersParker Hancock2021-06-151-28/+44
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-141-4/+1
* initial serialization pipeline refactorParker Hancock2021-06-141-39/+53
* Allow selecting a serializer by name, class, or instance (with same behavior ...Jordan Cook2021-06-111-6/+39
* Add a BSON serializerJordan Cook2021-06-111-1/+11
* Refactor JSONSerializer using cattrs; add support for ultrajsonJordan Cook2021-06-111-1/+2
* Split out serializers and models into separate classesJordan Cook2021-05-261-0/+3