Releases: hiposfer/kamal
Releases · hiposfer/kamal
v0.21.0
BREAK
:maneuver/instructions
removed from directions response
FIXED
- missing
:maneuver/type "arrive"
on some directions response
- missing
:maneuver/type
spec check
CHANGED
v0.20.4
FIXED
- server version was reported as null in AOT compiled uberjar
- heroku jvm metrics crash because of jackson-core dependency collision
v0.20.2
FIXED
- missing frequencies.txt on gtfs dump
- missing deref call on query endpoint
v0.20.0
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.18.0
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
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
CHANGED
- preprocessing script optimized
- env vars for preprocessing refactored
- test suite refactored
v0.15.0
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
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