Skip to content

v2.0.0

Compare
Choose a tag to compare
@stklcode stklcode released this 30 Jan 17:36
· 50 commits to develop since this release
v2.0.0

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)