Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add xss missng versions update #7344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading