Skip to content

Releases: Badacord/rocontrol-sdk

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 24 Jun 23:08

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:46

Full Changelog: v0.2.1...v0.2.2

v0.2.1 — shared Wally realm

Choose a tag to compare

@gh-Constant gh-Constant released this 18 Jun 17:35

Ships RoControl as a shared Wally package so it installs into your normal Packages (ReplicatedStorage.Packages), not a separate ServerPackages spot. Still server-only by use: init() errors on the client; keep your API key in ServerStorage.

[dependencies]
RoControl = "gh-constant/rocontrol-roblox-sdk@0.2.1"

What's Changed

  • Add upcoming-events read API (getUpcomingEvents/getNextEvent), v0.2.0 by @gh-Constant in #1

New Contributors

Full Changelog: v0.1.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:03

Full Changelog: v0.1.0...v0.2.0

v0.1.0 — RoControl Roblox SDK

Choose a tag to compare

@gh-Constant gh-Constant released this 18 Jun 11:08

First public release of the server-only RoControl Roblox SDK.

Install

Wally

[server-dependencies]
RoControl = "gh-constant/rocontrol-roblox-sdk@0.1.0"

Model file — download RoControl.rbxm below, then in Studio:
ServerStorage → Insert from File. Keep it server-only.

What's included

  • Declarative schedules (registerSchedule) with canonical content-hash versioning
  • Imperative reportEvent with cross-server MemoryStore single-flight + local debounce
  • Typed errors, structured logging with secret redaction, retries w/ jitter, circuit breaker, bounded queue
  • Server-only guard; fully typed Luau

Docs: https://badacord.github.io/rocontrol-sdk/