long2ice / fastapi-cache

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
https://github.com/long2ice/fastapi-cache
Apache License 2.0
1.38k stars 167 forks source link

Version 1.0.0 plan #145

Open mjpieters opened 1 year ago

mjpieters commented 1 year ago

This is a meta issue to track what I think would need to happen to get to something that can be called version 1.0:

Development and release process

Documentation

Architecture

mkdir700 commented 1 year ago

Awesome, guy.

mgguo commented 6 months ago

Look forward to the 1.0 version! Before that, can have a sub 1.0 version as requested in https://github.com/long2ice/fastapi-cache/issues/145#:~:text=Jun%2023%2C%202023-,Can%20we%20have%20a%20v0.2.2%20release%20including%20the%20new%20_uncacheable%20function%20%2D%20so%20we%20can%20monkey%20patch%20for%20non%2DGET%20caching%3F%20%23218,-Open ?

RomeoAva commented 5 months ago

Agreed, would it be possible to get a release to implement fixes? For example we are currently unable to use this for POST endpoints...

Due to: https://github.com/long2ice/fastapi-cache/issues/113

The fix has been implement but not released :(