You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.2.16
- Fixed function docstring prioritization over module docstrings
- Improved absolute imports handling for root files
- Enhanced error messages for missing docstrings
- Updated test suite to reflect recent improvements
Release v0.2.12 - Remove Golf platform integration
- Remove platform registration system and related endpoints
- Remove platform-specific authentication and telemetry auto-configuration
- Simplify OpenTelemetry configuration to use standard environment variables
- Remove platform-related test cases and documentation
- Clean up CLI references and branding for platform features
Release v0.2.11
- Fix health and readiness endpoints returning dict objects instead of Response objects
- Automatically wrap dictionary returns from custom health/readiness functions in JSONResponse
- Maintain backward compatibility while allowing full Response object control
- Update test assertions to match new endpoint generation format