Releases: avantifellows/plio-backend
Releases · avantifellows/plio-backend
Weekly release for May
Features
- Fetching access token for
plio-analytics
through Auth0 - Pagination support for the list of all plios
- Support for searching a given query in the list of all plios
- New endpoint for downloading the CSV dump for a plio
Bugs
- #155 the defaults for when no organization header is passed was inconsistent with empty organization header
Deletions
- Removed the endpoint for returning the number of unique users per plio
v0.1.1 - Weekly release for May
Features
- support for websockets to trigger events from the server to the frontend
- auto-refreshing auth tokens and logging users out when refresh token expires
- updates the badges in the README for staging and production deployment
Miscellaneous
- All the plios have been ported from S3 to the new DB
v0.1
This is the first minor version release for the Plio backend 🎉. This release involves:
- New database structure in place.
- Multi-tenant application architecture with single-tenant multiple-schema database.
- REST API fully functional with Redoc docs
- Dockerization of the project and installation steps updated
- AWS ECS Continuous Deployment and deployment steps updated
- Full-fledged authentication
- OTP based authentication using AWS SNS
- Google account based authentication
- Flake8 added to pre-commit checks
- Removed Zappa settings and using
.env
based environment variables handling - Functionalities for users to list, create, view and edit plios.
v0.0.3
This pre-release contains:
- zappa_settings.example.json file added to help set up new environments
- Updates to various markdown files for better installation, deployment and best practices support
v0.0.2
This pre-release contains:
- Removed hardcoding for frontend URL and added to settings.py
- Fixed bug with fetching questions when not in CMS
- Cleanups in env variables
- Fixes for question ordering
v0.0.1
This is the first patch release for Plio-backend.
Changes include:
- Readme cleanups and better installation & deployment guides.
- Requirements.txt is up to date
- Pre-commit feature added
- Question structure updated - changed terminology to items
Elastic Beanstalk -- working config (autodeploy)
Tagging to come back to just in case we want to move back to EB on ALC AWS