v1.2.0
Feature Release December 5, 2024- Added Dynamic environments - automatically create environments for merge requests and branches
- Added Flag scheduling - schedule flags to enable/disable at specific times
- Added Bulk flag operations - enable, disable, or delete multiple flags at once
- Improved Dashboard performance - 50% faster load times for large flag lists
- Fixed SSE reconnection now properly restores state after network interruption
v1.1.0
Feature Release November 15, 2024- Added Flag statistics - track evaluation counts and identify stale flags
- Added Percentage rollouts with sticky assignment
- Added User targeting with attribute rules (email, plan, custom attributes)
- Improved SDK key management with rotation support
- Improved API rate limiting with configurable thresholds
v1.0.0
Major Release October 1, 2024- Added Initial release of Flagit
- Added Boolean and JSON flag types
- Added Project and environment organization
- Added Real-time updates via Server-Sent Events (SSE)
- Added REST API for flag evaluation
- Added Web dashboard for flag management
- Added .NET SDK with local caching
- Added Node.js SDK with TypeScript support