We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a2fed commit c0374cfCopy full SHA for c0374cf
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Idempotent Request Changelog #
2
3
+## v0.1.3 ##
4
+
5
+* Fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished
6
7
## v0.1.2 ##
8
9
* Fix rack response
lib/version.rb
@@ -1,3 +1,3 @@
module IdempotentRequest
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end
0 commit comments