Skip to content

Releases: alexcardell/openfeature-scala

v0.4.0

21 Sep 17:01
v0.4.0
cefad31
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • The constraint for resolving objects has changed, with a new StructureCodec required. This can be derived from Circe codecs using the Circe module implicits.
  • StructureCodec can be defined explicitly, and requires your variant type to be isomorphic to a Structure, which is Map[String, Boolean | String | Int | Double | Structure]

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Sep 18:02
v0.3.0
6c5042f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.3.0-RC1

15 Sep 16:46
v0.3.0-RC1
c9f30bb
Compare
Choose a tag to compare
v0.3.0-RC1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.1...v0.3.0-RC1

v0.2.1

11 Sep 08:59
v0.2.1
b4e047f
Compare
Choose a tag to compare

A re-publish of v0.2.0 due to Sonatype issues

BREAKING

  • Remove ff4s from artifact names
  • Remove ff4s from package names
    • e.g. io.cardell.ff4s.flipt.* becomes io.cardell.flipt.*

Features

  • Publish OpenFeature SDK
  • Publish OpenFeature Flipt Provider

What's Changed

Full Changelog: v0.1.2...v0.2.1

v0.1.2

10 Sep 16:19
v0.1.2
44750b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.0.2

10 Sep 16:19
v0.0.2
5009247
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.1.0

09 Sep 08:48
v0.1.0
aa154b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1

09 May 21:23
v0.0.1
eba7f17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-alpha1...v0.0.1

v0.0.1-alpha1

09 May 21:22
v0.0.1-alpha1
150d859
Compare
Choose a tag to compare
v0.0.1-alpha1 Pre-release
Pre-release