Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

v8.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Mar 21:29
· 2 commits to next since this release
Immutable release. Only release title and notes can be modified.
457ec39

8.0.0 (2026-03-27)

Release notes for v6.2.0 → v8.0.0:


What's Changed

Breaking Changes

  • Migrate methods to RobloxAPIError class — all API errors now throw RobloxAPIError instead of generic errors (#855)
  • Remove buy() — the buy() method has been removed (#867)
  • New versioning system — noblox.js now follows a new versioning policy (#895)

New Features

  • handleJoinRequests() — batch accept/decline group join requests (#880)
  • getGroupPayoutEligibility() — check group payout eligibility (#834)
  • Group ban methods — ban and unban users from groups (#872)
  • UserNotification Cloud API — send user notifications via the Cloud API (#851)

Bug Fixes

  • Fix cache not storing value 0 (#865)
  • Update user block/unblock endpoints (#869)
  • Update user agent per Roblox's request (#870)
  • Final touches of error migration (#873)

Dependencies

  • Bumped undici, handlebars, lodash, minimatch, flatted, picomatch