Changelog
Track all changes, improvements, and fixes to the Regen Therapy API.
v1.5.0
minorApril 15, 2024
Added
- New webhook events:
inventory.low_stock,inventory.restock - Batch order creation endpoint
/v1/orders/batch - Support for custom metadata on orders and products
- New
expandquery parameter for including related resources
Changed
- Improved rate limiting with per-endpoint limits
- Enhanced error messages with field-level details
- Updated pagination to support cursor-based navigation
Fixed
- Fixed timezone handling in order timestamps
- Resolved issue with inventory sync on order cancellation
v1.4.2
patchMarch 28, 2024
Fixed
- Fixed webhook signature verification for payload encoding
- Resolved race condition in concurrent inventory updates
- Fixed pagination count when using filters
Security
- Updated dependencies to address CVE-2024-xxxx
- Enhanced API key hashing algorithm
v1.4.0
minorMarch 15, 2024
Added
- Commission payout scheduling API
- Support for multiple warehouses in inventory API
- New order status:
ready_for_pickup - Bulk inventory adjustment endpoint
Changed
- Webhook retry policy now uses exponential backoff
- Increased default rate limits for read operations
Deprecated
/v1/inventory/adjustdeprecated in favor of PUT/v1/inventory
v1.3.0
minorFebruary 20, 2024
Added
- Product variants and options support
- Customer management API endpoints
- Order notes and internal comments
- Shipping label generation integration
Changed
- Product response now includes variant information
- Order items include product snapshot at time of order
v1.2.0
minorJanuary 30, 2024
Added
- Webhook endpoint management API
- API key scopes for fine-grained permissions
- Support for test mode API keys
- New event types for commission lifecycle
Changed
- All timestamps now consistently use ISO 8601 format
- Improved request ID format for better tracing
Removed
- Removed deprecated
/v1/legacy/*endpoints
v1.1.0
minorJanuary 10, 2024
Added
- Inventory tracking and management API
- Order fulfillment status updates
- Webhook deliveries history endpoint
- Support for custom order numbers
Fixed
- Fixed decimal precision for currency amounts
- Resolved issue with special characters in product names
v1.0.0
majorJanuary 1, 2024
Added
- Initial public API release
- Products API with full CRUD operations
- Orders API with status management
- Commission tracking and reporting
- Webhook system for event notifications
- API key authentication
- Comprehensive error handling
- Rate limiting with standard headers