Skip to main content

Changelog

What's New

Feature releases, improvements, and fixes.

Multi-Tenant Feature Flags

Feature flags now support per-tenant overrides with zero-latency evaluation.

  • Tenant-scoped flags: Override any flag at the organization level
  • Entitlement-aware: Flags automatically respect billing tier limits
  • Zero-latency: Flag evaluation happens at the edge, no network round-trip
  • Audit trail: Every flag change is logged with tenant context

Unified Billing & Entitlements

Billing is now fully integrated with the entitlements engine.

  • Usage metering: Track consumption across any dimension
  • Plan-aware features: Gate features by billing tier automatically
  • Subscription lifecycle: Manage upgrades, downgrades, and trials
  • Stripe sync: Two-way sync with your Stripe account

Built-in Observability

Traces, metrics, and logs are now built into every Flux SDK.

  • Auto-instrumentation: Every Flux operation is traced automatically
  • Tenant-aware dashboards: Filter observability data by organization
  • Alert rules: Set alerts on auth failures, billing events, and flag changes
  • OpenTelemetry export: Send data to your existing observability stack

API Key Management

Full lifecycle management for API keys, scoped to exactly the permissions each integration needs.

  • Scoped permissions: Assign per-key permission sets so each integration only accesses what it needs
  • Rotation reminders: Automatic notifications before keys expire, with one-click rotation
  • Usage tracking: Per-key request counts, error rates, and last-used timestamps
  • Rate limiting: Enforce request limits tied to key scope, not just the account tier

Secrets & Config Management

Centralized secrets and configuration that travels with your tenants across every environment.

  • Environment-aware secrets: Separate dev, staging, and prod values with promotion workflows
  • Encrypted at rest: All secrets encrypted with automatic rotation on a configurable schedule
  • Tenant-scoped overrides: Individual tenants can override configuration without touching shared defaults
  • Audit trail: Every read and write to a secret is logged with actor, timestamp, and context

Outgoing Webhooks

Reliable event delivery to your customers’ endpoints, with the observability to know exactly what happened.

  • Reliable delivery: Automatic retries with exponential backoff and configurable max attempts
  • HMAC signatures: Every delivery is signed so receivers can verify the payload is genuine
  • Event filtering: Subscribe each endpoint to only the event types it cares about
  • Delivery logs: Full request/response history with a one-click retry dashboard for failed deliveries

Background Jobs & Cron

Managed job infrastructure that scales with your tenants and keeps failed work recoverable.

  • Priority queues: Multiple priority levels so critical jobs never wait behind bulk workloads
  • Cron scheduling: Define recurring jobs with cron syntax and monitor their health in the dashboard
  • Dead-letter queue: Failed jobs are parked for inspection and manual or automatic replay
  • Tenant context: Every job runs with the originating tenant’s identity and permission scope