Skip to content

Commit 676679c

Browse files
committed
introduce asynchronous data retrieval
The client now offers getTripsAsync(), getStopsAsync() and getMessagesAsync() that return a Future of the requested objects. The synchronous methods are still present, but only wrap the new ones internally.
1 parent 80875e3 commit 676679c

File tree

5 files changed

+293
-55
lines changed

5 files changed

+293
-55
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## unreleased
5+
6+
### Features
7+
* New methods for asynchronous trip, stop and message retrieval (#15)
8+
9+
410
## 2.0.8 - 2024-10-03
511

612
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.stklcode.pubtrans</groupId>
88
<artifactId>juraclient</artifactId>
9-
<version>2.0.8</version>
9+
<version>2.1.0-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)