Skip to content

Commit 5430795

Browse files
authored
Merge branch 'main' into FFM-12550
2 parents 7a7c542 + 7662133 commit 5430795

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

release-notes/feature-flags.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,26 @@ For a full list and description of the available configuration options, see the
6464

6565
## July 2025
6666

67+
### Relay Proxy
68+
69+
#### Version 2.0.13
70+
71+
72+
**New features and enhancements**:
73+
74+
- Optimized SSE event handling for Primary Proxy restarts or disconnections from Harness SaaS. The Proxy now sends patch events only for resources that changed while it was disconnected, instead of patching all flags. This reduces unnecessary updates and improves efficiency. The change is backward compatible and includes an automatic data structure migration in Redis on startup. (FFM-12528)
75+
76+
**Security and Maintenance**:
77+
78+
- Updated Redis data model to support more efficient resource tracking during disconnections. While upgrading from Proxy version 2.0.12 or earlier to 2.0.13 requires no manual action, reverting back to 2.0.12 after an upgrade requires setting a different `REDIS_DB` index to avoid data incompatibility. (FFM-12441)
79+
80+
#### Version 2.0.12
81+
82+
**Security and maintenance**:
83+
84+
- Adds HOST & Remote IP to the request logging middleware. (FFM-12488)
85+
- Updates dependencies to resolve a vulnerability in the `github.com/golang-jwt/jwt` package. (FFM-12432)
86+
6787
### Node.js SDK
6888

6989
#### Version 1.8.7
@@ -115,6 +135,14 @@ This minor release updates the build process to sign the NuGet package, improvin
115135

116136
## May 2025
117137

138+
### Relay Proxy
139+
140+
#### Version 2.0.11
141+
142+
**Security and maintenance**:
143+
144+
- Updated third-party dependencies to address security vulnerabilities identified by scanners. (FFM-12432)
145+
118146
### Python SDK
119147

120148
#### Version 1.7.2

0 commit comments

Comments
 (0)