Skip to content

Releases: thomaspoignant/go-feature-flag

v1.0.0-rc.3

06 Jan 18:35
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

v1.0.0-rc.2

06 Jan 18:04
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

v1.0.0-rc.1

06 Jan 17:28
997cf8d
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

This is the first release candidate for GO Feature Flag v1.0.0.
We are looking for beta tester.

Please give us feedback at [email protected].

What's Changed

New Contributors

Full Changelog: v0.28.2...v1.0.0-rc.1

v0.28.2

29 Dec 12:52
f885050
Compare
Choose a tag to compare

What's Changed

Fix

Dependencies

Full Changelog: v0.28.1...v0.28.2

v1.0.0-beta.3

14 Oct 11:56
620ff07
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

v1.0.0-beta.3

What's Changed

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

12 Oct 13:59
e404d17
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

v1.0.0-beta.2

This second beta is fully working with the new flag format.
If you want more info about the format, you can look at the doc for this beta.

All feedback are welcome if you try the version.
Remember that this version is compatible with the previous flag format.

What's Changed

Full Changelog: v0.28.1...v1.0.0-beta.2

v0.28.1

05 Oct 07:27
47bc6fa
Compare
Choose a tag to compare

What's Changed

Bug fixes

Changes

Dependencies

New Contributors

Full Changelog: v0.28.0...v0.28.1

v0.28.0

22 Sep 08:16
b1f6f08
Compare
Choose a tag to compare

What's Changed

Changes

Dependencies

  • Bump github.com/aws/aws-sdk-go from 1.44.88 to 1.44.89 by @dependabot in #327
  • Bump github.com/aws/aws-sdk-go from 1.44.89 to 1.44.90 by @dependabot in #328
  • Bump github.com/aws/aws-sdk-go from 1.44.90 to 1.44.91 by @dependabot in #329
  • Bump github.com/fsouza/fake-gcs-server from 1.39.0 to 1.40.1 by @dependabot in #331
  • Bump google.golang.org/api from 0.94.0 to 0.95.0 by @dependabot in #332
  • Bump github.com/aws/aws-sdk-go from 1.44.91 to 1.44.92 by @dependabot in #333
  • Bump github.com/aws/aws-sdk-go from 1.44.92 to 1.44.93 by @dependabot in #334
  • Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #335
  • Bump github.com/aws/aws-sdk-go from 1.44.93 to 1.44.94 by @dependabot in #336
  • Bump github.com/aws/aws-sdk-go from 1.44.94 to 1.44.95 by @dependabot in #337
  • Bump github.com/aws/aws-sdk-go from 1.44.95 to 1.44.96 by @dependabot in #338
  • Bump github.com/aws/aws-sdk-go from 1.44.96 to 1.44.97 by @dependabot in #339
  • Bump github.com/aws/aws-sdk-go from 1.44.97 to 1.44.98 by @dependabot in #340
  • Bump google.golang.org/api from 0.95.0 to 0.96.0 by @dependabot in #341
  • Bump github.com/aws/aws-sdk-go from 1.44.98 to 1.44.99 by @dependabot in #342
  • Bump github.com/aws/aws-sdk-go from 1.44.99 to 1.44.100 by @dependabot in #343
  • Bump k8s.io/client-go from 0.25.0 to 0.25.1 by @dependabot in #344

New Contributors

Full Changelog: v0.27.2...v0.28.0

v0.27.2

31 Aug 15:23
51bb4ff
Compare
Choose a tag to compare

v0.27.2

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.27.2

v1.0.0-beta.1

09 Aug 21:53
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

v1.0.0-beta.1

This is the first beta of go-feature-flag v1.0.0.

The most significant change for this version is to support a more advanced flag format in your configuration.

Why?

Because the format was too basic and was not allowing complex flag configuration.

What should I change?

Nothing, for now, we are 100% compatible with the old flag format, but I encourage you to migrate.

We still encourage you to migrate the way you are writing the flag to the new format, by checking #275 to see how the new format look like.

Feedback

Please send us all your feedback at [email protected] or in slack.