Releases: makee-workshop/Huayra
Releases · makee-workshop/Huayra
Huayra v4
Added
- Added graceful server shutdown and startup error handling to improve deployment stability.
- Added an async database initialization command to simplify environment setup.
Changed
- Migrated the frontend to React 18, React Router v6, Redux Toolkit, and Bootstrap 5.
- Replaced the CRA build flow with Vite for faster development and aligned build output.
Fixed
- Removed deprecated UI props and unsupported database options to prevent upgrade-related warnings.
- Improved backend startup flow to avoid partial server states when MongoDB connection fails.
Maintenance
- Upgraded major backend and frontend dependencies, including Express 5, Mongoose 8, Axios, and Reactstrap.
- Refactored database controllers and authentication flows to async/await, reducing maintenance cost.
- Removed unused cookie parsing, legacy CSRF remnants, Grunt packages, and obsolete dependencies.
- Updated README content with clearer project overview, features, and installation guidance.
Huayra v3.5
v3.5 (2020-10-08)
- Update authentication flow for JSON Web Token (JWT).
- Some bug fixes.