Skip to content

v2.133.1

Compare
Choose a tag to compare
@flagsmithdev flagsmithdev released this 30 Jul 09:37
8e2db7c

2.133.1 (2024-07-30)

Bug Fixes

  • 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.