Skip to content

Commit 9251a67

Browse files
authored
Merge branch 'master' into limit-combinations
2 parents ba2f6dd + 375de4a commit 9251a67

9 files changed

Lines changed: 71 additions & 57 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ const schema = z.object({
2828
// ...and 59 more
2929
```
3030

31+
### v27.2.6
32+
33+
- Limited Zod compatibility to `~4.3.4` (<4.4.0):
34+
- Zod 4.4.0 introduced a breaking change to how `brand` method works, making the current plugin approach incompatible;
35+
- `@express-zod-api/zod-plugin` version bumped to `^4.1.1` (limited Zod compatibility as well);
36+
- Supporting Zod 4.4+ requires a breaking change and will be addressed in v28 (next major version).
37+
3138
### v27.2.5
3239

3340
- Reduced memory footprint at runtime: deferred population of well-known headers to Documentation;

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| 27.x.x | Nikki | 02.2026 | :white_check_mark: |
88
| 26.x.x | Lia | 12.2025 | :white_check_mark: |
99
| 25.x.x | Sara | 08.2025 | :white_check_mark: |
10-
| 24.x.x | Ashley | 06.2025 | :white_check_mark: |
10+
| 24.x.x | Ashley | 06.2025 | :x: |
1111
| 23.x.x | Sonia | 04.2025 | :x: |
1212
| 22.x.x | Tai | 01.2025 | :x: |
1313
| 21.x.x | Kesaria | 11.2024 | :x: |

compat-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"http-errors": "npm:[email protected]",
1616
"typescript": "npm:[email protected]",
1717
"typescript-eslint": "npm:[email protected]",
18-
"zod": "npm:zod@4.1.13"
18+
"zod": "npm:zod@4.3.4"
1919
}
2020
}

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-zod-api",
3-
"version": "27.2.5",
3+
"version": "27.2.6",
44
"description": "A Typescript framework to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
55
"license": "MIT",
66
"repository": {

pnpm-lock.yaml

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)