Skip to content

Releases: harness/ff-java-server-sdk

1.1.2

15 Dec 11:47
Compare
Choose a tag to compare
  • 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

26 Nov 15:32
Compare
Choose a tag to compare
  • When flag is being modified in JSON file, watcher service is not responding immediately.

1.1.0

23 Nov 11:51
fc9ee70
Compare
Choose a tag to compare
  • 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

02 Nov 15:54
e0bd988
Compare
Choose a tag to compare
  • Backward compatibility: Being compatible with old SDK versions, old code can still use legacy versions of the "CfClient" class constructor and the "getInstance" methods.

1.0.6

29 Oct 10:10
Compare
Choose a tag to compare
  • Singleton improvements: singleton obtaining and the SDK initialization is improved.
  • Multi-project support: SDK users are now able to use multiple API keys by taking advantage of the CfClient construction class and the main initialization method.

1.0.5

30 Sep 12:01
Compare
Choose a tag to compare

Rules processing for integer and boolean types fixed.

1.0.4

08 Sep 12:19
8595885
Compare
Choose a tag to compare

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

1.0.3

16 Aug 14:27
Compare
Choose a tag to compare
  • Added support for the test wrapper.

1.0.2

05 Aug 11:23
Compare
Choose a tag to compare
  • Small improvements and bug fixes.

1.0.1

28 Jun 09:54
Compare
Choose a tag to compare
  • Small improvements.