Skip to content

Commit 122d256

Browse files
author
messageflow-ci-bot
committed
1 parent fb751f0 commit 122d256

File tree

4 files changed

+138
-109
lines changed

4 files changed

+138
-109
lines changed

docs/README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ Handles user data requests, profile updates, and user lifecycle events.
126126
"string"
127127
],
128128
"severity": "string[enum:low,medium,high,critical]",
129-
"title": "string",
130-
"updadet_at": "string[date-time]"
129+
"title": "string"
131130
}
132131
```
133132

@@ -508,6 +507,28 @@ Handles user data requests, profile updates, and user lifecycle events.
508507

509508
## Changelog
510509

510+
### 2025-08-09
511+
- **changed** message: Messages changed for operation 'send' on channel 'analytics.insights' in service 'Analytics Service'
512+
```json
513+
  []messageflow.Message{
514+
   {
515+
   Name: "AnalyticsInsightMessage",
516+
   Payload: (
517+
   """
518+
   ... // 18 identical lines
519+
   ],
520+
   "severity": "string[enum:low,medium,high,critical]",
521+
-  "title": "string",
522+
-  "updadet_at": "string[date-time]"
523+
+  "title": "string"
524+
   }
525+
   """
526+
   ),
527+
   },
528+
  }
529+
530+
```
531+
511532
### 2025-08-09
512533
- **added** channel: 'receive' on channel 'analytics.report.request' was added to service 'Analytics Service'
513534
- **added** channel: 'receive' on channel 'campaign.analytics' was added to service 'Analytics Service'

0 commit comments

Comments
 (0)