v0.0.14
safing/portmasterv0.0.14Apr 17, 2026by samuelcolvin
AI Summary
Focuses on robustness regarding large files and enhances JSON support for MontyObject.
Key Highlights
- Fixed panic when parsing source file with lines larger than u16::MAX
- Added `ExternalExceptionData`
- Added natural JSON support in `MontyObject`
New Features
- Natural JSON support in MontyObject
- ExternalExceptionData
Full Release Notes
## What's Changed * fix panic when parsing source file with lines larger than u16::MAX by @davidhewitt in https://github.com/pydantic/monty/pull/342 * add `ExternalExceptionData` by @samuelcolvin in https://github.com/pydantic/monty/pull/349 * natural JSON support in `MontyObject` by @samuelcolvin in https://github.com/pydantic/monty/pull/348 **Full Changelog**: https://github.com/pydantic/monty/compare/v0.0.13...v0.0.14