Tags: golf-mcp/golf
Tags
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
Release v0.2.8 - Make OAuthProxyConfig scopes_supported optional for intelligent fallback - Enable automatic scope derivation from token verifier when scopes not explicitly specified - scopes_supported field in OAuthProxyConfig now accepts None for intelligent fallback - Maintain backward compatibility for explicit scope configurations - Updated OAuthProxyConfig field type from list[str] to list[str] | None - Removed automatic fallback to empty list in configure_oauth_proxy function - OAuth proxy implementation can now derive scopes from token verifier configuration
Release v0.2.6: OAuth proxy parameter standardization and security im… …provements - Standardized OAuth proxy configuration parameter names - Removed upstream_ prefixes for cleaner API - Updated security documentation - Enhanced OAuth provider configuration clarity - Improved authentication parameter consistency
feat[release]: bump version to 0.2.3 and update security documentation - Update version to 0.2.3 in __init__.py and pyproject.toml - Update SECURITY.md with supported version 0.2.3 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Golf MCP Framework v0.2.2 New Features: - OAuth Proxy support for enterprise users (golf-mcp-enterprise) - OAuthProxyConfig for bridging MCP clients with non-DCR OAuth providers - Support for GitHub, Google, Okta Web Applications and other fixed-credential providers Improvements: - Enhanced authentication provider registry system - Improved error handling for OAuth proxy provider registration - Cleaner build output (removed debug print statements) Security: - Comprehensive OAuth proxy validation and security checks - HTTPS enforcement in production environments - Scope validation and dangerous scope detection - URL validation to prevent SSRF attacks This release requires golf-mcp-enterprise package for OAuth proxy functionality. Contact [email protected] for enterprise licensing.
PreviousNext