v6.6.0
Changes since v6.3.0 — includes v6.4.0 through v6.6.0.
6.6.0
Bug Fixes
- Retry logic: Fixed retries only triggering on network errors — now correctly retries on rate limits and server errors (#19)
- Retry-After header: Support
DateformatRetry-Afterheaders in addition to delay-seconds
Maintenance
- Bumped dependency versions
- Updated Roblox API endpoints
6.5.1
Bug Fixes
- OpenCloud PATCH requests: Accept partial body parameters instead of requiring the full object
6.5.0
Bug Fixes
- URL encoding: Path parameters are now URL-encoded to handle special characters in requests
Maintenance
- Updated Roblox API endpoints
6.4.2
Features
- Added new patched endpoints for avatar, friends, games, and item configuration APIs
6.4.1
Bug Fixes
- Enhanced error handling in
fetchApito support multiple error message formats from Roblox - Added back endpoint that Roblox mistakenly removed from their API specs
6.4.0
Features
- Auto-detect integer enum values from endpoint descriptions
- Handle
form-dataandtext/plaincontent types in request bodies