Releases: harness/ff-proxy
2.0.17
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
1.0.8
2.0.15
2.0.14
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
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
2.0.12
1.0.7
2.0.11
What's Changed
- feat: [BT-10437]: Jira Autotagging Support for CX by @mbatchelor in #389
- update tls example by @jcox250 in #390
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #394
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #392
- Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.5 by @dependabot in #391
- FFM-12445 - Wait for pushpin to be available before starting up by @jcox250 in #396
- fix: [FFM-12432]: resolve openapi vulnerability by @conormurray95 in #397
New Contributors
- @mbatchelor made their first contribution in #389
Full Changelog: 2.0.10...2.0.11
2.0.10
What's Changed
- FFM-12164 - Pass REDIS_DB to client by @jcox250 in #377
- bump chart and app version ahead of release by @jcox250 in #378
- FFM-12178 add reverse Proxy example by @jcox250 in #379
- Update docker-compose.yml by @jcox250 in #380
- Update README.md by @jcox250 in #381
- fix: [FFM-12310]: fix vulnerabilities by @conormurray95 in #382
- feat: [FFM-12184]: add ability to rotate auth secrets by @conormurray95 in #385
- feat: [FFM-12184]: bump chart versions by @conormurray95 in #386
- Bump golang/x/net package by @jcox250 in #388
Full Changelog: ff-proxy/v2.0.9...2.0.10