Releases: mongodb-labs/full-stack-fastapi-mongodb
Releases · mongodb-labs/full-stack-fastapi-mongodb
2024.01.10
What's New
- Replaced Beanie usage with ODMantic
 - Fixed TOTP login
 - Added Page-Level route authentication
 - Fixed issued with logged in user being unable to access 
/settingspage - Throw errors on every non-ok auth.ts response
 - Fixed Poject Named generation in Footer.tsx
 - Removed unused CORS routes
 - Updated README
- Added QuickStart
 - Added Requirements
 - Added Container URL Information
 
 - Updated docs/
- Placed docker_example.png
 - Removed lingering Nuxt and Beanie references
 - Updated Indexing
 
 
2023.11.10
- Replaced Next/Vue.js frontend framework with entirely React/Redux
 - Replaced Backend native connection of PostgreSQL/SQLAlchemy with MongoDB Motor/Beanie ODM
 - Removed Neo4j plugin
 - Removed Alembic Usage
 - Introduced new cookiecutter environment variables mongodb_uri, and mongo_database
 - Introduced support for Pydantic 2