Skip to content

Releases: public-transport/db-vendo-client

v6.6.1

06 Mar 20:24
Compare
Choose a tag to compare

v6.6.0

02 Mar 13:49
Compare
Choose a tag to compare

v6.5.0

13 Feb 23:46
Compare
Choose a tag to compare
  • support dbweb in api.js/Docker image
  • support all loyaltyCards
  • (experimental: support for multiple travellers and boards direction filter)

v6.4.0

11 Feb 21:42
Compare
Choose a tag to compare

What's Changed

  • support for bahn.de boards in the new dbweb profile by @dabund24 in #12
  • db profile switched over from bahn.de backend to DB Navigator backend for journeys, leading to more reliable (i.e. occasionally different) fahrtNr, adminCode and name. In general, parsing of these fields has slightly changed.

v6.3.4

20 Jan 20:37
Compare
Choose a tag to compare
  • trim journey IDs for better compat with raw HAFAS ids

v6.3.3

14 Jan 22:39
Compare
Choose a tag to compare
  • db: support for polylines in refreshJourney() endpoint
  • db: support for RIS trip ids from boards in trip() endpoint
  • docs

v6.3.2

11 Jan 23:40
Compare
Choose a tag to compare
  • use random correlation id
  • db profile: add fake walking legs for intra-station transfers
  • priority int for remarks where available
  • remove unused deps

v6.3.1

10 Jan 19:03
Compare
Choose a tag to compare

v6.3.0

09 Jan 13:06
Compare
Choose a tag to compare
  • add adminCode, operator where available
  • switch Docker image to dbnav profile by default and make it configurable via env DB_PROFILE
  • require setting env USER_AGENT for Docker container

v6.2.0

09 Jan 00:19
Compare
Choose a tag to compare
  • Support for stop() endpoint in dbnav profile
  • Fixes for transfers param (thanks @dabund24)
  • Fixes for Docker image