Skip to content

Conversation

@blindzero
Copy link
Owner

  • Single eventing contract: Context.EventSink.WriteEvent(...)
  • Engine buffers deterministic events; optional external streaming sink supported
  • ScriptBlock sinks rejected (security hardening)
  • Steps/tests updated accordingly

Fixes Issue #22

@blindzero blindzero self-assigned this Dec 30, 2025
Copy link
Owner Author

@blindzero blindzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs update required

@blindzero blindzero added enhancement New feature or request breaking-change type:docs Improvements or additions to documentation. type:security type:eventing labels Dec 30, 2025
@blindzero blindzero merged commit 3b8bda7 into main Dec 30, 2025
3 checks passed
@blindzero blindzero deleted the issues/22-Refactor-eventing-unify-WriteEventEventSink-into-one-contract-and-remove-ScriptBlock-sinks branch January 1, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change enhancement New feature or request type:docs Improvements or additions to documentation. type:eventing type:security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor eventing: unify WriteEvent/EventSink into one contract and remove ScriptBlock sinks

2 participants