Skip to content

0.2.4

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 05 Jul 22:25
· 57 commits to master since this release
2b45da6

[v0.2.4] - 2019-06-02

Added

  • Add fields filter to return only specific fields
  • Added SATAPI_URL environment variable for defining a custom root URL used for creating hierarchical links. Otherwise, the root URL will try to be inferred from the headers.
  • Gzip compression added for clients that support it (via Accept-Encoding)
  • Added SATAPI_ES_PRECISION environment variable to change the precision for underlying intersection geometry queries. This will have an adverse impact on performance and storage size. If changed after ingestion, a reindex operation will need to be performed. It defaults to '5mi' (5 miles).

Fixed

  • Fix datetime range to be inclusive (i.e., gte and lte)
  • Fixed next links to properly stringify geometries