Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Jan 17, 2024
1 parent 28c38fe commit ef78939
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## 4.2.7
* Changes to the json CoreFactory to allow for multiple different strategies for finding the JsonEngine in the classpath.
* Allow setting a custom JsonFactory directly

## 4.2.6
* Allow for per-request config of http version

## 4.2.5
* Minor optimizations and doc updates
* Issue #511: pass the HTTP version from the config to the request

## 4.2.3
* issue #506 have thenConsume pass on a basic response with no body so that other things like retry logic and interceptors can function properly

## 4.2.2
* Unirest-Mocks: add some options for doing verify by adding a 'Times' param for things like never() and exactly(number)
* In 429/503 retry logic skip retry when response is null

## 4.2.1
* #503 Remove old retry setting that no longer works with the Java client
Expand Down

0 comments on commit ef78939

Please sign in to comment.