Skip to content

chore (api)!: standardize execution context#751

Merged
geofmureithi merged 3 commits into
mainfrom
api/execution-context
Jun 30, 2026
Merged

chore (api)!: standardize execution context#751
geofmureithi merged 3 commits into
mainfrom
api/execution-context

Conversation

@geofmureithi

Copy link
Copy Markdown
Member

Description

This standardizes ExecutionContext ensuring all backends can rely on the same context.
It also changes the Task<Args, Ctx, Idtype> to Task<Args, Connection, IdType> where Connection is a marker of the backend's connection

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Refactoring (no functional changes)

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • I have run the existing tests and they pass
  • I have run cargo fmt and cargo clippy

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Notes

Any additional information, context, or screenshots about the pull request here.

@geofmureithi geofmureithi force-pushed the api/execution-context branch from b2b37ee to 23dcbe6 Compare June 30, 2026 14:47
@geofmureithi geofmureithi merged commit 268499f into main Jun 30, 2026
10 checks passed
@geofmureithi geofmureithi deleted the api/execution-context branch June 30, 2026 15:16
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.

1 participant