Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update ruby SDK to increase the possible random numbers used for stickiness id #200

Merged

Commits on Sep 19, 2024

  1. fix: update ruby SDK to increase the possible random numbers used for…

    … stickiness id
    
    Same fix as done in some other sdks, such as the node one at
    https://github.com/Unleash/unleash-client-node/pull/417o
    
    Fixes an issue where 1% rollout would not yield any results with
    random rollout for certain group ids
    thomasheartman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9cbab28 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    thomasheartman committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fa1b1f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69ac5c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix: update test

    thomasheartman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9524568 View commit details
    Browse the repository at this point in the history
  2. fix: fix test

    thomasheartman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d6eb6c7 View commit details
    Browse the repository at this point in the history
  3. fix: formatting

    thomasheartman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    47b61f4 View commit details
    Browse the repository at this point in the history