Releases: networknt/http-client
Releases · networknt/http-client
1.0.16
09 Oct 12:50
Compare
Sorry, something went wrong.
No results found
1.0.16 (2025-10-09)
Fixed bugs:
Passing only the encoded jwt instead of the entire Jwt pojo to make it easier for reused by other classes leveraging oAuthHelper
typo on info log
removing the system time since "exp" is final expire date in Epoch millis
adjust JWT renewal logic to use "exp" claim instead of response body "expire_in"
fixes #45 DefaultTokenExchangeRequestComposer misses the csrf token
upgrade maven gpg version
1.0.15
17 Jul 19:04
Compare
Sorry, something went wrong.
No results found
1.0.15 (2025-07-17)
Fixed bugs:
fixes #43 add token exchange request and update OauthHelper to support the grant type
added unit test for JWT expiry (#42 )
fixes #40 add repositories and resolve javadoc issues
1.0.14
28 May 21:13
Compare
Sorry, something went wrong.
No results found
1.0.14 (2025-05-26)
Fixed bugs:
adjust JWT renewal logic to use "exp" claim instead of response body
removing the system time since "exp" is final expire date in Epoch milliseconds
1.0.13
08 Jul 18:45
Compare
Sorry, something went wrong.
No results found
1.0.12
24 Jun 14:18
Compare
Sorry, something went wrong.
No results found
fixes #34 upgrade to TLSv1.3 default and upgrade to 1.0.12
1.0.11
17 May 15:40
Compare
Sorry, something went wrong.
No results found
1.0.10
18 Apr 03:47
Compare
Sorry, something went wrong.
No results found
fixes #25 Update Jwt to use string format of scopes for jackson (#26)
1.0.9
16 Apr 13:43
Compare
Sorry, something went wrong.
No results found
fixes #23 add pre-commit config and apply it (#24)
1.0.8
14 Feb 19:24
Compare
Sorry, something went wrong.
No results found
fixes #20 update the boolean config properties to support string value
fixes #18 support JSON string for serviceIdAuthServers in ClientConfig
1.0.5
25 Nov 00:51
Compare
Sorry, something went wrong.
No results found
fixes #16 update pom.xml for 1.0.5 release