File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Version 0.13.0
22--------------
33
4- Unreleased
4+ Released 2024-04-13
55
66- default ``hashlib.md5 `` may not be available in FIPS builds. We
77 now do not access it at import time on ``FileSystemCache``so developers
Original file line number Diff line number Diff line change 1919 "DynamoDbCache" ,
2020 "MongoDbCache" ,
2121]
22- __version__ = "0.12 .0"
22+ __version__ = "0.13 .0"
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ class FileSystemCache(BaseCache):
4040 :param mode: the file mode wanted for the cache files, default 0600
4141 :param hash_method: Default hashlib.md5. The hash method used to
4242 generate the filename for cached results.
43+ Default is lazy loaded and can be overriden by
44+ seeting `_default_hash_method`
4345 """
4446
4547 #: used for temporary files by the FileSystemCache
You can’t perform that action at this time.
0 commit comments