darkweak / souin

An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache
https://docs.souin.io
MIT License
719 stars 56 forks source link

feat(chore): adapt to `storages` usage of protobuf #538

Closed mohammed90 closed 3 months ago

mohammed90 commented 4 months ago

Depends on darkweak/storages#8 and requires amendment after merging the storages PR.

I noticed the tyk package still depends on the older API of Souin which has storages within Souin repo. I left it as-is, though it'll require minor changes to work. I can do it if it was missed from before.

netlify[bot] commented 4 months ago

Deploy Preview for teal-sprinkles-4c7f14 canceled.

Name Link
Latest commit 3e6dfc4d11c2ce5027761ad54f2dae25e9fdb4d2
Latest deploy log https://app.netlify.com/sites/teal-sprinkles-4c7f14/deploys/66ba82da6a48860008eba6f1
mohammed90 commented 4 months ago

I tried making the tests pass with replacements. It doesn't work 😅 I guess I have to wait for the other PR.