Skip to content

Releases: arago/hiro-client-java

Version 0.5.1

26 Jul 15:52
Compare
Choose a tag to compare

Library update. Use arago java-project 0.4.2.

Version 0.5.0

26 Jul 15:01
2b4d6c5
Compare
Choose a tag to compare

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

08 Jul 17:03
Compare
Choose a tag to compare
v0.4.0-pre2 Pre-release
Pre-release

v0.4.0

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

Version 0.3.4

07 Jun 15:43
Compare
Choose a tag to compare

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

12 Apr 09:40
Compare
Choose a tag to compare
  • Fixed handling of refresh tokens.
  • Fixed a typo in TokenResponse.
  • Use native GPG functions in GitHub actions.

Version 0.2.2

01 Dec 10:35
d845ab3
Compare
Choose a tag to compare
  • Try to get token via requestToken() if refreshToken() fails with
    any HiroHttpException.

Version 0.2.1

30 Nov 12:48
Compare
Choose a tag to compare
  • Handle invalid refresh tokens and retry via getToken().

Release 0.2.0

30 Sep 11:43
4d967f0
Compare
Choose a tag to compare
  • Add method to decode HIRO token data.
  • Documentation, fixes and refactorings.

First Release Test

28 Sep 07:08
d28763f
Compare
Choose a tag to compare
First Release Test Pre-release
Pre-release

First release for testing deployment to Maven Central Repository.