Releases: Badacord/rocontrol-sdk
Releases · Badacord/rocontrol-sdk
Release list
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1 — shared Wally realm
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
- @gh-Constant made their first contribution in #1
Full Changelog: v0.1.0...v0.2.1
v0.2.0
v0.1.0 — RoControl Roblox SDK
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
reportEventwith 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