Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Releases: hiposfer/kamal

v0.21.0

31 Jan 19:47
f0295b0
Compare
Choose a tag to compare

BREAK

  • :maneuver/instructions removed from directions response

FIXED

  • missing :maneuver/type "arrive" on some directions response
  • missing :maneuver/type spec check

CHANGED

  • dependencies updated

v0.20.4

17 Dec 23:12
5a19c7c
Compare
Choose a tag to compare

FIXED

  • server version was reported as null in AOT compiled uberjar
  • heroku jvm metrics crash because of jackson-core dependency collision

v0.20.2

30 Oct 19:42
a39e55c
Compare
Choose a tag to compare

FIXED

  • missing frequencies.txt on gtfs dump
  • missing deref call on query endpoint

v0.20.0

30 Oct 09:26
91d2f6c
Compare
Choose a tag to compare

BREAK

  • step/duration and step/departure removed
  • edges and arcs are no longer created at preprocessing time

CHANGED

  • graph creation is now done at runtime

ADDED

  • Dijkstra spec
  • step/arrive added to every step
  • step/wait added for transit steps with notification

v0.19.0

21 Oct 10:44
c77cab5
Compare
Choose a tag to compare

check v0.19.0 milestone

v0.18.0

14 Oct 13:01
0cf3ff5
Compare
Choose a tag to compare

BREAK

  • Router protocol changed to have a single relax method
  • generators moved to dev scope

ADDED

  • Node, Arc, Bidirectional protocols added
  • WayStep record added

See milestones for more info

v0.17.0

12 Oct 14:14
b8a712c
Compare
Choose a tag to compare

ADDED

  • ability to dump a gtfs zip feed
  • bbox in area endpoint

FIXED

  • missing http headers with edn Accept
  • only allow queries of gtfs data

v0.16.0

25 Sep 08:27
Compare
Choose a tag to compare

CHANGED

  • preprocessing script optimized
  • env vars for preprocessing refactored
  • test suite refactored

v0.15.0

19 Sep 22:14
Compare
Choose a tag to compare

CHANGED

  • ways are now linked to nodes directly
  • processing script optimized
  • use gtfs.edn lib to understand gtfs data
  • exception handling made explicit through ex-info instances being thrown

ADDED

  • Router protocol for allow local bindings and passing around a routing schema

v0.12.0

03 Sep 22:40
Compare
Choose a tag to compare

CHANGED

  • preprocessing script made mandatory
  • compression through gzip not bz2
  • better feedback on error
  • directions departure made a ZonedDateTime to be able to return epoch seconds
  • area id based on OSM area name