Skip to content

Releases: open-feature/spec

v0.8.0

11 Mar 16:11
1513e9a
Compare
Choose a tag to compare

What's Changed

This spec release contains some minor enhancements for dynamic-context (server) SDK implementations, and significant changes and enhancements for static-context (client) SDK implementations. It also contains the first draft of the OFREP (OpenFeature Remote Evaluation Protocol).

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 Sep 13:53
a0b3777
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 May 16:27
bf9e45b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.6.0

v0.5.2

12 Jan 17:28
7ed7442
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

Release v0.5.1

17 Oct 15:21
c179236
Compare
Choose a tag to compare

v0.5.1 (2022-10-17)

What's Changed

  • #139 Added additional document statuses
  • #148 Added status badges to the document status description page
  • #149 Clarified section boundaries and set hardening statuses on the API and provider sections

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

27 Sep 16:57
f74a8d9
Compare
Choose a tag to compare

v0.5.0 (2022-09-27)

What's Changed

⚠ BREAKING CHANGES

  • #142 Error codes must be a constrained set of values (e.g. enum).

Additional changes

  • #140 Clarify that reason must be a string in the flag resolution details and evaluation details.
  • #142 Add optional error message to flag resolution details.

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

25 Aug 14:29
3fcb856
Compare
Choose a tag to compare

v0.4.0 (2022-08-25)

Providers

⚠ BREAKING CHANGES

  • #129 - Removed EvaluationOptions from FeatureProvider method signatures

Full Changelog: v0.3.1...v0.4.0

Release v0.3.1

15 Aug 17:36
186741e
Compare
Choose a tag to compare

v0.3.1 (2022-08-15)

Evaluation Context

  • #122 - Consolidate evaluation context merge order in the spec

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Aug 13:17
3da57e4
Compare
Choose a tag to compare

v0.3.0 (2022-08-11)

Providers

  • #129 - Remove context transformation

Hooks

  • #125 - Define context merging order for before hooks

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

05 Aug 19:18
0b272d5
Compare
Choose a tag to compare

v0.2.0 (2022-08-05)

Flag Evaluation API

  • #116 - Have different methods for float and int

Providers

  • #119 - Remove context transformers. Add provider hooks

Evaluation Context

  • #117 - Define context merging behavior
  • #120 - Add requirement for fetching all custom fields
  • #121 - Evaluation context keys must be unique

Hooks

  • #119 - Define provider hook order

Full Changelog: v0.1.0...v0.2.0