Skip to content

Latest commit

 

History

History
326 lines (147 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

326 lines (147 loc) · 20.8 KB

Changelog

0.2.3 (2025-02-10)

✨ New Features

  • gofeatureflag: Support exporterMetadata in evaluation API (#621) (ec4421e)

0.2.2 (2025-01-23)

✨ New Features

📚 Documentation

0.2.1 (2024-09-10)

🐛 Bug Fixes

  • Calling err.Error() on nil error causes panic (#579) (4c85501)

🧹 Chore

0.2.0 (2024-08-14)

⚠ BREAKING CHANGES

  • go-feature-flag: GO Feature Flag provider rebuild (#547)

✨ New Features

  • go-feature-flag: GO Feature Flag provider rebuild (#547) (6d77738)

0.1.38 (2024-07-30)

✨ New Features

  • fo-feature-flag: add DisableCacheMetrics to disable metrics collector (#542) (163aacf)

0.1.37 (2024-05-25)

🧹 Chore

  • deps: update dependency go to v1.22.3 (#500) (54e6bd8)

0.1.36 (2024-04-24)

🐛 Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.11.0 (#501) (3f0eaa5)

0.1.35 (2024-04-12)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.25.0 (#502) (9e6366c)

0.1.34 (2024-04-05)

🐛 Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.10.0 (#469) (21810af)
  • deps: update module github.com/stretchr/testify to v1.9.0 (#470) (5263567)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.24.0 (#472) (dfd254e)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.24.2 (#485) (eb092d4)

0.1.33 (2024-01-23)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.21.0 (#424) (37d1958)

0.1.32 (2023-12-12)

🧹 Chore

0.1.31 (2023-11-17)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.18.1 (#367) (74d5be6)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.18.2 (#386) (b819ad9)

0.1.30 (2023-10-19)

🐛 Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.8.0 (#329) (c99b527)

0.1.29 (2023-10-04)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.15.2 (#343) (847330f)

0.1.28 (2023-09-05)

🐛 Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.7.0 (#315) (3f049ad)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.15.1 (#319) (818fae8)

0.1.27 (2023-08-21)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.14.1 (#309) (1ae0ffa)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.15.0 (#316) (58713dd)

0.1.26 (2023-08-03)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.14.0 (#305) (551e8c0)

0.1.25 (2023-08-02)

🐛 Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.6.0 (#289) (13eeb48)

0.1.24 (2023-08-02)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.13.0 (#290) (71efa79)
  • go-feature-flag sdk - cache key (#282) (4b28f1c)

0.1.23 (2023-07-21)

🐛 Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.5.1 (#263) (c75ffd6)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.12.1 (#269) (c33e306)
  • lint correction on tests (#276) (b972274)

0.1.22 (2023-07-03)

🧹 Chore

  • Stop using userBuilder to use evaluationContext instead (#255) (3000469)

0.1.21 (2023-06-27)

✨ New Features

  • Return CACHED reason when using cache (#250) (1043924)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.12.0 (#252) (ae90007)

0.1.20 (2023-06-09)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.11.0 (#238) (116ab72)

0.1.19 (2023-05-31)

🐛 Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.8.4 (#229) (d75b066)

0.1.18 (2023-05-29)

🧹 Chore

  • update module github.com/open-feature/go-sdk to v1.4.0 (#223) (7c8ea46)

0.1.17 (2023-05-25)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.10.4 (#220) (dddc5f4)

0.1.16 (2023-05-19)

🐛 Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.8.3 (#213) (4282bbe)

0.1.15 (2023-05-15)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.10.3 (#210) (e59cf55)

0.1.14 (2023-05-10)

✨ New Features

  • (GO Feature Flag provider) introducing cache in the provider (#181) (62f0821)

0.1.13 (2023-05-09)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.10.2 (#196) (f23f371)

0.1.12 (2023-05-03)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.10.1 (#190) (8f4de16)

0.1.11 (2023-04-28)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.10.0 (#187) (8f940f3)

0.1.10 (2023-04-26)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.9.1 (#182) (a3df498)

0.1.9 (2023-04-19)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.8.0 (#171) (34afb69)

0.1.8 (2023-04-07)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.7.0 (#164) (cfe726d)

0.1.7 (2023-04-07)

✨ New Features

  • Support apiKey for GO Feature Flag relay proxy v1.7.0 (#166) (9836b5f)

0.1.6 (2023-03-24)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.6.0 (#154) (d9293a5)
  • rename default variation to keep consistency (#155) (ac5dbaa)

0.1.5 (2023-03-21)

🐛 Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.4.0 (#124) (9fc4dca)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.5.1 (#152) (99b96a7)

0.1.4 (2023-02-21)

Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.2.0 (#103) (eedb577)
  • deps: update module github.com/thomaspoignant/go-feature-flag to v1.2.2 (#105) (aee48a7)

0.1.3 (2023-02-03)

Features

  • Update provider to be compatible with GO Feature Flag v1.0.0 (#102) (77bf37d)

0.1.2 (2023-01-31)

Bug Fixes

  • deps: update module github.com/open-feature/go-sdk to v1.1.0 (#91) (35f39f8)

0.1.1 (2023-01-07)

Bug Fixes

  • deps: update module github.com/thomaspoignant/go-feature-flag to v0.28.2 (#71) (9435118)