API Changelog
Track breaking changes and version updates to the Ever Gauzy API.
Versioning Policyโ
The Ever Gauzy API follows semantic versioning. Breaking changes are documented here and announced in release notes.
Latest Changesโ
v0.x โ v1.0 (Upcoming)โ
Breaking Changes:
- Relation whitelisting enforced on all public endpoints
- UUID validation added to all ID parameters
- Deprecated
findOneByIdin favor offindOneByIdString
New Endpoints:
POST /api/auth/email/verify/codeโ email verificationGET /api/daily-planโ daily plansGET /api/organization-sprintโ sprint managementGET /api/commentโ comments systemGET /api/entity-subscriptionโ subscriptionsGET /api/screening-taskโ screening tasks
Deprecated Endpoints:
GET /api/tags/getByNameโ use query filters instead
Security Updatesโ
- Enum-based relation whitelisting on public invoice/estimate endpoints
UUIDValidationPipeapplied to all:idparameters- Rate limiting on authentication endpoints
Migration Guideโ
When upgrading between major versions:
- Review breaking changes above
- Update API client calls
- Test with new validation rules
- Check deprecated endpoint usage
Related Pagesโ
- API Overview โ API reference
- Error Handling โ error responses
- Release Process โ versioning