Skip to content

Releases: harness/ff-proxy

2.0.17

19 Nov 11:33
1d72786

Choose a tag to compare

What's Changed

  • FFM-12662 - Update godoc comments in cache package by @jcox250 in #414
  • FFM-12664 - Upgrade golang version to 1.25.2 by @jcox250 in #416
  • FFM-12699 - Add methods for fetching individual flags/segments to ff client by @jcox250 in #418
  • FFM-12699 - Update refresher to only pull flags that have changed by @jcox250 in #420
  • FFM-12699 - Update refresher to only pull segments that have changed by @jcox250 in #421

Full Changelog: 2.0.16...2.0.17

2.0.16

26 Sep 08:25
3103f5d

Choose a tag to compare

What's Changed

  • Upgrades the proxy's base image & golang version to resolve vulnerabilities
  • fix: [FFM-12648] upgrade golang & pushpin version to resolve vulnerabilities by @jcox250 in #412

Full Changelog: 2.0.15...2.0.16

1.0.8

26 Sep 09:01
56c68cc

Choose a tag to compare

What's Changed

  • FFM-12631 - Update golang & pushpin to resolve vulns by @jcox250 in #413

Full Changelog: 1.0.7...1.0.8

2.0.15

10 Sep 14:32
1d558e1

Choose a tag to compare

What's Changed

  • FFM-12608 - Fix cached inventory repo versions by @jcox250 in #410

Full Changelog: 2.0.14...2.0.15

2.0.14

05 Aug 14:49
7aabc0a

Choose a tag to compare

What's Changed

  • fix: [FFM-12517]: fix oauth2 vulnerability by @conormurray95 in #407
  • FFM-12528 - Add additional config options for redis by @jcox250 in #408
  • Fix default pool size value with additional config by @jcox250 in #409

For a detailed breakdown of the changes view the release notes of Harness Developer Hub

Full Changelog: 2.0.13...2.0.14

2.0.13

15 Jul 12:26
b491783

Choose a tag to compare

What's Changed

Optimizes SSE event handling after Primary Proxy restarts or disconnections from Harness SaaS

Previously, when the Primary Proxy reconnected, it would send patch events for all flags to SDKs to force a full refresh. This safeguarded against missed changes in SaaS while the Proxy was disconnected and couldn’t update replicas or SDKs.

With this update, the Primary Proxy now sends patch events only for resources that actually changed during the disconnection.

To enable this, we updated the shape of the data the Proxy stores in Redis for tracking resources. This change is backwards compatible — upgrading from Proxy versions <= 2.0.12 to 2.0.13 requires no manual steps. On startup, the Proxy automatically migrates the old data structure to the new one.

Full Changelog: 2.0.12...2.0.13

  • feat: [FFM-12441]: Optimise SSE events by @jcox250 in #404
  • feat: [FFM-12441]: Make inventory repo backwards compatible with older config after #404 by @jcox250 in #405

2.0.12

17 Jun 09:30
a53e20d

Choose a tag to compare

What's Changed

Full Changelog: 2.0.11...2.0.12

1.0.7

10 Jun 09:02
8bffa34

Choose a tag to compare

What's Changed

  • FFM-12443 - Remove indirect dependency on github.com/golang-jwt/jwt v3.2.2+incompatible by @jcox250 in #400

Full Changelog: 1.0.6...1.0.7

2.0.11

29 May 10:07
2ef5fd9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.10...2.0.11

2.0.10

18 Mar 13:37
c8f1967

Choose a tag to compare

What's Changed

Full Changelog: ff-proxy/v2.0.9...2.0.10