Skip to content

v0.6.0

Choose a tag to compare

@yeongseon yeongseon released this 30 Mar 12:55
38e30c6

What's Changed

Added

  • Normalize error paths in validation pipeline (#104)
  • Support broader return types in response serialization (#102)
  • Cache TypeAdapter at 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 production to release
  • Use standard pypi environment name for Trusted Publisher
  • Updated README with Azure Functions Python DX Toolkit branding
  • GitHub Actions dependency bumps: anchore/sbom-action v0.23→v0.24, codecov/codecov-action v5→v6, github/codeql-action v4.33→v4.34, ruff v0.15.7→v0.15.8

Full Changelog: v0.5.7...v0.6.0