You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add logic to handle subscriptions in trial (#4404) (c10e012)
build: Use a pre-created user for the frontend image (#4394) (45ce495)
casting issue in FE logic for delete attribute (#4398) (cbe0a0c)
models/featureevaluationraw: Add index on crated_at (#4405) (1f90900)
Notes
This release adds a new index to the app_analytics_featureevaluationraw table for performance improvements. The migration to add this index may take some time in environments that have large amounts of data stored in that table (i.e. environments which heavily use flag analytics and have postgres analytics enabled). If required, one can reduce the time of the deployment process (which would usually run the migration) by creating the index manually beforehand. See here for the SQL to create the index.