Skip to content

Releases: karpetrosyan/hishel

Version 0.0.13

05 Oct 06:19
e7c2f8b
Compare
Choose a tag to compare

Changelog

0.0.13 (10/5/2023)

  • Add support for Python 3.12. (#71)
  • Fix connections releasing from the connection pool. (#83)

Version 0.0.12

08 Sep 10:36
e2cd467
Compare
Choose a tag to compare

Changelog

0.0.12 (8/9/2023)

  • Add metadata into the response extensions. (#56)

Version 0.0.11

15 Aug 12:19
19b477a
Compare
Choose a tag to compare

0.0.11 (8/15/2023)

  • Add support for request cache-control directives. (#42)
  • Drop httpcore dependencie. (#40)
  • Support HTTP methods only if they are defined as cacheable. (#37)

Version 0.0.10

07 Aug 09:32
59e0c59
Compare
Choose a tag to compare

Changelog

0.0.10 (8/7/2023)

  • Add Response metadata. (#33)
  • Add API Reference documentation. (#30)
  • Use stale responses only if the client is disconnected. (#28)

Version 0.0.9

01 Aug 13:51
656ad92
Compare
Choose a tag to compare

Changelog

0.0.9 (8/1/2023)

  • Expose Controller API. (#23)

Version 0.0.8

31 Jul 09:21
4aab7df
Compare
Choose a tag to compare

Changelog

0.0.8 (7/31/2023)

  • Skip redis tests if the server was not found. (#16)
  • Decrease sleep time for the storage ttl tests. (#18)
  • Fail coverage under 100. (#19)

Version 0.0.7

30 Jul 06:20
3e23a3c
Compare
Choose a tag to compare

Changelog

0.0.7 (7/30/2023)

  • Add support for Heuristic Freshness. (#11)
  • Change Controller.cache_heuristically to Controller.allow_heuristics. (#12)
  • Handle import errors. (#13)

Version 0.0.6

29 Jul 16:19
Compare
Choose a tag to compare

Changelog

0.0.6 (7/29/2023)

  • Fix Vary header validation. (#8)
  • Dump original requests with the responses (#7)

Version 0.0.5

29 Jul 09:10
Compare
Choose a tag to compare

Changelog

0.0.5 (7/29/2023)

  • Fix httpx response streaming.

Version 0.0.4

29 Jul 07:24
Compare
Choose a tag to compare

Changelog

0.0.4 (7/29/2023)

  • Change YamlSerializer name to YAMLSerializer.