-The main difference from 1.x is that it adds the `lduser` package, which provides the `User` and `UserBuilder` types that were formerly in the main package of the Go SDK repository. The user types have been broken out because they represent the standard user property schema used by the whole LaunchDarkly system, and can therefore be used outside of the SDK. Similarly, the new `ldreason` package contains `EvaluationDetail` and `EvaluationReason`, which are used in the SDK but are also part of the standard LaunchDarkly event schema.
0 commit comments