Releases

This page summarizes new features, improvements, and fixes across Intellitoggle releases.

1. v0.0.18

1.1. Overview

This release focuses on improving authentication reliability, strengthening backend identity enforcement, and refining the CI deployment flow. Administrators and end-users benefit from more stable sign-in behavior, while development workflows gain clearer separation between production and non-production deployment pipelines.

1.2. Highlights

  • More reliable Firebase authentication

  • Improved backend handling of verified user identity

  • Cleaner separation between dev and production backend pipelines

  • Better safeguards around token integrity and user context

1.3. Improvements

  • Updated authentication layer now derives identity strictly from verified Firebase tokens.

  • Backend now consistently receives UID + email with every verified session.

  • Enhanced deployment accuracy with corrected pipeline triggers.

1.4. Fixes

  • Fixed intermittent fallback-identity issues during authentication.

  • Resolved duplicate backend pipeline triggers in GitLab CI.

  • Corrected YAML formatting issues that caused pipeline jobs to skip or misfire.

1.5. Notes

No user action required. Authentication behavior is now more predictable and secure across the platform.

2. v0.0.17

2.1. Overview

This release strengthens quota enforcement, improves analytics stability, and enhances visibility across usage data. It also introduces new comparison tools for admins and refines several UI components to offer a smoother, more informative experience.

2.2. Highlights

  • New server-side quota guardrails

  • Admin-only quota override controls

  • Time-window analytics comparison tools (24h / 7d / 30d)

  • Improved caching for faster workspace usage dashboards

  • Updated export timestamp normalization (UTC)

  • Enhanced sync log diagnostics for developers

2.3. Fixes

  • Corrected minute-delta rounding errors in storage metrics

  • Fixed persistent “sync in progress” indicator on sync failures

  • Resolved mobile overflow issues in usage bars

  • Eliminated rare flash of hidden role-restricted metrics

2.4. Notes

No user action required. Recommended for admins to review the new analytics comparison tools and updated quota enforcement behavior.

3. v0.0.16

3.1. Overview

This release focuses on improved workspace visibility, quota awareness, and performance across admin and analytics dashboards. It also introduces enhanced export capabilities and refined visual cues for user and data synchronization.

3.2. Highlights

  • Workspace quota tracking and alerts

  • New admin audit diff export (CSV + JSON)

  • Role-based dashboard access controls

  • Real-time user sync indicator

  • Faster storage metric refresh and reduced API overhead

  • Developer toggle view for environment comparisons

3.3. Fixes

  • Dashboard rendering issue on large workspaces

  • Occasional duplicate tags in user tables

  • Inconsistent field ordering in exported audit data

3.4. Notes

No database or schema changes. Recommended to verify dashboard quota displays, audit exports, and user sync indicators post-deploy.

4. v0.0.15

4.1. Overview

This release introduces improved user tracking, workspace analytics, and invitation flow refinements. It also enhances dashboard responsiveness and backend audit coverage.

4.2. Highlights

  • Bulk user audit summaries

  • Workspace storage usage analytics

  • Streamlined invitation & onboarding flow

  • Faster user list rendering and dashboard syncs

4.3. Fixes

  • New users not appearing immediately after creation

  • Workspace data sync delays between environments

  • Email consistency issues in invitations

4.4. Notes

No schema or migration changes. Recommended to test new onboarding and analytics flows.

5. v0.0.14

5.1. Overview

Improved admin and user dashboards with enhanced OAuth flows, analytics summaries, and better UI consistency.

5.2. Highlights

  • Enhanced audit logging for settings updates

  • Real-time dashboard refresh control

  • Feature flag analytics summary section

  • Contextual environment tag badges

5.3. Fixes

  • OAuth modal validation issues

  • Dashboard metrics caching delay

  • Flag variation count display

  • Sidebar hover/focus state issues

5.4. Notes

No breaking changes. Purge CDN cache post-deployment to reflect updates.

6. v0.0.13

6.1. Highlights

  • New OAuth setup flow with a dedicated Create OAuth modal for easier client/app creation.

  • Improved feature flag creation and editing experience for both admins and end-users.

  • Stronger validation and clearer feedback on password settings and IP restrictions.

  • Refreshed dashboard tiles and metrics for a cleaner overview.

6.2. Improvements

  • Simplified settings and navigation with clearer labels and layouts.

  • Smarter handling of flag data and normalized tables.

  • CI/CD pipeline and backend dependency touch-ups for smoother builds.

6.3. Fixes

  • Resolved intermittent form validation issues.

  • Fixed layout inconsistencies in navigation.

  • Cleaned up minor copy and placeholder issues on login/registration screens.

6.4. Notes

  • No breaking changes or database migrations.

  • If you use a CDN for static assets, clear the cache to ensure new OAuth and settings screens load correctly.

7. v0.0.12

7.1. Highlights

  • Added new image assets for enterprise integrations.

  • Better handling of missing/invalid assets during builds.

7.2. Improvements

  • Updated integrations UI with correct assets and improved structure.

  • Smoothed build pipeline alignment with Nuxt/Vue outputs.

7.3. Fixes

  • Removed incorrect/legacy asset references causing build errors.

8. v0.0.11

8.1. Highlights

  • Integrated Stripe API for billing with automatic customer lookup by email.

  • New safeguards for sandbox environments: safer default values, variation generation, and JSON validation.

8.2. Improvements

  • Renamed and standardized flag fields for consistency (variationsflag_variations).

  • Refined billing service initialization for better maintainability.

8.3. Fixes

  • Removed deprecated demo user generation logic.

8.4. Notes

  • Strengthened billing flows and flag handling consistency across the platform.

9. v0.0.10

9.1. Highlights

  • UI cleanup in user management dashboard.

  • Documentation improvements for authentication flows.

  • Additional production URL added to application allowlist.

9.2. Fixes

  • Removed unused imports and CSS for leaner builds.

9.3. Notes

  • This release finalizes the transition from early pre-release (0.0.1-pre) to stable builds.

10. v0.0.1

Initial pre-release of Intellitoggle. Introduced the feature flag platform with core functionality and OpenFeature provider integration.