Skip to content

v5.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 08:54

New features

Add Created by userId to "features" and "events"

Opt-in scheduling of data migrations that iterates on a 15 minute timer resolving and setting created_by_user_id for events and features. See enableScheduledCreatedByMigration of section server in Configuring Unleash

Improvements

Optimizing Unleash SDK Client Repository for the Frontend API

Refactor the custom repository implementation for an Unleash SDK client to address performance issues associated with handling of feature toggle refreshes.

Support for bearer tokens

API tokens in Authorization header can be prefixed with auth-scheme ("Bearer: "). This allows Security teams to claim compatibility with HTTP standard RFC 9110.

Full log