Skip to content

Releases: AnswerDotAI/cachy

v0.0.13

28 Apr 00:29

Choose a tag to compare

New Features

  • Add aiohttp transport support and request body normalization for caching (#26)

v0.0.12

27 Apr 22:37

Choose a tag to compare

New Features

  • Refactor send logic into shared helpers, add file locking, and auto-locate cache file in enable_cachy (#25)

v0.0.11

24 Apr 07:26

Choose a tag to compare

New Features

  • Add chatgpt.com (#23)

v0.0.10

22 Apr 01:05

Choose a tag to compare

New Features

  • Add more domains (#22)

v0.0.9

20 Apr 03:21

Choose a tag to compare

New Features

v0.0.8

11 Apr 05:17

Choose a tag to compare

  • Handle binary

v0.0.7

24 Feb 02:56

Choose a tag to compare

New Features

  • Add debug logging to cache hits/misses and make enable_cachy idempotent (#17)

Bugs Squashed

  • Rename package from cachy to pycachy to align with PyPI (#16), thanks to @RensDimmendaal

v0.0.6

29 Jan 02:00

Choose a tag to compare

New Features

  • Support allowlisted headers (#11)

v0.0.5

02 Dec 13:13

Choose a tag to compare

New Features

Note: #7 is a breaking change. If your project relies on cachy, delete your cachy.jsonl, run your notebooks and commit the new cachy.jsonl.

v0.0.4

18 Oct 22:33

Choose a tag to compare

New Features

  • add disable_cachy (#4)