Skip to content

Releases: arago/hiro-client-java

Version 0.5.1

Choose a tag to compare

@tryptichon tryptichon released this 26 Jul 15:52

Library update. Use arago java-project 0.4.2.

Version 0.5.0

Choose a tag to compare

@tryptichon tryptichon released this 26 Jul 15:01
2b4d6c5

Refactorings

  • Made AbstractClientAPIHandler into DefaultHttpClientHandler without references to AbstractAPIHandler.
  • Created interfaces HttpClientHandler and TokenAPIHandler.
  • Got rid of the copy constructors.
  • Added and modified documentation.
  • Do not ignore FixedTokenException when a token is invalid and cannot be changed, but add it to the exception chain.

v0.4.0-pre2

v0.4.0-pre2 Pre-release
Pre-release

Choose a tag to compare

@tryptichon tryptichon released this 08 Jul 17:03

v0.4.0

  • Code Auth and Org switch.
  • Improved integration tests.

Version 0.3.4

Choose a tag to compare

@tryptichon tryptichon released this 07 Jun 15:43

v0.3.4

  • Send 401 when token is unauthorized and cannot be refreshed. Avoid being hidden by a FixedTokenException.

v0.3.3

  • Bugfixed URI handling. Old handling removed query parameters.

Version 0.3.2

Choose a tag to compare

@tryptichon tryptichon released this 12 Apr 09:40
  • Fixed handling of refresh tokens.
  • Fixed a typo in TokenResponse.
  • Use native GPG functions in GitHub actions.

Version 0.2.2

Choose a tag to compare

@tryptichon tryptichon released this 01 Dec 10:35
d845ab3
  • Try to get token via requestToken() if refreshToken() fails with
    any HiroHttpException.

Version 0.2.1

Choose a tag to compare

@tryptichon tryptichon released this 30 Nov 12:48
  • Handle invalid refresh tokens and retry via getToken().

Release 0.2.0

Choose a tag to compare

@tryptichon tryptichon released this 30 Sep 11:43
4d967f0
  • Add method to decode HIRO token data.
  • Documentation, fixes and refactorings.

First Release Test

First Release Test Pre-release
Pre-release

Choose a tag to compare

@tryptichon tryptichon released this 28 Sep 07:08
d28763f

First release for testing deployment to Maven Central Repository.