Skip to content

Releases: karpetrosyan/hishel

Version 0.0.33

04 Oct 15:58
070ed19
Compare
Choose a tag to compare

Changelog

0.0.33 (4th Oct, 2024)

  • Added a Logging section to the documentation.

Version 0.0.32

02 Oct 18:51
2f6e049
Compare
Choose a tag to compare

Changelog

0.0.32 (27th Sep, 2024)

  • Don't raise an exception if the Date header is not present. (#273)

Version 0.0.31

22 Sep 11:26
5011153
Compare
Choose a tag to compare

Changelog

0.0.31 (22nd Sep, 2024)

  • Ignore file not found error when cleaning up a file storage. (#264)
  • Fix AssertionError on client.close() when use SQLiteStorage. (#269)
  • Fix ignored flags when use force_cache. (#271)

Contributors

daudef yazmolod simon-will

Version 0.0.30

12 Jul 15:29
8766c5a
Compare
Choose a tag to compare

Changelog

0.0.30 (12th July, 2024)

  • Fix cache update on revalidation response with content (rfc9111 section 4.3.3) (#239)
  • Fix request extensions that were not passed into revalidation request for transport-based implementation (but were
    passed for the pool-based impl) (#247).
  • Add cache_private property to the controller to support acting as shared cache. (#224)
  • Improve efficiency of scanning cached responses in FileStorage by reducing number of syscalls. (#252)
  • Add remove support for storages (#241)

Version 0.0.29

23 Jun 14:18
a5b8858
Compare
Choose a tag to compare

Changelog

0.0.29 (23th June, 2024)

  • Add revalidated response extension. (#242)

Version 0.0.27

31 May 14:57
e7be019
Compare
Choose a tag to compare

Changelog

0.0.27 (31th May, 2024)

  • Fix RedisStorage when using without ttl. (#231)

Version 0.0.26

12 Apr 17:46
5da6012
Compare
Choose a tag to compare

Changelog

0.0.26 (12th April, 2024)

  • Expose AsyncBaseStorage and BaseStorage. (#220)
  • Prevent cache hits from resetting the ttl. (#215)

Version 0.0.25

26 Mar 19:36
08206f4
Compare
Choose a tag to compare

Changelog

0.0.25 (26th March, 2024)

  • Add force_cache property to the controller, allowing RFC9111 rules to be completely disabled. (#204)
  • Add .gitignore to cache directory created by FIleStorage. (#197)
  • Remove stale_* headers from the CacheControl class. (#199)

Version 0.0.24

14 Feb 20:14
8b04db3
Compare
Choose a tag to compare

Changelog (hotfix release)

0.0.24 (14th February, 2024)

  • Fix botocore is not installed exception when using any kind of storage. (#186)

Version 0.0.23

14 Feb 06:39
489e0ff
Compare
Choose a tag to compare

Changelog

0.0.23 (12th February, 2024)

  • Support caching for POST and other HTTP methods. (#183)
  • Make S3Storage to check staleness of all cache files with set interval. (#182)
  • Fix an issue where an empty file in FileCache could cause a parsing error. (#181)