Skip to content

feat: add optional _meta request metadata to all command parameters - #379

Merged
Don Jayamanne (DonJayamanne) merged 3 commits into
mainfrom
don/hot-camel
Aug 3, 2026
Merged

feat: add optional _meta request metadata to all command parameters#379
Don Jayamanne (DonJayamanne) merged 3 commits into
mainfrom
don/hot-camel

Conversation

@DonJayamanne

Copy link
Copy Markdown
Contributor
  • Introduced an optional _meta field in the command schemas to allow for JSON-serializable metadata associated with requests. Receivers are instructed to ignore any keys they do not understand.
  • Updated the BaseParams interface to include the _meta field.
  • Added tests to ensure that the _meta field is inherited from BaseParams in relevant schemas.
  • Documented the change in the changelog.

- Introduced an optional `_meta` field in the command schemas to allow for JSON-serializable metadata associated with requests. Receivers are instructed to ignore any keys they do not understand.
- Updated the `BaseParams` interface to include the `_meta` field.
- Added tests to ensure that the `_meta` field is inherited from `BaseParams` in relevant schemas.
- Documented the change in the changelog.
@DonJayamanne
Don Jayamanne (DonJayamanne) marked this pull request as ready for review August 3, 2026 21:26
@DonJayamanne
Don Jayamanne (DonJayamanne) merged commit 2a380bd into main Aug 3, 2026
9 checks passed
@DonJayamanne
Don Jayamanne (DonJayamanne) deleted the don/hot-camel branch August 3, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants