Skip to content

Commit 52d3ff9

Browse files
committed
Adopt chloggen for changelog management to eliminate CHANGELOG.md merge conflicts
Fixes #3926. Signed-off-by: Shenoy Pratik Gurudatt <sgguruda@amazon.com>
1 parent 7e780f1 commit 52d3ff9

17 files changed

Lines changed: 205 additions & 52 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
change_type: enhancement
2+
3+
component: flagd-ui
4+
5+
note: "Add a scheduler that periodically activates randomly picked feature flags for a random duration, so failure scenarios appear and disappear on their own without external tooling"
6+
7+
issues: [2375]
8+
9+
subtext: |
10+
Configurable interval, minimum and maximum hold duration, how many flags run
11+
at once, per variant flag selection, and an optional seed for reproducible
12+
patterns.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: enhancement
2+
3+
component: cart
4+
5+
note: "Report health to the demo's OpAMP server when running with the observability stack"
6+
7+
issues: [3656]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: enhancement
2+
3+
component: collector
4+
5+
note: "Add a data redaction/deletion example: delete, hash, and partially mask sensitive attributes with the transform processor, plus a documented redaction-processor fallback"
6+
7+
issues: [3662]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: bug_fix
2+
3+
component: react-native-app
4+
5+
note: "Render missing `City` and `State` input fields in `CheckoutForm`"
6+
7+
issues: [3754]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: enhancement
2+
3+
component: payment
4+
5+
note: "Add `error.type` attribute to error spans in `charge.js` and `index.js` to align with OpenTelemetry Semantic Conventions for errors"
6+
7+
issues: [3758]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: bug_fix
2+
3+
component: react-native-app
4+
5+
note: "Catch errors from `placeOrder` in the Cart screen and show an error toast so payment failures are visible to the user instead of being silently dropped"
6+
7+
issues: [3760]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: bug_fix
2+
3+
component: react-native-app
4+
5+
note: "Fix `SessionGateway.setSessionValue` to await `getSession()`, preventing stored session corruption and loss of `userId`"
6+
7+
issues: [3765]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: enhancement
2+
3+
component: chatbot
4+
5+
note: "Report health to the demo's OpAMP server when running with the agentic and observability stacks"
6+
7+
issues: [3808]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
change_type: bug_fix
2+
3+
component: payment
4+
5+
note: "Fix gRPC server not starting by calling `server.start()` after `bindAsnc()`"
6+
7+
issues: [3844]
8+
9+
subtext: |
10+
The server bound to the port but was never started to accept connections,
11+
causing the service to fail its health checks.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
change_type: enhancement
2+
3+
component: load-generator
4+
5+
note: "Revert #3564: replace k6 with the pre-k6 Locust-based load generator, removing the now-unused `loadGeneratorTraffic` and `loadGeneratorVUs` feature flags along with it"
6+
7+
issues: [3873]

0 commit comments

Comments
 (0)