Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@khvn26 khvn26 released this 23 Oct 14:00
c454725

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 — use GetFlags providing EvaluationContext.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