Skip to content

v3.1.1 Bugfix Release

Compare
Choose a tag to compare
@Crim Crim released this 08 Apr 13:07
· 72 commits to master since this release
2354251

3.1.1 (04/08/2021)

Bugfixes

  • Issue-51 Can't set request timeout
    Previously ConfigurationBuilder::useRequestTimeoutInSeconds() was incorrectly setting the request time to live property instead of the request time out property. It's been updated to correctly set the request timeout value on the underlying http client.
    Additionally ConfigurationBuilder::useConnectionTimeToLiveInSeconds() was added to allow for setting the request time to live property on the underlying http client.

    Thanks IvanZhilyakov28 for supplying the bugfix!

Internal Dependency Updates

  • com.fasterxml.jackson.core from 2.10.4 -> 2.12.2
  • org.apache.httpcomponents from 4.5.12 -> 4.5.13
  • com.google.guava:guava from 29.0-jre -> - 30.1.1-jre