Releases: gnss-lab/API-Gateway
Releases · gnss-lab/API-Gateway
0.3.1-SMAPSHOT
🔄 Changes
- Update to CORS Policy
The CORS policy has been updated. Instead of the built-in CORSMiddleware in FastAPI, custom CORS is now used which only allows interaction with port 9000.
0.3.0-SNAPSHOT
🚀 Features
- Added Docker Compose
A Docker Compose file has been implemented for easy container deployment. - CORS policy
A CORS policy has been added using CORSMiddleware to enable API interaction with the frontend.
0.2.0-SNAPSHOT
🗑️ Remove
- Deletion of microservice routers
Unnecessary files were removed in an attempt to manually add microservices.
0.1.0-SNAPSHOT
🚀 Features
-
Add fastapi_gateway_auto_generate
The library for managing microservices has been added -
Docker file
A Docker deployment file has been implemented.