v1.4.16
Hotfix: Resolve Migration Issues and Enhance Auth Security
- Fixed broken migration compatibility between older Fleetbase versions and newer setups. This primarily addresses the presence of
model_id
in legacy versions. - Implemented a maximum password length restriction to enhance security.
- Added rate limiting (throttling) to unauthenticated authentication routes to prevent abuse.
- Introduced a new authentication route for verification code validation. This route is used in the frontend for password reset links and other scenarios requiring verification codes.
What's Changed
Full Changelog: v1.4.15...v1.4.16