Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Oct 9, 2023
1 parent d5fafac commit a9be1f3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 4.0.12
* Expose headers on RequestSummary

## 4.0.11
* Support retry on async requests

## 4.0.10
* Java TTL is in seconds not millies

## 4.0.9
* Expose a RetryStrategy to allow more advanced overrides of retry-behavior
* Allow client to determine IF the request should be retries
* Allow clients to determine the wait time


## 4.0.8
* Add 503 to the list of default retryable codes
* Sets the Java TTL when configured

## 4.0.6 - 4.0.7 (RIP)
* Eaten by maven central

## 4.0.5
* Issue #493 Make MockClient take a MockResponse properly
* Documentation and upgrade guide fixes

## 4.0.4
* Issue #484 Support headers with null values

## 4.0.3
* Another tweek to the BOM
* Update dependencies (Jackson, GSON, Junit/Mockito)
Expand Down

0 comments on commit a9be1f3

Please sign in to comment.