Skip to content

Releases: stklcode/juraclient

v2.0.6

07 May 16:54
v2.0.6
c2af3a9
Compare
Choose a tag to compare

Dependencies

  • Updated Jackson dependency to 2.17.0

Misc

  • Tested with JDK 21

v2.0.5

03 Oct 08:48
v2.0.5
0ab7aa8
Compare
Choose a tag to compare

Dependencies

  • Updated Jackson dependency to 2.15.2

Misc

  • Tested with JDK 20

v2.0.4

21 Nov 14:03
v2.0.4
b35e782
Compare
Choose a tag to compare

Security

  • Updated Jackson dependency to 2.14.0

Fixed

  • Querying trips and messages with limit directly from Query instance (#18)

Misc

  • Tested with JDK 19

v1.3.3

21 Nov 14:51
v1.3.3
251e60d
Compare
Choose a tag to compare

Security

  • Updated Jackson dependency to 2.14.0

Fixed

  • Querying trips and messages with limit directly from Query instance (#19)

v2.0.3

30 Aug 11:30
v2.0.3
c494c0c
Compare
Choose a tag to compare

Security

  • Updated dependencies

v1.3.2

30 Aug 11:26
v1.3.2
0ee348e
Compare
Choose a tag to compare

Security

  • Updated dependencies

v2.0.2

13 Apr 15:51
v2.0.2
bb0d11d
Compare
Choose a tag to compare

Security

  • Updated dependencies

v2.0.1

02 Oct 13:41
v2.0.1
Compare
Choose a tag to compare

Security

  • Updated dependencies

Improvement

  • Built and tested with JDK 17

v2.0.0

30 Jan 17:36
v2.0.0
Compare
Choose a tag to compare

Breaking

  • Java 11 or later required

Changes

  • Using native Java 11 HTTP client
  • Client configuration with separate UraClientConfiguration class and builder
  • Client throws custom checked exception UraClientException instead of runtime exceptions on errors (#10)

Features

  • Configuration builder for client initialization (#9)
  • Configurable connect and read timeouts (#14)

Fixed

  • Allow reopening an AsyncUraTripReader without raising an exception (#12)

v1.3.1

12 Dec 13:04
v1.3.1
Compare
Choose a tag to compare

Fixed

  • Allow reopening an AsyncUraTripReader without raising an exception (#13)

Improvements

  • Dependency updates