Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: optimizely/javascript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 760c72b
Choose a base ref
...
head repository: optimizely/javascript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 51438cf
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 5, 2025

  1. [FSSDK-10000] update README.md (#1069)

    - add section about closing the instance properly
    - add warning about memory leak if not closed
    - other improvements
    raju-opti authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    5ee0dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    b73e364 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. [FSSDK-11132] make entity validation configurable in bucketer (#1071)

    * [FSSDK-11132] make entity validation configurable in bucketer
    
    for cmab, we are using a dummy entityId which is not a real
    variation id. We need to skip entity validation for cmab experiments.
    raju-opti authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    41fed0d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. [FSSDK-11638] cleanups in event processing (#1073)

    ## Summary
    - remove redundant functions
    - small update in batch event processor eventStoreInCount maintenance logic
    raju-opti authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    7885261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7b62d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. [FSSDK-11526] parse holdout from datafile into project config (#1074)

    * [FSSDK-11526] parse holdout from datafile into project config
    
    also add getHoldoutsForFlag() function
    raju-opti authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    51438cf View commit details
    Browse the repository at this point in the history
Loading