Skip to content

1.6.4

Compare
Choose a tag to compare
@clun clun released this 01 May 00:11
· 771 commits to main since this release

This release provides bug fixing for webConsole, cache management and evolutions for redis stores and Spring JDBC Stores.

IMPORTANT: BREAKING CHANGES in Redis stores, please be sure to execute the migration script before updating the library.

Evolutions:

#177 : (PR #222 by@shridharns)

  • As the KEYS operations in Redis is slow (full scan in O(n) ) we had to create a new key named FF4J_FEATURE_MAP that stands as a dictionary to access others. To init this new key please execute the following SCRIPT
  • Provides the implementation of EventRepository to store audit in REDIS.

#217 : Provides the implementation of EventRepository to store audit in any RDBMS with Spring JDBC.

Bugs and fixes

#199 : Correction in web console when editing custom properties of a Feature.

#218 : Solve issues when clearing cache if audit is enabled

#221 : Invalid UI images in some cases (changing cache manager from In-Memory to InMemory)

#223 : Is backing store failed the cache is immediately cleared where it shouldn'the