Skip to content

Releases: faradayio/geocode-csv

1.4.0

26 Mar 11:24
Compare
Choose a tag to compare

Added

  • Added --include-libpostal to include libpostal output alongside another
    geocoder's output.

1.3.12

26 Aug 19:58
Compare
Choose a tag to compare

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

20 Aug 13:37
Compare
Choose a tag to compare

Security

  • Roll back serde_derive to version 1.0.171 and pin it there, to avoid using
    the new serde_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

11 Aug 14:56
Compare
Choose a tag to compare

Fixed

  • In server mode, "prime" libpostal so that it doesn't take forever to process
    the first request.

1.3.9

01 Aug 16:07
Compare
Choose a tag to compare
v1.3.9: Fix release builds by ignore test on CI

This test requires a large model file to be present.

1.3.8

01 Aug 14:25
Compare
Choose a tag to compare

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

22 May 14:25
Compare
Choose a tag to compare

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

19 May 14:24
Compare
Choose a tag to compare

Fixed

  • Skip records with empty streets after normalization.

1.3.5

18 May 18:57
Compare
Choose a tag to compare

Fixed

  • Fix broken release build caused by incorrect use of cfg! macro.

1.3.0-patch.3

18 May 18:14
Compare
Choose a tag to compare
v1.3.0-patch.3: Old libs, old compiler, street fix

Still fails.