Releases: jpwahle/cs-insights-backend
Releases · jpwahle/cs-insights-backend
v0.22.0
🚀 Features
- 💲 Add caching mechanism for frontend routes
v0.21.0
🚀 Features
- 📊 Add status from prediction endpoint
- 🔑 Cleanup envs and load secrets with docker secrets
🐛 Fixes
- 🐳 TypeScript checks in commit pipeline do not match checks in docker-compose
- 🐳 Update Dockerfile for release stage
v0.13.0
🚀 Features
- perf(Filters): Add indexes to all filter fields for blazing fast filt…
v0.12.0
🐛 Fixes
- perf(/papers/quartiles): Significantly improve performance of quartil… … c1d065d …es database query (60s => 3s)
v0.11.0
🧪 Tests
- Add org. name to GitHub registry push
v0.9.0
🚀 Features
- Add paper endpoints
- Add filters
- Allow multiple values for author and venue filter
- Update schemas
- Add remaining filters
- Add more endpoints
🐛 Fixes
- Update data format of stats endpoint
- Update regex for author matching
- Custom sort order for paged endpoints
- Add default values for missing entries
- Fix docker compose
v0.4.1
🐛 Fixes
- Remove volume from docker-compose #patch
v0.4.0
🐛 Fixes
- Expose correct port in docker-compose.yml #minor
v0.3.0
🐛 Fixes
- Update access token and push action