Skip to content

Add extensible Azure Table idempotency with DI support#392

Merged
kzu merged 1 commit intomainfrom
dev/idempotency
Apr 18, 2026
Merged

Add extensible Azure Table idempotency with DI support#392
kzu merged 1 commit intomainfrom
dev/idempotency

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Apr 18, 2026

Introduce IdempotencyStorageExtensions for flexible Azure Table Storage-backed idempotency tracking, supporting both cache-only and durable modes via keyed DI registration. Refactor Idempotency to handle both scenarios and update service registration patterns. Enhance tests to cover both modes and improve code style for consistency.

@kzu kzu added the enhancement New feature or request label Apr 18, 2026
@kzu kzu enabled auto-merge (rebase) April 18, 2026 01:46
@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 18, 2026

196 passed 196 passed 22 skipped

🧪 Details on Ubuntu 24.04.4 LTS

from retest v1.1.0 on .NET 10.0.6 with 💜 by @devlooped

Introduce IdempotencyStorageExtensions for flexible Azure Table Storage-backed idempotency tracking, supporting both cache-only and durable modes via keyed DI registration. Refactor Idempotency to handle both scenarios and update service registration patterns. Enhance tests to cover both modes and improve code style for consistency.
@kzu kzu force-pushed the dev/idempotency branch from 8e69514 to 9638f1d Compare April 18, 2026 01:58
@kzu kzu merged commit b3fd902 into main Apr 18, 2026
4 checks passed
@kzu kzu deleted the dev/idempotency branch April 18, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant