Skip to content

3.2.1

Compare
Choose a tag to compare
@kevinkreiser kevinkreiser released this 03 Jan 14:52
· 262 commits to master since this release
1a48cb0

Release Date: 2023-01-03 Valhalla 3.2.1

  • Removed
  • Bug Fix
    • FIXED: valhalla_run_route was missing config logic.#3824
    • FIXED: Added missing ferry tag if manoeuver uses a ferry. It's supposed to be there according to the docs. #3815
    • FIXED: Handle hexlifying strings with unsigned chars #3842
    • FIXED: Newer clang warns on sprintf which becomes a compilation error (due to Werror) so we use snprintf instead #3846
    • FIXED: Build all of Mjolnir with -Werror #3845
    • FIXED: Only set most destination information once for all origins in timedistancematrix #3830
    • FIXED: Integers to expansion JSON output were cast wrongly #3857
    • FIXED: hazmat=destination should be hazmat=false and fix the truckcost usage of hazmat #3865
    • FIXED: Make sure there is at least one path which is accessible for all vehicular modes when reclassifying ferry edges #3860
    • FIXED: valhalla_build_extract was failing to determine the tile ID to include in the extract #3864
    • FIXED: valhalla_ways_to_edges missed trimming the cache when overcommitted #3872
    • FIXED: Strange detours with multi-origin/destination unidirectional A* #3585
  • Enhancement
    • ADDED: Added has_toll, has_higway, has_ferry tags to summary field of a leg and route and a highway tag to a maneuver if it includes a highway. #3815
    • ADDED: Add time info to sources_to_targets #3795
    • ADDED: "available_actions" to the /status response #3836
    • ADDED: "waiting" field on input/output intermediate break(_through) locations to respect services times #3849
    • ADDED: --bbox & --geojson-dir options to valhalla_build_extract to only archive a subset of tiles #3856
    • CHANGED: Replace unstable c++ geos API with a mix of geos' c api and boost::geometry for admin building #3683
    • ADDED: optional write-access to traffic extract from GraphReader #3876
    • UPDATED: locales from Transifex #3879
    • CHANGED: Build most of Baldr with -Werror #3885
    • UPDATED: some documentation overhaul to slim down root's README #3881
    • CHANGED: move documentation hosting to Github Pages from readthedocs.io #3884
    • ADDED: inline config arguments to some more executables #3873