Skip to content

v1.0.0

Choose a tag to compare

@rasuvaeff rasuvaeff released this 01 Aug 22:22
  • DbIdempotencyStorage — database-backed IdempotencyStorage for rasuvaeff/yii3-idempotency:
    atomic claim via INSERT (unique PK), in-flight claim deadline (claimTtlSeconds),
    stale-claim recovery, response replay, TTL expiration, deleteExpired() bulk cleanup.
  • RecordRowMapper — strict row validation; invalid rows throw InvalidRecordRowException.
  • Migration M260611000000CreateIdempotencyKeysTable for yiisoft/db-migration.
  • Yii3 config-plugin wiring: binds IdempotencyStorage to DbIdempotencyStorage.
  • All timestamps stored in UTC.