Deprecations
A new GetFlags
interface has been added. It accepts an EvaluationContext
struct that you can use to specify an identity and/or traits to use for evaluation, and whether they should be transient.
The following methods are deprecated in favour of GetFlags
and will be removed by the next major release:
GetIdentityFlags
— useGetFlags
providingEvaluationContext.Identity
instead.GetEnvironmentFlags
.
What's Changed
- feat!: Support transient identities and traits by @khvn26 in #133
- Add direct link to golang SDK docs in README by @rolodato in #141
New Contributors
Full Changelog: v3.7.0...v4.0.0