Skip to content

0.11.0-alpha

Choose a tag to compare

@zamaniamin zamaniamin released this 15 Nov 18:13
· 7 commits to main since this release

This release introduces several enhancements and fixes to improve the functionality and deployment of the FastAPI project.

Changes:

  1. Environment Variables:

    • Added .env file to store sensitive data.
    • Included a .env.template file providing guidance on how to use the .env file.
  2. Email Service:

    • Integrated an email service in the core app using Python's smtplib for sending emails.
  3. Media Links:

    • Fixed base URL in media links.
  4. Media Directory:

    • Created a media directory upon app launch.
  5. GitHub Workflow:

    • Added GitHub Actions workflow for automatic deployment on push to the main branch.
  6. Passenger WSGI:

    • Integrated passenger_wsgi for improved deployment.
  7. CORS Middleware:

    • Added CORSMiddleware for Cross-Origin Resource Sharing.
  8. Readme Update:

    • Updated the readme file for better documentation.
  9. 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.