Skip to content

Latest commit

 

History

History
238 lines (130 loc) · 12.8 KB

File metadata and controls

238 lines (130 loc) · 12.8 KB

Changelog

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)

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)

1.7.1 (2025-04-04)

Bug Fixes

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

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)

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)

v1.5.2 - 25 Mar 2025

What's Changed

  • fix: Liveness probe performs database queries by @khvn26 in #19

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.5.1...v1.5.2

Changes

v1.5.1 - 25 Mar 2025

What's Changed

  • fix: Rule is asserted in SegmentSerializer when segment is not None by @khvn26 in #18

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.5.0...v1.5.1

Changes

v1.5.0 - 25 Mar 2025

What's Changed

  • feat: Add version_of to rules and conditions serializers by @zachaysan in #11
  • feat: Add healthcheck views + urls, typing, ruff linting, src layout by @khvn26 in #13
  • feat: Prometheus support, core entrypoint, packaging improvements by @khvn26 and @rolodato in #17
  • feat: Add MANAGE_SEGMENT_OVERRIDES permission by @francescolofranco in #14
  • feat: Add Makefile for development setup and installation instructions by @francescolofranco in #15
  • fix: Clarify change request wording by @zachaysan in #10
  • fix: Handle missing condition by @zachaysan in #12
  • fix: self_hosted_data is cached indefinitely by @khvn26 in #16

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.4.2...v1.5.0

Changes

v1.4.2 - 04 Dec 2024

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.4.1...v1.4.2

Changes

v1.4.1 - 04 Dec 2024

What's Changed

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.4.0...v1.4.1

Changes

v1.4.0 - 04 Dec 2024

What's Changed

  • feat(org/permissions): Add org permission constants by @gagantrivedi in #7

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.3.0...v1.4.0

Changes

v1.3.0 - 03 Dec 2024

What's Changed

  • fix: Ensure owning segment matches to parent segment from rule or condition by @zachaysan in #5

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.2.0...v1.3.0

Changes

v1.2.0 - 05 Nov 2024

What's Changed

  • feat(env/perms): add cr related perms to tag_supported_permissions by @gagantrivedi in #6

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.1.0...v1.2.0

Changes

v1.1.0 - 23 Oct 2024

What's Changed

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-common/compare/v1.0.0...v1.1.0

Changes

v1.0.0 - 18 Jul 2024

What's Changed

New Contributors

Full Changelog: https://github.com/Flagsmith/flagsmith-common/commits/v1.0.0

Changes