Skip to content

Releases: hotosm/osm-rawdata

v0.3.0

20 May 15:04
Compare
Choose a tag to compare
  • Minor BREAKING CHANGE to update environment variable UNDERPASS_API_URL --> RAW_DATA_API_URL.

Full Changelog: 0.2.4...0.3.0

v0.2.4

07 Apr 19:14
Compare
Choose a tag to compare
  • Return None if raw-data-api returns an error dict response (the error msg is logged).
    Full Changelog: 0.2.3...0.2.4

v0.2.3

15 Feb 13:33
Compare
Choose a tag to compare
  • Better handling of YAML config parsing edge cases.

Full Changelog: 0.2.2...0.2.3

v0.2.2

14 Feb 16:39
Compare
Choose a tag to compare
  • Allow for passing both JSON and YAML BytesIO config objects.
  • Prep for handling all_geometry JSON key.

v0.2.1

09 Feb 10:45
Compare
Choose a tag to compare
  • Improve robustness of raw-data-api polling.
    • Some edge cases meant that status=SUCCESS, but the result was not returned from Celery results backend yet.

v0.2.0

09 Feb 09:54
Compare
Choose a tag to compare

What's Changed

  • Allow passing BytesIO object as json/yaml config by @spwoodcock in #13
  • Allow passing extra params dict to execQuery by @spwoodcock in #14
    • For example, this allows passing the bind_zip=False param to generate files without zipping (i.e. direct streaming access from S3).
  • Added optional auth_token param to PostgresClient to pass value via access-token header.
  • Add new fully async version of PostgresClient in pgasync.py.

Full Changelog: 0.1.7...0.2.0

v0.1.7

05 Dec 10:11
Compare
Choose a tag to compare

Tidy up import pinning:

  • Use minimum required versions.
  • Use >= for future compatibility.

v0.1.6

18 Nov 05:25
Compare
Choose a tag to compare

Now supports importing into postgres all the files from Overture maps.

v0.1.5

10 Nov 06:56
Compare
Choose a tag to compare

Update PyArrow to latest 14.0.1 to avoid CVE-2023-47248 & dependent builds failing.

v0.1.4

23 Oct 14:06
Compare
Choose a tag to compare
bump: version 0.1.3 → 0.1.4