Skip to content

Tags: hashicorp/go-retryablehttp

Tags

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #225 from hashicorp/manicminer-patch-2

Changelog for #210, release v0.7.6

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #209 from hashicorp/v0.7.5-changelog

v0.7.5 changelog

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #198 from hashicorp/changelog/0.7.4

Fix changelog for v0.7.4

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #195 from hashicorp/start_changelog

Start changelog file

v0.7.2

Toggle v0.7.2's commit message
Run go mod tidy

v0.7.1

Toggle v0.7.1's commit message
added option for retryable response handler

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #131 from hashicorp/add-service-unavailable-to-def…

…ault-backoff-retry-after

Add StatusServiceUnavailable to Retry-After check in DefaultBackoff

v0.6.8

Toggle v0.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Align ErrorPropagatedRetryPolicy with DefaultRetryPolicy (#116)

* Realign behavior of ErrorPropagatedRetryPolicy with DefaultRetryPolicy

ErrorPropagatedRetryPolicy should have been modified in #100,
but failed to... probably because it has been merged approximately at the same time
as #70 (the PR adding ErrorPropagatedRetryPolicy).

* Remove code duplication between DefaultRetryPolicy and ErrorPropagatedRetryPolicy

v0.6.7

Toggle v0.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #105 from hashicorp/fix-request-body-data-race

Fix race in #94 by eliminating the contention with a new struct copy.