Changelog

New updates and improvements to Flagstack.

Release

Private Beta Launch

Flagstack is now available in private beta! A Flipper-compatible feature flag platform built for Ruby and Rails teams.

  • Added Feature flag management dashboard with real-time updates
  • Added Multi-environment support (Production, Staging, Development, Personal)
  • Added Full Flipper API compatibility — drop-in replacement for Flipper Cloud
  • Added Boolean, actor, group, and percentage-based targeting
  • Added Audit logging with one-click rollback
View all 10 changes
Feature

Flagstack Ruby Gem v0.1.0

The official Ruby client for Flagstack is now available. Install it and start shipping features with confidence.

  • Added Native Flagstack API: Flagstack.enabled?, Flagstack.enable, Flagstack.disable
  • Added Actor targeting with enable_actor and disable_actor
  • Added Group targeting with registered Flipper groups
  • Added Percentage rollouts for gradual feature releases
  • Added Rails integration via Railtie with auto-configuration
View all 9 changes
Improvement

Documentation

Comprehensive documentation to help you get started with Flagstack quickly.

  • Added Quick Start guide — get running in under 5 minutes
  • Added Installation instructions for Rails applications
  • Added Configuration reference with all available options
  • Added Core concepts: Feature Flags, Environments, Gates, Actors, Groups
  • Added Full REST API reference with authentication details
View all 6 changes