Releases: faradayio/geocode-csv
Releases · faradayio/geocode-csv
1.4.0
1.3.12
Fixed
- If we find a
\0
byte in cached data, try looking it up again. Also, report
an error if the Smarty API ever returns a\0
byte.
1.3.11
Security
- Roll back
serde_derive
to version 1.0.171 and pin it there, to avoid using
the newserde_derive
that uses a pre-built binary compiler
plugin. The binary plugin has
not been successfully reproduced from source when I last looked, and it
represents an unacceptable security risk, since it can't be audited without
disassembling the binary code. We'll need a longer-term plan for this.
1.3.10
Fixed
- In server mode, "prime" libpostal so that it doesn't take forever to process
the first request.
1.3.9
v1.3.9: Fix release builds by ignore test on CI This test requires a large model file to be present.
1.3.8
Added
geocode-csv server
will now start a basic, experimental REST server.- The
--cache-hits-only
flag can be used to bypass geocoding for a given
backend where we're only interested normalizing addresses we already know
about.
1.3.7
Added
- Use a
Justfile
to document and automate common maintainer tasks.
Fixed
- Fixed an issue where libpostal would occasionally parse cities as suburbs.
Thank you, Tom, for the PR!
1.3.6
Fixed
- Skip records with empty streets after normalization.
1.3.5
Fixed
- Fix broken release build caused by incorrect use of
cfg!
macro.
1.3.0-patch.3
v1.3.0-patch.3: Old libs, old compiler, street fix Still fails.