Skip to content

Releases: Flagsmith/flagsmith-common

v1.13.0

19 May 20:41
dc7a85c

Choose a tag to compare

1.13.0 (2025-05-19)

CI

Features

  • Separate task processor database (#68) (fd2373e)

v1.12.1

07 May 15:34
8624614

Choose a tag to compare

1.12.1 (2025-05-06)

Bug Fixes

  • metadata-incorrectly-linked-to-entity (#57) (707496d)

v1.12.0

30 Apr 09:50
ecce903

Choose a tag to compare

1.12.0 (2025-04-30)

CI

Features

  • Generate metrics documentation (#65) (c9c4935)
  • test-tools: Add snapshot fixture for snapshot testing (c9c4935)

Bug Fixes

  • tests: clear_lru_caches fixture conflicts with saas_mode/enterprise_mode pytest markers (c9c4935)

v1.11.0

25 Apr 15:22
8872fb8

Choose a tag to compare

1.11.0 (2025-04-25)

CI

Features

  • Add flagsmith healthcheck command (#60) (1eb58f3)
  • Deliver the deployed API version to an HTTP response header (#59) (64037d3)

Bug Fixes

  • tests: Inaccuratefreeze_time for a certain timestamp (#63) (74c73b4)

v1.10.0

22 Apr 08:41
2f9afa3

Choose a tag to compare

1.10.0 (2025-04-22)

Features

  • Ability to log WSGI environ in JSON logs, log_extra utility (#55) (bf48843)

v1.9.0

16 Apr 13:20
053f485

Choose a tag to compare

1.9.0 (2025-04-16)

CI

Features

  • Add flagsmith_http_server_response_size_bytes metric (#49) (8e2b042)
  • task-processor: Add task_type label to task processor metrics (#51) (42f7365)
  • test-tools: SaaS/Enterprise mode markers, update documentation (#53) (9f23a7d)

v1.8.0

07 Apr 12:05
f58ba7e

Choose a tag to compare

1.8.0 (2025-04-07)

Features

  • utils/is_oss: Add a function to check oss deployment mode (#44) (13c2016)

Bug Fixes

  • Trailing slash in default routes, add tests for default routes (#43) (29b3256)

v1.7.1

04 Apr 23:48
4760718

Choose a tag to compare

1.7.1 (2025-04-04)

Bug Fixes

  • Regex url paths used as simple url path values (#41) (ef1842e)

v1.7.0

04 Apr 14:35
655b305

Choose a tag to compare

1.7.0 (2025-04-04)

Features

Bug Fixes

  • PROMETHEUS_MULTIPROC_DIR deleted prematurely (#38) (ca396df)
  • Unnecessary regex path definitions for /metrics, /version, healthcheck routes (#36) (5550108)

v1.6.0

03 Apr 14:23
9bcae1d

Choose a tag to compare

1.6.0 (2025-04-03)

CI

Docs

  • Correct metric tags in README.md (#21) (e5050d5)

Features

Bug Fixes

  • psycopg2 dependency causes building from source (#30) (63a80ac)
  • ci: poetry-lock pre-commit hook is failing in CI (#23) (fe86fb4)
  • ci: Missing release-please manifest (#22) (85aca5a)
  • docs: http_server metrics not correctly documented in README (#32) (16169f8)
  • get_recurringtasks_to_process: Add last_picked_at (#37) (7ac2e3b)
  • test-tools: Registry state is not properly cleared between tests (5ad6414)