Skip to content

idempotency-kit: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 20:52
a385731

0.2.0 (2026-09-06)

⚠ BREAKING CHANGES

  • DEFAULT_TTL_MINUTES is 60 (was 30) and MAX_TTL_SECONDS is 2592000 (was 86400), so IdempotencyDomainService() built without arguments now keeps records for an hour and accepts a TTL of up to 30 days. Pass default_ttl_minutes=30 and max_ttl_seconds=86400 to keep the old values.

Bug Fixes

  • the defects the agents page turned up (#22) (1573db4)

Documentation

  • an upgrade note for the unified TTL defaults (#25) (bb90e84)