Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@dr-jts dr-jts released this 11 Jul 01:09
· 27 commits to master since this release
59be356

New Features

  • Support for HTTPS
  • Support Postgres data types: JSON, array of text/int/float/numeric
  • Add support for partitioned tables and foreign tables
  • Add support for tables storing geography
  • Add configuration to include/exclude published schemas and tables
  • Add configuration for web UI map view basemap URL template
  • Add configuration to set base path (#88)
  • Add configuration via enviroment variables (#104)
  • Allow configuring published function schemas (#99)
  • Add the groupby query parameter, and ability to aggregate query features
  • Support OGC API query parameter sortby (orderBy is deprecated)
  • Add OGC API query parameters crs and bbox-crs (#98)
  • Add CQL filtering query parameters filter and filter-crs (#101, #102, #103, #105)

Performance Improvements

  • Improve performance of page template loading using caching

Bug Fixes

  • Fix response value for empty query results for collections and functions
  • Fix OpenAPI document to respect configuration UrlBase
  • Quote query table and function names to support mixed case
  • Fix collection reponse to include actual extent (#54)
  • Fix collection response JSON extent property to be OAPIF-compliant (#54)
  • Fix landing page document to include links to resources service-desc and conformance
  • Fix links in JSON responses to not include JSON format (required for QGIS)
  • Fix function feature requests to respect the offset parameter (#65)
  • Fix Swagger request to work under HTTPS (#71)
  • Fix Collection description to be populated from table description (#70)
  • Fix output of NULL geometry values to be JSON null
  • Fix offset parameter to allow any non-negative value
  • Fix encoding of primary key column names in item requests (#80)
  • Fix error handling during Feature reading from database (#96)
  • Check for empty strings in Forwarded header parsing