Releases: thehappycheese/nicklinref_rust
Releases · thehappycheese/nicklinref_rust
v1.1.0
v1.0.0
- drop support for case insensitive queries
- slk_from and slk_to are now optional. One or either can be omitted to get the
road "up to" or "starting from" its endpoints - Changed CLI
--addr
to--ip-address
because abbreviations are annoying - reject requests with unknown fields (for example if
cwy=
is misspelled ascway=
) - fixed
x-request-id
now echo's properly on rejection - invalid values of
cwy=
will now cause the request to be rejected - invalid values of
f=
will now cause the request to be rejected f=
is now case sensitive to match documentation- internal refactoring
v0.10.2
What's Changed
- Refactoring to make main.rs short and easy to understand and decouple
Settings
from the rest of the codebase - Dropped support for
--config config.json
- Fixed #3 unnecessary errors if folder for data file doesn't exist
- Added CLI settings (Fixed #4 )
- See new
--help
option for details - added
--force-update-data
flag to force data refresh on startup
- See new
/.vscode
is now included in the repo to store project specific settings
- echo_x_request_id revised by @thehappycheese in #6
- decouple settings by @thehappycheese in #7
- Refactor indexed data by @thehappycheese in #9
- Improve readme by @thehappycheese in #18
- v0.10.2 by @thehappycheese in #19
v0.10.1
This is a pre-release to track the point in time before major new features are added. This is just after the main.rs was changed a whole heap to add echo_x_request_id using the builder pattern. But the builder pattern wasn't fun, so after this point in time it was re-implemented using warp::wrap_fn
on the dev branch. There are no binaries for this release.
v0.8.0
Fixed issue #2.
Offset sign convention for points is now the same as line offset.
Positive offset is to the right hand side when traveling in the direction of increasing SLK.
Full Changelog: v0.7.3...v0.8.0
v0.7.3
offset=
now works with point types (slk=
)
Full Changelog: v0.7.2...v0.7.3
v0.7.2
- added optional
m=true
query parameter to exportM
(SLK) with coordinates - improved
/show/
v0.7.0
added the f=latlondir
function
v0.6.1
Fix minor bug with points at line ends