-
released this
2021-10-02 13:34:07 +00:00 | 72 commits to main since this releaseSecurity
- Updated dependencies
Improvement
- Built and tested with JDK 17
Downloads
-
released this
2021-01-30 17:24:44 +00:00 | 75 commits to main since this releaseBreaking
- 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
Fixed
- Allow reopening an
AsyncUraTripReader
without raising an exception (#12)
Downloads
-
released this
2020-12-12 12:51:42 +00:00 | 102 commits to main since this releaseFixed
- Allow reopening an
AsyncUraTripReader
without raising an exception (#13)
Improvements
- Dependency updates
Downloads
- Allow reopening an
-
v1.3.0 Stable
released this
2019-12-04 13:40:02 +00:00 | 112 commits to main since this releaseSecurity
- Updated dependencies
Features
- Added support for reading messages, using
getMessages()
method (#5)
Downloads
-
v1.2.0 Stable
released this
2019-06-20 13:00:13 +00:00 | 128 commits to main since this releaseSecurity
- Updated dependencies
Features
- Added support for stream API with asynchronous reader, using
getTripsStream()
method (#1)
Downloads
-
v1.1.4 Stable
released this
2018-11-19 10:40:57 +00:00 | 142 commits to main since this releaseFixed
Downloads
-
v1.1.3 Stable
released this
2018-11-13 12:52:15 +00:00 | 148 commits to main since this releaseSecurity
- Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
Changed
- Client and model classes implement
Serializable
- Dependency updates
Downloads
-
v1.1.2 Stable
released this
2018-03-24 17:15:25 +00:00 | 159 commits to main since this releaseChanged
- Added automatic module name for JPMS compatibility
Downloads
-
v1.1.1 Stable
released this
2018-02-20 18:40:24 +00:00 | 163 commits to main since this releaseChanged
- On connection or parsing errors, the
IOException
is no longer ignored, but encapsulated inRuntimeException
(no StackTraces printed) - Code cleanup and minor improvements
- Minor dependency updates
Downloads
- On connection or parsing errors, the
-
v1.1.0 Stable
released this
2017-01-07 17:49:27 +00:00 | 178 commits to main since this releaseAdded
- Filter stops by coordinates and radius
- Filter trips by destination and and towards fields
Misc
- Test coverage 100% (line); tested against ASEAG and TFL APIs
Downloads