|
| 1 | +##v2.11.0 (2025-03-27) |
| 2 | + |
| 3 | +[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.0) |
| 4 | + |
| 5 | +###What's Changed |
| 6 | + |
| 7 | +Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). |
| 8 | +See the[blog post](https://pydantic.dev/articles/pydantic-v2-11-release) for more details. |
| 9 | + |
| 10 | +####Pacaking |
| 11 | + |
| 12 | +* Bump`pydantic-core` to v2.33.0 by@Viicos in[#11631](https://github.com/pydantic/pydantic/pull/11631) |
| 13 | + |
| 14 | +####New Features |
| 15 | + |
| 16 | +* Add`encoded_string()` method to the URL types by@YassinNouh21 in[#11580](https://github.com/pydantic/pydantic/pull/11580) |
| 17 | +* Add support for`defer_build` with`@validate_call` decorator by@Viicos in[#11584](https://github.com/pydantic/pydantic/pull/11584) |
| 18 | +* Allow`@with_config` decorator to be used with keyword arguments by@Viicos in[#11608](https://github.com/pydantic/pydantic/pull/11608) |
| 19 | +* Simplify customization of default value inclusion in JSON Schema generation by@Viicos in[#11634](https://github.com/pydantic/pydantic/pull/11634) |
| 20 | +* Add`generate_arguments_schema()` function by@Viicos in[#11572](https://github.com/pydantic/pydantic/pull/11572) |
| 21 | + |
| 22 | +####Fixes |
| 23 | + |
| 24 | +* Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by@Viicos in[#11571](https://github.com/pydantic/pydantic/pull/11571) |
| 25 | +* Fix runtime error when computing model string representation involving cached properties and self-referenced models by@Viicos in[#11579](https://github.com/pydantic/pydantic/pull/11579) |
| 26 | +* Preserve other steps when using the ellipsis in the pipeline API by@Viicos in[#11626](https://github.com/pydantic/pydantic/pull/11626) |
| 27 | +* Fix deferred discriminator application logic by@Viicos in[#11591](https://github.com/pydantic/pydantic/pull/11591) |
| 28 | + |
| 29 | +###New Contributors |
| 30 | + |
| 31 | +*@cmenon12 made their first contribution in[#11562](https://github.com/pydantic/pydantic/pull/11562) |
| 32 | +*@Jeukoh made their first contribution in[#11611](https://github.com/pydantic/pydantic/pull/11611) |
| 33 | + |
1 | 34 | ##v2.11.0b2 (2025-03-17)
|
2 | 35 |
|
3 | 36 | [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.0b2)
|
|