Skip to content

Releases: gita/bhagavad-gita-api

bhagavad-gita-api 2.0.2

24 Jul 02:24
7901512
Compare
Choose a tag to compare

✨ Made all endpoint functions async.
✨ Disabled GraphQL endpoints since we have created a separate GraphQL API project in this repo.

bhagavad-gita-api 2.0.1

19 Jul 04:09
d333cd5
Compare
Choose a tag to compare

Features

✨ Add docker-compose files for running the API as a docker container on the local machine as well as for deploying the API in production along with custom domain and SSL.
✨ Add composite indices to the sqlalchemy models.
✨ add verse_order and slug fields to the schemas.

Fixes

🐛 Optimize data insert scripts and delete reference scripts.
🐛 Optimize GraphQL queries.