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