Skip to content

0.1.0 Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@bmjen bmjen released this 23 Mar 19:56
· 5 commits to main since this release
ea35709

Conversion into Server SDK:

Feature Changes

  • Client Updated to remove Target
  • Caching implementation updated to get all Feature Configs and Segments.
  • Auth implementation updated to authenticate with Server API Key.
  • Built-in Evaluator
  • Polling implementation
  • Metrics Publishing

Caveats

  • Due to Salesforce limitations, could not use murmur3 hash algorithm to compute Percentage Rollout bucket, so the hashing of targets to variations may differ from other SDKs. Advised to not have mixed usage of SDKs for the same target and flag.
  • Event Streaming is not yet implemented due to limitations of Salesforce environment. Flag and Target updates will be retrieved via the Polling Processor.