Releases: hotosm/osm-rawdata
Releases · hotosm/osm-rawdata
v0.4.0
What's Changed
- Cleanup deps, remove hard requirement for SQLAlchemy unless using
importer.py
.
Full Changelog: 0.3.3...0.4.0
v0.3.3
v0.3.2
v0.3.1
What's Changed
- fix: Process the refs for ways when using a local database by @robsavoye in #20
- fix: Fix typo, args.uri, not args.url by @robsavoye in #22
- Add "AS geometry" to make parsing the results cleaner by @rsavoye in #25
- Refactor asyncpg support by @rsavoye in #26
- Fix polling of raw-data-api on extract failure by @spwoodcock in #28
Full Changelog: 0.3.0...0.3.1
v0.3.0
- 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
- 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
- Better handling of YAML config parsing edge cases.
Full Changelog: 0.2.2...0.2.3
v0.2.2
- Allow for passing both JSON and YAML BytesIO config objects.
- Prep for handling
all_geometry
JSON key.
v0.2.1
- 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.
- Some edge cases meant that
v0.2.0
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).
- For example, this allows passing the
- Added optional
auth_token
param toPostgresClient
to pass value viaaccess-token
header. - Add new fully async version of PostgresClient in
pgasync.py
.
Full Changelog: 0.1.7...0.2.0