Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 738 Bytes

File metadata and controls

35 lines (19 loc) · 738 Bytes

[Change Log]

[0.3.0] - 2025-11-14

  • Add AppSignal integration for transaction tracking in trace stacks
  • Add Sentry integration for transaction tracking in trace stacks
  • Add observability configuration options (appsignal_enabled, sentry_enabled)

[0.2.0] - 2025-07-28

  • Enforce explicit monkey-patch requirement

[0.1.5] - 2025-02-04

  • Set correct expiration time for idempotency cache

[0.1.4] - 2025-01-14

  • Support metrics logging via StatsdListener

[0.1.3] - 2025-01-14

  • Support testing by mocking MockRedis#evalsha

[0.1.2] - 2025-01-07

  • Support auto-releasing gem

[0.1.1] - 2025-01-07

  • Allow configuring idempotent methods instead of hardcoding POST

[0.1.0] - 2024-11-13

  • Initial release