Skip to content

Releases: gnss-lab/API-Gateway

0.3.1-SMAPSHOT

12 May 10:01
Compare
Choose a tag to compare

🔄 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

26 Apr 10:00
Compare
Choose a tag to compare

🚀 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

26 Apr 09:54
Compare
Choose a tag to compare

🗑️ Remove

  • Deletion of microservice routers
    Unnecessary files were removed in an attempt to manually add microservices.

0.1.0-SNAPSHOT

26 Apr 09:49
Compare
Choose a tag to compare

🚀 Features

  • Add fastapi_gateway_auto_generate
    The library for managing microservices has been added

  • Docker file
    A Docker deployment file has been implemented.