Ff4j Versions Save

Feature Flags for Java made easy

2.0.0

1 year ago
  • Update to jdk17, preparing for spring boot 3

1.9

1 year ago

This is the release version 1.9 of FF4j

Release notes:

  • Fix CVE-2022-44262 as describe with #624 and #646
  • Fix #611 - Requiring DynamoDB configuration to be set via properties
  • Fix #548 - Issue with Spring Boot 2.6.4 and Thymeleaf 3.0.15
  • Fix #570 - Vulnerabilities with "old" console
  • Fix #531 - Removing confirmation bloc on the user interface
  • Fix #520 - Update bootstrap version
  • Numerous (dozens) updates of versions dependencies

1.8.11

3 years ago

1.8.9

3 years ago

1.8.7

3 years ago
  • Introduce Chinese language support.
  • Support Yaml and properties

1.8.6

4 years ago

Fixes:

  • Delegate isAllowed to AuthorizationManager (#386)
  • Remove event duplication in AOP (#409)
  • Fix Redis repositories keys and audit (#399)
  • Fix Date Picker in Web Console (#338)

Evolutions

  • Adding Audit for MongoDB and AWS DocumentDB (#359)
  • Support security for Apache Shiro (#393)
  • (beta) Allow inheritance in Flipping Execution Context (#354)
  • Adding Arabic language in the console
  • Fixing encoding issues in the console

Working Sample Codes

1.8.5

4 years ago

Release Note:

 - Fixed FF4j version null leading to invalid REST API
 - Move Web Console to Thymeleaf3 (templates, modals, resolver) - full compliant Spring Boot 2
 - Integration of latest DB in docs (arrango, aws, dynamo, couchdb)
 - Reimplementation of store-elastic compliant with Elastic 6+
 - Provide dashboard for kibana
 - Fixing AOP issue
 - Fixing language issues and minor UI improvements

1.7.1

6 years ago

#285 AlterBean is not required anymore, will do nothing and return null #286 Enable external classLoader for FlippingStrategy #284 Fixed with 286

1.7

6 years ago

Evolutions #265 New FeatureStores and PropertyStores : Couchbase

Bug Fixes #238 : ff4j_audit table column size issue #239 : FlippingStrategy implementations as static nested classes can't be instantiated #241 : Dependency Apache Standard Taglibs 1.1.2 - Arbitrary code execution #249 : Elastic store retrives only 10 feature max even where there are more than 10 features #250 : SpringFox docket group name is default - causing conflicts with other modules #255 : JdbcFeatureStore update() executes commits regardless of autocommit #262 : SQL exception when updating feature with JdbcFeature store #264 : FF4J Security problem #271 : Ordering Exception Handler in SpringBoot #267 : Auditing not working when using FeatureStoreHttp #268 : Feature auto create not working using jsp tag library - multiple issues

1.6.5

6 years ago

Release Note:

Bug Fix:

  • #232 - Upgrade Spring/LogBack
  • #230 - Remove semi colon in request
  • #225 - Jdbc FeatureStore with new commits
  • #229 - @Property is not autowired anytime

News :

  • New Store HBASE
  • New store Consul
  • New Store Ignite
  • New constructor in MongoDB
  • Enhancements to enable the jhipster-generator-ff4j