v0.6.0
What's Changed
Added
- Normalize error paths in validation pipeline (#104)
- Support broader return types in response serialization (#102)
- Cache
TypeAdapterat decoration time to avoid per-request allocation (#101) - Golden snapshot tests for error response shapes (400/422/500) (#109)
- Docs-runtime sync verification for README examples (#110)
Changed
- Unified CI/CD workflow configurations
- Renamed publish environment from
productiontorelease - Use standard
pypienvironment name for Trusted Publisher - Updated README with Azure Functions Python DX Toolkit branding
- GitHub Actions dependency bumps:
anchore/sbom-actionv0.23→v0.24,codecov/codecov-actionv5→v6,github/codeql-actionv4.33→v4.34,ruffv0.15.7→v0.15.8
Full Changelog: v0.5.7...v0.6.0