- Update to osrm-backend v5.6.0 RC2
osrm.triphas new parametersroundtrip,sourceanddestination.osrm.{match,route,trip}accept more values forannotations=["duration", "speed", "distance"]
- Update to osrm-backend v5.5.0 RC5
- Update to osrm-backend v5.5.0 RC4
- Update to osrm-backend v5.5.0 RC3
- Update to osrm-backend v5.3.0
- Update to osrm-backend v5.3.0-rc.3
- Update to osrm-backend v5.3.0-rc.2
- Update to osrm-backend v5.3.0-rc.1
- Update to osrm-backend v5.2.3
- Update to osrm-backend v5.2.2
- Update to osrm-backend v5.2.1
- Update to osrm-backend v5.2.0
- Update to osrm-backend v5.2.0-rc.1
- Updated to OSRM v5.1.0
- Data format broke with regard to v5.0.0
- For detailed changelog see osrm-backend changelog
- Update to osrm-backend v5.0.0-rc.2
- Update to osrm-backend v5.0.0-rc.1
- Updates to osrm-backend v5.0.0-newapi.7:
- new file .properties needed by the server
- .datasource_names and .datasource_index are not optional anymore
- .timestamp is not optional anymore
- uturns parameter is not per-via but global
- fixes incorrect turn coordinates
- Static turn instructions
- Support multiple traffic update files, and include filename in debug tile metadata
- Fix negative durations
- Inlcude source descriptors in debug vector tiles
- Fix bug in processing dead-ends in the guidance code
- Uses OSRM 4.9.0
tablenow supportssourcesanddestinationsoptions for asymmetric queriesstatusandstatus_messagewere removed.No route found(207) andNo matching edge segment found(208) now throwErrorObjects (as well as all400errors).- Ported to NAN2 to support for Node 4.x and 5.x
- Update OSRM to v4.8.1 Fixes a regression in the alternative route format
- Update OSRM to v4.8.0
- New js API: osrm.trip(options, callback)
- Update OSRM to v4.7.1
- Update OSRM to v4.7.0
- Support the geometry parameter for route requests
- Update OSRM to v4.6.1
- Fixes crash when using shared memory
- Update OSRM to v4.6.0
- New js API: osrm.match(options, callback)
- Behaviour of osrm.table changed! Now returns full json response from OSRM.
- Updated OSRM to 3d3ba86be4af6bcf68 (v0.4.3 release + extras)
- Updated OSRM to 1d3932e8c53ab176b8 (v0.4.2b release)
- Updated OSRM to 7d7cce5c7227c9f71a (v0.4.1 release)
- Updated OSRM to f7e09686e5fe0050b8 (v0.4.0 release)
- Updated OSRM to 7b0b378abcfd9463d7 (v0.3.10 release)
- New JS API: var osrm = new OSRM([base path]); osrm.route(options, callback); osrm.locate(latLon, callback); osrm.nearest(latLon, callback);
- Updated OSRM to a1ecab2f95b8bb157b (v0.3.9 release)
- Fixed the build with latest OSX / clang++
- Added
example/server.jsto demonstrate basic usage within an http server. - Added more
osrm.Queryoptions:service,printInstructions,checksum,zoomLevel,jsonpParameter, andhints. @Cactusbone. - The
serviceoption accepts a string of eitherviaroute,nearest, orlocate. - Removed auto-publish from travis.yml: now developers should manually npm publish when the binaries are ready
- Test release: no code changes
- Fixed tag validation
- Pull binaries from https
- Upgraded to [email protected]
- Updated OSRM to 40517e3010757bdbb
- Started bundling
osrm-datastore
- First release with binaries for OS X and Ubuntu Linux