index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests_cache
/
serializers
/
preconf.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update dependencies
Jordan Cook
2023-03-01
1
-0
/
+1
*
Update serialization docs
Jordan Cook
2022-06-10
1
-17
/
+5
*
Add a BaseStorage.default_serializer attribute, to be more explicit about whi...
Jordan Cook
2022-04-22
1
-3
/
+2
*
Merge *PickleDict storage classes into parent classes
Jordan Cook
2022-04-22
1
-1
/
+1
*
Add missing placeholder class if pymongo isn't installed
Jordan Cook
2022-04-22
1
-0
/
+1
*
Store responses in DynamoDB as JSON documents instead of serialized binaries
Jordan Cook
2022-04-19
1
-2
/
+16
*
Add serializer name to cache key to avoid errors due to switching serializers
Jordan Cook
2022-04-15
1
-10
/
+28
*
Use BSON preconf stage and store response values under top-level keys, so cre...
Jordan Cook
2022-04-15
1
-3
/
+6
*
Improvements for MongoDB:
Jordan Cook
2022-04-15
1
-3
/
+8
*
Add compatibility with cattrs 21.1+, and clean up preconf module a bit
Jordan Cook
2022-04-09
1
-41
/
+48
*
Fix handling BSON serializer differences between pymongo's bson and standalon...
Jordan Cook
2022-02-15
1
-4
/
+6
*
Fix serialization in filesystem backend with binary content that is also vali...
Jordan Cook
2022-02-15
1
-6
/
+11
*
Update dependencies and pre-commit hooks
Jordan Cook
2022-01-01
1
-1
/
+0
*
Format using a more typical line length of 100
Jordan Cook
2022-01-01
1
-2
/
+6
*
Add a new RedisDict class that stores responses in separate hashes instead of...
Jordan Cook
2021-12-01
1
-1
/
+1
*
Improve some RedisDict methods and rename to RedisHashDict
Jordan Cook
2021-12-01
1
-1
/
+2
*
Add a 'utf8_encoder' for convenience, since that's a common enough step
Jordan Cook
2021-11-19
1
-0
/
+1
*
Move misc minor utils to a separate module
Jordan Cook
2021-10-27
1
-1
/
+1
*
Fix some type checking issues
Jordan Cook
2021-08-28
1
-2
/
+1
*
Better serializer docs
Jordan Cook
2021-08-20
1
-29
/
+41
*
Drop support for python 3.6
Jordan Cook
2021-08-14
1
-2
/
+0
*
More doc formatting and class/module links
Jordan Cook
2021-08-07
1
-8
/
+8
*
Pretty-print JSON by default
Jordan Cook
2021-08-03
1
-1
/
+8
*
Improve type annotations and fix type checking errors
Jordan Cook
2021-07-06
1
-4
/
+6
*
Some serialization fixes & updates:
Jordan Cook
2021-07-03
1
-69
/
+71
*
moving ForwardRef inside the ImportError try/except clause to address py3.6 i...
Parker Hancock
2021-06-21
1
-2
/
+3
*
Fix inifinite loop of doom
Jordan Cook
2021-06-17
1
-1
/
+3
*
cleaning up preconf and builtin serializers
Parker Hancock
2021-06-15
1
-17
/
+19
*
extirpated 'is_binary' from pipelines
Parker Hancock
2021-06-14
1
-1
/
+1
*
changes for multi-version compatibility
Parker Hancock
2021-06-14
1
-59
/
+61
*
initial serialization pipeline refactor
Parker Hancock
2021-06-14
1
-0
/
+74