Skip to content

Tags: featurit/featurit-sdk-php

Tags

v1.0.1

Toggle v1.0.1's commit message
- Rollback of cache keys for backup_feature_flags and feature_flags t…

…o use underscores instead of : to make them PSR6 compliant.

- Added the API key in the cache key for analytics in order to allow keeping multiple environment cache keys in the same cache.

v1.0.0

Toggle v1.0.0's commit message
- Created the public register() method for Event Tracking.

- Added flexibility to the Cache implementation to allow Redis adapter properly.
- Analytics cache and backup cache now use the same cache implementation than the regular feature flag cache instead of local filesystem.

v0.9.2

Toggle v0.9.2's commit message
Removed automatic person tracking and created a public method to do s…

…o manually.

v0.9.1

Toggle v0.9.1's commit message
Updated the documentation and optimized the event tracking to avoid u…

…nnecessary server calls.

v0.9.0

Toggle v0.9.0's commit message
Added new Event and People Tracking Module.

v0.8.0

Toggle v0.8.0's commit message
Added support for the "Is contained in" string operator.

v0.7.0

Toggle v0.7.0's commit message
Removed dependency from laminas-cache and migrated to symfony/cache

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix to remove analytics cache file from repository

* Fixed a problem with git and a cache file that remained in the repository

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/feature usage analytics module (#1)

First implementation of the Feature Usage Analytics Module.

v0.5.1

Toggle v0.5.1's commit message
Fixed interference between cache and backup on the Cache strategy