Merge pull request #2327 from richtermb/richtermb/push-more-error-frames

Add source parameter to ErrorFrame and set it in FrameProcessor. Upda…
This commit is contained in:
Mark Backman
2025-08-05 14:04:52 -07:00
committed by GitHub
5 changed files with 10 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
removed in a future version. Use the `/start` endpoint in its place. In the
meantime, both endpoints work and deliver equivalent functionality.
- Added `processor` field to `ErrorFrame` to indicate `FrameProcessor` that generated the error.
## [0.0.77] - 2025-07-31
### Added