mirror of
https://github.com/ditkrg/idempotent-request.git
synced 2026-01-22 22:06:44 +00:00
308 B
308 B
Idempotent Request Changelog
v0.1.3
- Fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished
v0.1.2
- Fix rack response
- Disuse SETNX (@espadrine)
v0.1.1
- Add caching for successful responses (@gomayonqui)