Skip to content

Releases: featurit/featurit-sdk-symfony

Improved cache injection

17 Jan 17:59

Choose a tag to compare

  • Updated PHP SDK to 1.0.0 to get a more flexible cache injection
  • Added support to inject custom cache implementation from the Symfony project.

Updated featurit-sdk-php to 0.9.2

28 Dec 19:25

Choose a tag to compare

  • Now person tracking is not automatic anymore, fixing the issues with some custom UserContextProviders.

Casting environment variables to their primitive types

27 Dec 11:09

Choose a tag to compare

Casting enable_analytics, enable_tracking, cache_ttl_minutes and send_analytics_interval_minutes
to their primitive values to allow proper .env parsing.

Tracking Module

26 Dec 17:04

Choose a tag to compare

  • Updated featurit-sdk-php to 0.9.1 enabling event and people tracking.
  • Updated Symfony bindings.
  • Updated documentation.

Updated featurit-sdk-php to 0.8.0

26 Sep 12:12

Choose a tag to compare

  • Updated featurit-sdk-php to 0.8.0
  • Removed composer.lock from the repository

PHP 8.2 support

19 Jun 15:34

Choose a tag to compare

  • Added support for php 8.2

Support for Symfony ^6.0

18 Jun 17:58

Choose a tag to compare

  • Added support for Symfony 6.

Feature Usage Analytics Module

12 Jul 15:46

Choose a tag to compare

  • Added the Analytics functionality, allowing users to see the detailed usage of every Feature Flag in their back office on the platform.

Featurit SDK PHP upgrade to 0.5.0

18 Mar 15:20

Choose a tag to compare

  • Updated featurit-sdk-php version to allow using the new setUserContext method
  • Updated README.md

Initial release

18 Mar 15:19

Choose a tag to compare

  • Autowiring for the Featurit client
  • Twig functions to check if a feature is active and its version