Change8

Migrating to Zod v3.25.29

Version v3.25.29 introduces 1 breaking change. This guide details how to update your code.

Released: 5/26/2025

1
Breaking Changes
1
Migration Steps
5
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

ZodArrayZodArray.unwrapendswithstartswithtype enum

Breaking Changes

Issue #1

Removed 'interface' from the type enum, which may affect code relying on this specific enum value for type checking or serialization.

Migration Steps

  1. 1
    Update code references that utilize the 'interface' value within the type enum, as it has been removed.

Release Summary

This release introduces the unwrap method for ZodArray and standardizes URL behavior while fixing bugs related to string validation parameters and build warnings.

Need More Details?

View the full release notes and all changes for Zod v3.25.29.

View Full Changelog