Changelog

Stay up to date with the latest changes to the Velora API.

Stay Updated

Get notified when we release new features and updates.

v1.1.0Minor

Chat Mentions, User Badges & Card Messages in SSE

What's New

  • chat.message events now include a mentions array with resolved @mention user data (userId, username, displayName)
  • New GET /api/badges/user/:username endpoint — get a user's badges in any channel (public, no auth required)
  • Card messages (stickers, sounds, celebrations) now emit on the chat.message SSE stream with a card object
  • subscriberMonths now populated in chat.message events (previously was always undefined)
  • Username lookups are now case-insensitive across badge and mention resolution
v1.0.0Major

Developer Platform Launch

What's New

  • Initial release of the Velora Developer Platform
  • OAuth 2.0 authentication with PKCE support
  • RESTful API for streams, users, chat, and subscriptions
  • Real-time webhooks for stream events
  • Developer Dashboard for app management
  • Comprehensive API documentation
You've reached the beginning