Changelog
Stay up-to-date with the latest changes and updates to our API. We recommend reviewing this section regularly to ensure your integration remains compatible and takes advantage of new features.
Version 1.1.0 - 2024-07-24
Added
- New endpoint:
POST /products/{productId}/reviews
for submitting product reviews. - New schema:
Review
object for product reviews. - Added
lastLogin
field to theUser
schema (optional).
Changed
- Updated
GET /users/{userId}
to includeupdatedAt
field in the response. - Increased rate limit for
GET /products
from 50 to 100 requests/minute.
Deprecated
- The
status
field in theOrder
schema is now deprecated. UseorderStatus
instead.
Fixed
- Resolved an issue where
PUT /users/{userId}
would sometimes return a 500 error for invalid email formats.
Version 1.0.0 - 2024-06-15
Initial Release
- Core API endpoints for User Management and Product Catalog.
- Initial schemas for User and Product.
- Basic authentication and rate limiting implemented.