Releases: go-spatial/tegola
Releases · go-spatial/tegola
v0.15.0
Features
- Redis SSL connection via redis.ParseURL (#815 @iwpnd)
- Updated providers/postgis to use pgx4. This enables use of Postgres versions 12+ (@iwpnd #820)
- providers/postgis: allow connection URI and add additional config parameters (@iwpnd #841)
- expose SetLogLevel in cli (@iwpnd part of #831)
- Add a dont_clean option (@roelarents #847)
Enhancements
- ci: publish edge image on push or pr to default_branch_ref (@iwpnd)
- chore: switch to internal/log (@iwpnd #837)
- chore: remove logAndError (@iwpnd #839)
- chore: add docker-compose local dev env (@iwpnd #840)
- removed go-bindata for embedding the internal viewer in favor of the native go embed (@ARolek #843)
- fix: replace environment variables in webserver headers (@iwpnd #597, #844)
Documentation
v0.14.0
v0.13.0
Features
- cache/s3: Allow forcing path style for s3 compatible API requests (#745 @johngian)
- observability: [experimental] Initial implementation of observability support for Prometheus. Provides go runtime metrics and a "/metrics". (# #714 @gdey )
Bug Fixes
- Fixed MacOS release builds don't include support for GeoPackage providers (#736 @flother )
- ci: Fixed GH Action env syntax (@ARolek)
- docker: Version bumps in Dockerfile (@ARolek)
- dataprovider/postgis/mvt: Fix SQL parsing for MVT provider (#744 @johngian)
Maintenance
- cache/s3: updated deprecated function (@alrs)
- dataprovider/postgis: Updated mvt_postgis README regarding 4326 projection (@ARolek)
- ui: Bumps elliptic from 6.5.3 to 6.5.4. dependency (#749 @dependabot)
v0.12.1
v0.12.0
Features
- proj: implemented the go-spatial/proj package (@meilinger)
- mvt_providers: brought in mvt_postgis enabling support for ST_AsMVT from postgis. (#556 @gdey)
- viewer: the maps layer list can now be hidden (@mapl)
Bug Fixes
- cache seeding: handle map zooms with no layers (#698 @ARolek)
- provider/postgis: fix dropped errors (@alrs)
- server: fix dropped test error (@alrs)
- providers/postgis: When ignoring UnknownGeometryType log the issue (@gdey).
Maintenance
- mvt: Split out Transformation, Simplification, and Clipping from encodeGeometry (#224 @ARolek).
- mvt: remove local mvt package and vendor from geom (@ear7h)
- basic: remove tegola.Geometry type from basic.ToWebMercator (#622 @ear7h)
- basic: normalized table tests to style of table tests (@gdey)
Breaking Changes
None!