Skip to content

v6.6.0

Choose a tag to compare

@alexop1000 alexop1000 released this 07 Apr 16:49
· 9 commits to master since this release

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 Date format Retry-After headers 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 fetchApi to 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-data and text/plain content types in request bodies