harness / ff-ruby-server-sdk

Ruby Server SDK for integrating with Harness Feature Flag service.
https://www.harness.io/
Apache License 2.0
3 stars 5 forks source link

FFM-9804 Fix percentage rollout prefix #31

Closed erdirowlands closed 1 year ago

erdirowlands commented 1 year ago

What

Updates percentage rollout prefix to align with other SDKs.

Why

The prefix is backwards in this SDK, and Ruby, compared to our other SDKs.

Testing

Manual - compared hash for given target with Golang SDK

erdirowlands commented 1 year ago

looks good, note we'll need to increment the main version number and add a note to the release notes, just so any existing customers know what buckets may shift

Cheers @andybharness will do that now, note I just changed the base to main-v2 there in case we need to get bug fixes in to main in the meantime. Once we are ready to release, we can merge main-v2 back