summaryrefslogtreecommitdiff
path: root/requests_cache/serializers/preconf.py
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesJordan Cook2023-03-011-0/+1
* Update serialization docsJordan Cook2022-06-101-17/+5
* Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-221-3/+2
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-221-1/+1
* Add missing placeholder class if pymongo isn't installedJordan Cook2022-04-221-0/+1
* Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-191-2/+16
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-10/+28
* Use BSON preconf stage and store response values under top-level keys, so cre...Jordan Cook2022-04-151-3/+6
* Improvements for MongoDB:Jordan Cook2022-04-151-3/+8
* Add compatibility with cattrs 21.1+, and clean up preconf module a bitJordan Cook2022-04-091-41/+48
* Fix handling BSON serializer differences between pymongo's bson and standalon...Jordan Cook2022-02-151-4/+6
* Fix serialization in filesystem backend with binary content that is also vali...Jordan Cook2022-02-151-6/+11
* Update dependencies and pre-commit hooksJordan Cook2022-01-011-1/+0
* Format using a more typical line length of 100Jordan Cook2022-01-011-2/+6
* Add a new RedisDict class that stores responses in separate hashes instead of...Jordan Cook2021-12-011-1/+1
* Improve some RedisDict methods and rename to RedisHashDictJordan Cook2021-12-011-1/+2
* Add a 'utf8_encoder' for convenience, since that's a common enough stepJordan Cook2021-11-191-0/+1
* Move misc minor utils to a separate moduleJordan Cook2021-10-271-1/+1
* Fix some type checking issuesJordan Cook2021-08-281-2/+1
* Better serializer docsJordan Cook2021-08-201-29/+41
* Drop support for python 3.6Jordan Cook2021-08-141-2/+0
* More doc formatting and class/module linksJordan Cook2021-08-071-8/+8
* Pretty-print JSON by defaultJordan Cook2021-08-031-1/+8
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-4/+6
* Some serialization fixes & updates:Jordan Cook2021-07-031-69/+71
* moving ForwardRef inside the ImportError try/except clause to address py3.6 i...Parker Hancock2021-06-211-2/+3
* Fix inifinite loop of doomJordan Cook2021-06-171-1/+3
* cleaning up preconf and builtin serializersParker Hancock2021-06-151-17/+19
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-141-1/+1
* changes for multi-version compatibilityParker Hancock2021-06-141-59/+61
* initial serialization pipeline refactorParker Hancock2021-06-141-0/+74