Skip to content

Commit

Permalink
chore: add xss missng versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszherba committed Dec 2, 2024
1 parent 6b4ec92 commit 3d78e29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/content/3.middleware/4.reference/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ If you're using that older template, please change the `Express` type to `Server
- [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
## 4.3.2
### Patch Changes
- **[FIXED]** Now parameters are properly sanitized and validated before being used in the middleware.
## 4.3.1
### Patch Changes
Expand Down Expand Up @@ -184,6 +190,12 @@ export { createApiClient };
- **[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.
## 3.10.1
### Patch Changes
- **[FIXED]** Now parameters are properly sanitized and validated before being used in the middleware.
## 3.10.0
### Minor Changes
Expand Down

0 comments on commit 3d78e29

Please sign in to comment.