Releases: Turistforeningen/Raido
Releases · Turistforeningen/Raido
v2.0.2
<a name"2.0.2">
2.0.2 (2016-08-31)
Bug Fixes
- database: account for env vars when connecting to Postgres (d4a7ae0a)
v2.0.1
<a name"2.0.1">
2.0.1 (2016-07-18)
Bug Fixes
- lint: resolve import/no-extraneous-dependencies errors (54836379)
v2.0.0
<a name"2.0.0">
2.0.0 (2016-06-17)
Features
- routing:
- support for multiple shortest paths (a02db1bd)
- add support for
?bbox
bounding buffer (e8929f7d)
- type cast prepared statement input parameters (33bf82ae)
- return GeometryCollection consistently (f3e6189d)
- use prepared statement for improved security and efficiency (e1a99b07)
- improve validation of input coordinates (dfa4d56b)
- separate coords param into source and target (aca514b5)
- support for new path and point buffer params (a7716d31)
Breaking Changes
- Always return a
GeometryCollection
. Empty route will return an empty GeometryCollection
instead of a LineString
(f3e6189d)
- Support for the old
coords
parameter has been dropped. Use source
and target
parameters instead (aca514b)
- Support for the old
sensitivity
parameter has been dropped. Use path_buffer
and point_buffer
instead (a7716d3)
v1.4.1
<a name"1.4.1">
1.4.1 (2016-06-10)
Bug Fixes
- server: handle virtual path behind reverse proxy (4f441783)
v1.4.0
<a name"1.4.0">
1.4.0 (2016-06-10)
Bug Fixes
- test: use completely remote points for failure tests (f866f90e)
Features
- routing: increase default sensitivity to
2000
and max to 4000
(02983fd7)
v1.3.1
<a name"1.3.1">
1.3.1 (2016-06-06)
Bug Fixes
- error-handler:
- wrap non-http errors before handling them (97ebc853)
- wrap non-http errors before handling them (1c448c1e)
- health-check: wrap nexted errors in HttpError (9af61d1d)
v1.3.0
<a name"1.3.0">
1.3.0 (2016-06-03)
Bug Fixes
- eslint: remove duplicate semicolon (304e7338)
Features
- server: implement propper service health checking (56fedc97)
v1.2.0
<a name"1.2.0">
1.2.0 (2016-06-02)
Features
- server: simplify not found route handling (59617012)
v1.1.0
<a name"1.1.0">
1.1.0 (2016-06-02)
Bug Fixes
- eslint:
HttpError
is defined but never used (3b7d69f6)
- server: handle returned error codes correctly (1477caa1)
- test: add missing environment to test functions (9f00def2)
Features
- server: use express-cors for cors validation (cef9a70c)
v1.0.0
<a name"1.0.0">
1.0.0 (2016-06-02)
Bug Fixes
- test: increase test timeout to 60s (d8449dea)
- wercker:
- wait for Postgre to start before building (8ea26565)
- correct pgRouting service id (0ba651ef)
Features
- server: N50 shortest path routing endpoint (33e9df22)