File tree Expand file tree Collapse file tree 23 files changed +59
-59
lines changed
docs/website/content/docs/middlewares Expand file tree Collapse file tree 23 files changed +59
-59
lines changed Original file line number Diff line number Diff line change @@ -985,7 +985,7 @@ experimental:
985985 plugins:
986986 souin:
987987 moduleName: github.com/darkweak/souin
988- version: v1.7.7
988+ version: v1.7.8
989989```
990990After that you can declare either the whole configuration at once in the middleware block or by service. See the examples below.
991991``` yaml
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ experimental:
5858 plugins:
5959 souin:
6060 moduleName: github.com/darkweak/souin
61- version: v1.7.7
61+ version: v1.7.8
6262` ` `
6363
6464With that your application will be able to cache the responses if possible and returns at least the `Cache-Status` HTTP header with the different directives mentionned in the RFC specification.
Original file line number Diff line number Diff line change 44
55require (
66 github.com/beego/beego/v2 v2.3.8
7- github.com/darkweak/souin v1.7.7
8- github.com/darkweak/souin/plugins/souin v1.7.7
9- github.com/darkweak/souin/plugins/souin/storages v1.7.7
7+ github.com/darkweak/souin v1.7.8
8+ github.com/darkweak/souin/plugins/souin v1.7.8
9+ github.com/darkweak/souin/plugins/souin/storages v1.7.8
1010)
1111
1212require (
@@ -201,7 +201,7 @@ require (
201201)
202202
203203replace (
204- github.com/darkweak/souin v1.7.7 => ../..
204+ github.com/darkweak/souin v1.7.8 => ../..
205205 github.com/darkweak/souin/plugins/souin => ../souin
206206 github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
207207)
Original file line number Diff line number Diff line change 44
55require (
66 github.com/caddyserver/caddy/v2 v2.10.2
7- github.com/darkweak/souin v1.7.7
7+ github.com/darkweak/souin v1.7.8
88 github.com/darkweak/storages/core v0.0.16
99)
1010
@@ -163,4 +163,4 @@ require (
163163 howett.net/plist v1.0.1 // indirect
164164)
165165
166- replace github.com/darkweak/souin v1.7.7 => ../..
166+ replace github.com/darkweak/souin v1.7.8 => ../..
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/chi
33go 1.25
44
55require (
6- github.com/darkweak/souin v1.7.7
7- github.com/darkweak/souin/plugins/souin/storages v1.7.7
6+ github.com/darkweak/souin v1.7.8
7+ github.com/darkweak/souin/plugins/souin/storages v1.7.8
88 github.com/go-chi/chi/v5 v5.2.3
99)
1010
@@ -198,6 +198,6 @@ require (
198198)
199199
200200replace (
201- github.com/darkweak/souin v1.7.7 => ../..
201+ github.com/darkweak/souin v1.7.8 => ../..
202202 github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
203203)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/dotweb
33go 1.25
44
55require (
6- github.com/darkweak/souin v1.7.7
7- github.com/darkweak/souin/plugins/souin/storages v1.7.7
6+ github.com/darkweak/souin v1.7.8
7+ github.com/darkweak/souin/plugins/souin/storages v1.7.8
88 github.com/devfeel/dotweb v1.7.21
99)
1010
@@ -199,6 +199,6 @@ require (
199199)
200200
201201replace (
202- github.com/darkweak/souin v1.7.7 => ../..
202+ github.com/darkweak/souin v1.7.8 => ../..
203203 github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
204204)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/echo
33go 1.25
44
55require (
6- github.com/darkweak/souin v1.7.7
7- github.com/darkweak/souin/plugins/souin/storages v1.7.7
6+ github.com/darkweak/souin v1.7.8
7+ github.com/darkweak/souin/plugins/souin/storages v1.7.8
88 github.com/darkweak/storages/core v0.0.16
99 github.com/labstack/echo/v4 v4.13.4
1010)
@@ -201,6 +201,6 @@ require (
201201)
202202
203203replace (
204- github.com/darkweak/souin v1.7.7 => ../..
204+ github.com/darkweak/souin v1.7.8 => ../..
205205 github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
206206)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/fiber
33go 1.25
44
55require (
6- github.com/darkweak/souin v1.7.7
7- github.com/darkweak/souin/plugins/souin/storages v1.7.7
6+ github.com/darkweak/souin v1.7.8
7+ github.com/darkweak/souin/plugins/souin/storages v1.7.8
88 github.com/gofiber/fiber/v2 v2.52.9
99 github.com/valyala/fasthttp v1.65.0
1010)
@@ -203,6 +203,6 @@ require (
203203)
204204
205205replace (
206- github.com/darkweak/souin v1.7.7 => ../..
206+ github.com/darkweak/souin v1.7.8 => ../..
207207 github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
208208)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/gin
33go 1.25
44
55require (
6- github.com/darkweak/souin v1.7.7
7- github.com/darkweak/souin/plugins/souin/storages v1.7.7
6+ github.com/darkweak/souin v1.7.8
7+ github.com/darkweak/souin/plugins/souin/storages v1.7.8
88 github.com/gin-gonic/gin v1.10.1
99)
1010
@@ -216,6 +216,6 @@ require (
216216)
217217
218218replace (
219- github.com/darkweak/souin v1.7.7 => ../..
219+ github.com/darkweak/souin v1.7.8 => ../..
220220 github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
221221)
Original file line number Diff line number Diff line change 33 desc: "HTTP cache support as plugin for go-zero"
44 author: "darkweak"
556- version: "v1.7.7 "
6+ version: "v1.7.8 "
77)
88
99type CacheReq {}
You can’t perform that action at this time.
0 commit comments