v1.0.0
Initial Release
We’re excited to announce the first stable release of EngageFabric!Features
- Player Management: Complete player lifecycle with XP, levels, currencies, and lives
- Rules Engine: Event-driven automation with 8 condition types and 10 action types
- Quests & Adventures: Multi-step quests with progress tracking and seasonal adventures
- Leaderboards: Real-time rankings with Redis-powered sorted sets
- Lobbies & Chat: Multiplayer lobby management with real-time chat
- WebSocket Gateway: Live updates for all player state changes
- Admin Console: Full-featured dashboard for configuration and analytics
- JavaScript SDK:
@engagefabric/sdkfor easy integration - React Components:
@engagefabric/reactpre-built UI components
API Endpoints
- Authentication (login, register, API keys)
- Players (CRUD, identify, XP/currency management)
- Events (track, batch tracking)
- Quests (list, progress, completion)
- Adventures (list, unlock, progress)
- Leaderboards (rankings, updates)
- Lobbies (create, join, leave, ready)
- Chat (messages, moderation)
Documentation
- Comprehensive API reference
- Getting started guides
- Concept explanations
- SDK documentation
Subscribe to Updates
Release Notifications
Subscribe to receive email notifications when we release new versions
Versioning Policy
EngageFabric follows Semantic Versioning:- Major (X.0.0): Breaking changes requiring migration
- Minor (0.X.0): New features, backward compatible
- Patch (0.0.X): Bug fixes, backward compatible
Deprecation Policy
- Deprecated features are announced at least 6 months before removal
- Deprecated endpoints return
X-Deprecated: trueheader - Migration guides are provided for all breaking changes