Skip to content

Commit 3d78e29

Browse files
committed
chore: add xss missng versions update
1 parent 6b4ec92 commit 3d78e29

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/3.middleware/4.reference/change-log.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ If you're using that older template, please change the `Express` type to `Server
6868
6969
- [ADDED] New GET /readyz endpoint for middleware for using with Kubernetes readiness probes. Please see https://docs.alokai.com/middleware/guides/readiness-probes for more information
7070
71+
## 4.3.2
72+
73+
### Patch Changes
74+
75+
- **[FIXED]** Now parameters are properly sanitized and validated before being used in the middleware.
76+
7177
## 4.3.1
7278
7379
### Patch Changes
@@ -184,6 +190,12 @@ export { createApiClient };
184190
185191
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
186192
193+
## 3.10.1
194+
195+
### Patch Changes
196+
197+
- **[FIXED]** Now parameters are properly sanitized and validated before being used in the middleware.
198+
187199
## 3.10.0
188200
189201
### Minor Changes

0 commit comments

Comments
 (0)