Releases: harness/ff-java-server-sdk
Releases · harness/ff-java-server-sdk
1.1.2
- Bug fixed for notifying consumers
- Improved logging
- Backward compatibility with 1.0.3
- initialize(final String apiKey, final Config config) deprecated use initialize(final String apiKey, final BaseConfig config)
- CfClient(@nonnull final String sdkKey, final Config options) deprecated use CfClient(@nonnull final String sdkKey, final BaseConfig options)
1.1.1
- When flag is being modified in JSON file, watcher service is not responding immediately.
1.1.0
- Major code refactoring
- Ability to listen on events (READY, CHANGE, FAILED)
- waitForInitialization - synchronous initialization, waiting for all processors to be ready
- Now you can work with more SDK keys using constructors
- Singleton implemented
- Now we can use connectors and currently implemented are Harness and Local. Local is used only in development of your project or testing. Customized connectors can be easily implemented using Connector interface
- Storage support for asynchronous initialization or offline usage. For the moment we have one FileMapStore but you can create your own storage class by implementing Storage interface
1.0.7
1.0.6
1.0.5
1.0.4
Segment custom rules will be evaluated for flags directly added
Fix an issue where enabling debug breaks the analytics service, and stops the SDK from shutting down correctly