Skip to content

Releases: gitstq/api-bridge

🚀 API-Bridge v1.0.0 - Initial Release

17 May 16:15

Choose a tag to compare

🎉 Initial Release of API-Bridge

API-Bridge is a lightweight, high-performance API gateway that allows you to instantly expose any local service as a REST API with zero configuration.

✨ Key Features

  • 🚀 Zero-Config Proxy: Start proxying services with a single command
  • ⚡ High Performance: Built on FastAPI and Uvicorn
  • 🔐 Built-in Authentication: API key management and JWT support
  • 📊 Observability: Prometheus metrics and real-time monitoring
  • 🔄 Smart Caching: Automatic response caching with TTL
  • ⚖️ Load Balancing: Weighted round-robin backend selection

📦 Installation

pip install api-bridge

🚀 Quick Start

# Start the gateway
api-bridge start

# Proxy a service
api-bridge proxy https://api.example.com --path /api

📖 Documentation

🙏 Acknowledgments

Special thanks to the FastAPI, Uvicorn, and Typer teams for their excellent frameworks.


Full Changelog: https://github.com/gitstq/api-bridge/commits/v1.0.0