Skip to content

Releases: harness/ff-proxy

0.9.4

07 Jun 12:21
d324dba
Compare
Choose a tag to compare

What's Changed

  • (FFM-3573) Add config options to disable flag streaming/manage poll interval by @conormurray95 in #60

Full Changelog: 0.9.3...0.9.4

0.9.3

27 May 10:44
e6ba6e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

03 May 12:58
adecfce
Compare
Choose a tag to compare

What's Changed

The Proxy used to log that it had successfully retrieve configuration from feature flags even if it hadn't. It now logs out any errors encountered retrieving configuration and only logs out that it has successfully retrieved configuration if no errors were encountered.

Full Changelog: 0.9.1...0.9.2

0.9.1

28 Apr 19:56
797899e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

14 Apr 18:53
267c52f
Compare
Choose a tag to compare

What's Changed

  • [FFM-2976]: Change the default user for container from root to nobody by @davejohnston in #54

Full Changelog: 0.8.1...0.9.0

0.8.1

31 Mar 15:23
9634e63
Compare
Choose a tag to compare

What's Changed

  • (FFM-2488) Validate api keys env var by @conormurray95 in #52
    This fixes a bug where the Proxy wasn’t forwarding Targets to Feature Flags if client SDKs only initialised the Target with an Identifier and not a Name. This was preventing Targets created in client SDKs from appearing in Feature Flags if you were using the Proxy.

  • FFM-2684 Make target name same as identifier if it's not provided by the client by @jcox250 in #53
    Tightened up validation on required API_KEY environment variable. This was causing the Proxy to exit without useful logging/error messages if required environment variables weren’t provided. Now when you try to start the Proxy without providing a value for the API_KEY environment variable it exits with this message
    2022/03/31 15:57:05 The following configuaration values are required: [API_KEYS]

Full Changelog: 0.8.0...0.8.1

0.8.0

28 Mar 10:41
953f7fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/harness/ff-proxy/commits/0.8.0