What's new

All notable changes to the Atheryx platform, SDKs, and documentation.

v2.3.0

ReleasedJuly 18, 2026
  • NewAdded hardware blacklist with automatic ban on repeated hwid mismatches.
  • NewNew reseller API endpoint: api/v1.1/keys for programmatic key generation.
  • ImprovementReworked dashboard analytics with per-application usage breakdowns.
  • ImprovementLicense validation response now includes expiry timestamps by default.

v2.2.0

ReleasedJune 22, 2026
  • NewSession rotation: tokens now refresh automatically with every API call.
  • NewAdded tag-based permission checks for fine-grained feature access.
  • ImprovementHWID reset cooldowns are now configurable per plan.
  • Bug FixFixed a race condition in concurrent login attempts from the same account.

v2.1.0

ReleasedMay 9, 2026
  • NewWebhook dispatcher with retries and delivery logs (discord + custom URLs).
  • NewEvent logger now captures init, login, register, and license events.
  • ImprovementSDKs now share a single generated API client across all languages.

v2.0.0

ReleasedMarch 30, 2026
  • NewREST API v1.1 with HMAC request signing and IP whitelisting.
  • NewBcrypt password hashing across all auth flows.
  • ImprovementSessions now expire after 7 days active use or 72 hours of inactivity.
  • Bug FixFixed incorrect error codes on expired licenses (now LIC_EXPIRED).

v1.0.0

Initial releaseJanuary 12, 2026
  • NewAtheryx platform launch with app management, license generation, and user accounts.
  • NewFirst public SDKs for C++, C#, and JavaScript.