[ RELEASE_STREAM // PRODUCT_CHANGELOG_v1.0 ]

Changelog

Stay up to date with the latest platform features, SDK releases, security updates, and performance improvements shipped by ToggleAI.

v1.4.0FeatureMAJOR RELEASEJuly 19, 2026

Feature Analytics Funnels & Multi-SDK Parity

Full feature parity across all 10 SDKs! Track interaction events, user session queues, adoption funnels, and progressive delivery health metrics in Python, Rust, Dart, Go, Kotlin, Java, and Android Java.

Multi-SDK Feature Parity

Added Progressive Delivery telemetry, interaction tracking, and code reference pushing to Python, Rust, Dart, Go, Kotlin, Java, and Android Java SDKs.

client.trackFeatureInteraction("new-checkout", TrackFeatureInteractionOptions(eventType = "click", eventName = "checkout_btn", userIdentifier = "user_42"))
Feature Analytics & Conversion Funnels

Compute multi-step conversion funnels attributed to feature flag variations with cohort variance snapshots.

CI Scanner CLI Tool (`npx toggleai scan`)

Recursively scan codebases to push static code references and guide stale flag removal.

npx toggleai scan --project=my-app --api-key=pk_live_xxx:sk_live_xxx --dir=./
RELEASED_BY: ToggleAI Engineering#permalink
v1.3.0SecurityJuly 10, 2026

SHA-256 Hash-Chained Audit Logs & GitOps Pipelines

Introduced cryptographic SHA-256 hash-chained audit trails and GitOps pipeline sync with approval gates.

SHA-256 Audit Stream

Every flag toggle or rule modification is cryptographically hashed into an append-only audit stream.

GitOps YAML Synchronization

Declare flag configurations in YAML and sync with GitHub or GitLab repositories with approval gates.

RELEASED_BY: Security & Governance Team#permalink
v1.2.0FeatureJune 25, 2026

A/B Experimentation Engine & Variant Exposure Tracking

Automated conversion tracking, exposure logging, and statistical metrics calculation for running A/B experiments.

Automatic Variant Exposure

Fire-and-forget exposure tracking when users evaluate experiment-backed flags.

Conversion Attribution

Attribute custom revenue and conversion metrics directly to flag variations.

RELEASED_BY: Data Platform Team#permalink
v1.1.0ImprovementJune 05, 2026

Structured Logging & Error Monitoring Buffer

Batched asynchronous log ingestion buffer with exception stack trace capture across TypeScript, React, Python, and Rust SDKs.

Batched Log Buffer

Non-blocking background flush queue with backpressure control.

Exception Capture

Capture application errors with full stack trace contextual tags.

RELEASED_BY: SDK Team#permalink
v1.0.0FeatureMAJOR RELEASEMay 15, 2026

ToggleAI Platform General Availability (GA)

Initial public launch of ToggleAI — zero-latency local in-memory feature flag evaluation, dynamic remote configs, and edge CDN distribution.

Sub-Millisecond Evaluation

In-memory evaluation engine resolving flags locally under 1ms.

Multivariate Rollouts & Kill Switches

Percentage rollouts, targeting rules, user overrides, and instant kill switches.

RELEASED_BY: ToggleAI Core Team#permalink