Releases: tobinbradley/dirt-simple-postgis-http-api
Releases · tobinbradley/dirt-simple-postgis-http-api
v4.7.0
v4.6.0
- Updated to latest Swagger
- Added optional Swagger
basePath
env setting - Don't add routes without tags to the Swagger docs
- Removed Swagger schemas so it defaults to however user arrived at Swagger (http or https)
- Updated dependencies
v4.4.0
Hide untagged routes - handy for deprecated or test routes so they won't be published in the Swagger docs.
v4.3.3 Swagger Config Typo
Fix Swagger docs typo, credit to @rbrtmrtn.
v4.3.2 Fix empty results when first record has NULL geometry
As per #56, the mvt, geobuff, and geojson could empty results if the first record of the table has a null geometry. Credit to @CramericaIndustries for reporting the problem.
v4.3.1
- Optionally set SERVER_LOGGER to error level (true now defaults to
info
) - Added SERVER_LOGGER_PATH
- Changed to db connection error from
fastify.log
torequest.log
v4.3.0
Database connection errors now log using Fastify's logger.
v4.2.0
v4.1.0
Optional rate limiter.
v4.0.0
4.0.0