0.11.0-alpha
This release introduces several enhancements and fixes to improve the functionality and deployment of the FastAPI project.
Changes:
-
Environment Variables:
- Added
.envfile to store sensitive data. - Included a
.env.templatefile providing guidance on how to use the.envfile.
- Added
-
Email Service:
- Integrated an email service in the
coreapp using Python'ssmtplibfor sending emails.
- Integrated an email service in the
-
Media Links:
- Fixed base URL in media links.
-
Media Directory:
- Created a media directory upon app launch.
-
GitHub Workflow:
- Added GitHub Actions workflow for automatic deployment on push to the main branch.
-
Passenger WSGI:
- Integrated
passenger_wsgifor improved deployment.
- Integrated
-
CORS Middleware:
- Added
CORSMiddlewarefor Cross-Origin Resource Sharing.
- Added
-
Readme Update:
- Updated the readme file for better documentation.
-
Demo Data:
- Added functionality to create fake users for generating demo data.
Note:
- This release is marked as alpha and may contain features under development. Use with caution in production environments.