Skip to content

Releases: yufeikang/raycast_api_proxy

v0.2.1

01 Mar 17:12
Compare
Choose a tag to compare

Fixed

  • Fix Gemini provider empty text issue, fix #61

v0.2.0

27 Feb 13:02
Compare
Choose a tag to compare

Added

  • CLI interface for starting the server (raycast-proxy[cli] command)
  • Automatic SSL certificate generation when running in HTTPS mode
  • Command-line options for customizing server configuration:
    • SSL certificate domain customization
    • Custom certificate/key file paths
    • Host and port configuration
    • Logging level control
  • Optional CLI dependencies install: Install from GitHub Release assets with uv pip install <release-wheel-url>[cli]

Changed

  • Renamed package from app to raycast_proxy for better package naming
  • Restructured project for standard Python packaging
  • Moved certificate generation from scripts to integrated CLI feature

Dependencies

  • Core dependencies remain minimal
  • CLI features (uvicorn, cryptography, mitmproxy) moved to optional cli extras
  • Upgraded all dependencies to latest compatible versions