|  | 
| 1 | 1 | # Changelog | 
| 2 | 2 | 
 | 
|  | 3 | +## [2.0.0](https://github.com/bucketeer-io/bucketeer/compare/v1.3.0...v2.0.0) (2025-08-27) | 
|  | 4 | + | 
|  | 5 | + | 
|  | 6 | +### ⚠ BREAKING CHANGES | 
|  | 7 | +* This release introduces the new **Bucketeer 2.0 Console**, which replaces the old UI.   | 
|  | 8 | +* Some REST/Proto APIs have been promoted to **Public API**, and may require updated authentication or endpoint usage.   | 
|  | 9 | +* Team and Organization concepts are now generally available; older account management flows have been deprecated.   | 
|  | 10 | + | 
|  | 11 | +### Features | 
|  | 12 | + | 
|  | 13 | +* **New Console UI/UX**: Completely redesigned dashboard for usability, speed, and scalability. ([#1908](https://github.com/bucketeer-io/bucketeer/issues/1908)) | 
|  | 14 | +* **Flag Management at Scale**: Improved list view with search, filters, and bulk management. ([#1600](https://github.com/bucketeer-io/bucketeer/issues/1600)) | 
|  | 15 | +* **Flag Templates**: Added built-in templates for Custom, Release, Kill Switch, and Experiment use cases. ([#1755](https://github.com/bucketeer-io/bucketeer/issues/1755)) | 
|  | 16 | +* **Audience Traffic Allocation**: Support for splitting traffic inside rollout segments (e.g. 5% rollout, 50/50 test group). ([#1800](https://github.com/bucketeer-io/bucketeer/issues/1800)) | 
|  | 17 | +* **Organizations & Team Management**: Create and manage organizations, environments, API keys, members, and roles. ([#1874](https://github.com/bucketeer-io/bucketeer/issues/1874), [#1872](https://github.com/bucketeer-io/bucketeer/issues/1872)) | 
|  | 18 | +* **User Attribute Keys in Rules**: Console now suggests attribute keys automatically from client SDKs. ([#1994](https://github.com/bucketeer-io/bucketeer/issues/1994), [#2054](https://github.com/bucketeer-io/bucketeer/issues/2054)) | 
|  | 19 | +* **Debugger Enhancements**: Debug multiple users and flags, with grouped results and improved insights. ([#1706](https://github.com/bucketeer-io/bucketeer/issues/1706)) | 
|  | 20 | +* **Code References**: Detect and display where flags are referenced in application code. ([#1504](https://github.com/bucketeer-io/bucketeer/issues/1504)) | 
|  | 21 | +* **Scheduled Flag Updates**: Schedule future changes to variations, rules, or enabled state. ([#1591](https://github.com/bucketeer-io/bucketeer/issues/1591)) | 
|  | 22 | +* **Progressive Rollouts & Flag Triggers**: Public APIs and console workflows for gradual rollouts and auto-disable triggers. ([#1526](https://github.com/bucketeer-io/bucketeer/issues/1526), [#1588](https://github.com/bucketeer-io/bucketeer/issues/1588)) | 
|  | 23 | +* **Lite Version**: Added Docker Compose support for easier self-hosted deployments. ([#1836](https://github.com/bucketeer-io/bucketeer/issues/1836)) | 
|  | 24 | +* **Public API**: General availability of programmatic APIs for Flags, Environments, Teams, Goals, Experiments, and more. ([#2084](https://github.com/bucketeer-io/bucketeer/issues/2084), [#2049](https://github.com/bucketeer-io/bucketeer/issues/2049)) | 
|  | 25 | + | 
|  | 26 | +### Bug Fixes | 
|  | 27 | + | 
|  | 28 | +* Fixed various console issues with environment switching, member updates, and experiment rendering.   | 
|  | 29 | +* Resolved Redis/cluster consistency for user attributes.   | 
|  | 30 | +* Fixed Docker Compose build issues on Apple Silicon.   | 
|  | 31 | +* Corrected validation and error handling in REST and Public APIs.   | 
|  | 32 | + | 
|  | 33 | +### Performance Improvements | 
|  | 34 | + | 
|  | 35 | +* Optimized list feature flags query latency.   | 
|  | 36 | +* Added indexes for faster audit log queries.   | 
|  | 37 | +* Improved caching behavior across organizations and environments.  | 
|  | 38 | + | 
| 3 | 39 | ## [1.3.0](https://github.com/bucketeer-io/bucketeer/compare/v1.2.0...v1.3.0) (2025-02-28) | 
| 4 | 40 | 
 | 
| 5 | 41 | 
 | 
|  | 
0 commit comments