Skip to content

Releases: qonto/idempotent-request

Release v0.2.0

06 Jun 08:58
78fc19b

Choose a tag to compare

Switch to github actions for tests and publishing to rubygems.

Release v0.1.6

13 Nov 17:43

Choose a tag to compare

Release v0.1.5

13 Dec 16:15

Choose a tag to compare

  • use ActiveSupport::Notifications to instrument events
  • fix an issue when getting an exception inside application would not delete lock, so client could receive 429 after 500

Release v0.1.4

16 Jul 16:47
8643fda

Choose a tag to compare

Fix an issue, when http response from backend != 200..226 caused lock to be taken

Release v0.1.3

29 Jun 15:17

Choose a tag to compare

Fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished

Release v0.1.2

29 Jun 15:16

Choose a tag to compare

Add caching for successful responses

19 Feb 10:10

Choose a tag to compare

Cache all the successful responses (200..226)

First release

19 Feb 10:11

Choose a tag to compare

v0.1.0

First release