mirror of
https://github.com/ditkrg/idempotent-request.git
synced 2026-01-22 22:06:44 +00:00
release v0.1.3
This commit is contained in:
parent
17a2fed1f6
commit
c0374cf032
@ -1,5 +1,9 @@
|
||||
# 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
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module IdempotentRequest
|
||||
VERSION = "0.1.2"
|
||||
VERSION = "0.1.3"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user