Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

1.0.2

Compare
Choose a tag to compare
@drichelson drichelson released this 15 Jun 23:49
· 620 commits to main since this release

Includes these commits:
-Add link to built-in attributes in comments.
-Add check when adding custom attribute with same key as built-in attribute. Fix formatting. Fix null check in user builder.
-Update Javadoc when setting custom attributes for users.
-Added: - Configuration options to set the Jedis pool connection and socket timeouts in the RedisFeatureStore. - Support for 3 modes of RedisFeatureStore local cache behaviour; default evict, refresh and async refresh. - A RedisFeatureStoreBuilder with it's own builder. Deprecated the old constructors for the RedisFeatureStore. - Tests for the RedisFeatureStoreBuilder.
-Added a TestFeatureStore which helps programatically flip flag values on or off with a public API.
-Add a new method allFlags that returns the set of all feature flags for a given user.