Skip to content

Releases: go-spatial/tegola

v0.20.0

08 Apr 00:57
Compare
Choose a tag to compare

v0.19.0

14 Sep 18:03
Compare
Choose a tag to compare

v0.18.0

18 Aug 20:20
Compare
Choose a tag to compare

Features

Bugs

v0.17.0

v0.16.0

01 Dec 18:22
Compare
Choose a tag to compare

Features

  • Added option to use Zap logging to get JSON based logs (@iwpnd)

Enhancements

  • Add ttools helper for easier local testing. (@iwpnd)
  • (UI) Upgraded eventsource from 1.1.0 to 1.1.1 (dependbot)
  • (UI) Upgraded shell-quote from 1.7.2 to 1.7.3 (dependbot)
  • (UI) Upgraded terser from 4.8.0 to 4.8.1 (dependbot)
  • Fix for #870 filter by zoom level for min/max zoom 0 (@iwpnd)
  • setting max_zoom to 0 will set it to 1 (@iwpnd)
  • seeding command now as a --log-threshold value to control logging of tiles that take longer than the given time. (@dwoznicki)
  • handle gpkg GEOMETRY as an unknown geometry and not break the capabilities if a layer contains such a geometry. (@roelarents)
  • test: use T.Setenv to set env vars in tests (@Juneezee)

Documentation

  • Updated README to focus on mvt_postgis provider instead of postgis

Bugs

v0.15.2

02 Jun 20:06
Compare
Choose a tag to compare

v.0.15.1 release was bad.

Bug Fixes

  • CI was not building the UI (#855).
    • Clean up CI scripts to remove duplication, and simplified some of the tasks.

Features

  • Improved output of tegola version to include more detail, as well as the version of the Viewer if built.

v0.15.1

01 Jun 20:33
Compare
Choose a tag to compare

Bug Fixes

  • CI was not building the UI (#855).
    • Clean up CI scripts to remove duplication, and simplified some of the tasks.

v0.15.0

18 May 18:06
Compare
Choose a tag to compare

Features

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

  • Update S3 cache properties documentation around force_path_style (@flowrean #835)

v0.14.0

08 Nov 16:28
Compare
Choose a tag to compare

Features:

Bugs:

  • Fixed file cache: Error: error reading from cache: too many open files (@ARolek #586)

Maintenance:

  • Refactor tegola_lambda CI to use Amazon Linux for building (@ARolek #790)
  • Upgrade mattn/go-sqlite3 (@gdey)
  • Split out httpAPI and httpViewer instrumentation (@gdey)
  • Refactored BuildInfo into a package (@gdey)
  • Update TOML package (@ear7h #799)
  • ui: don't run bindata when using embed (@ear7h #801)

v0.13.0

23 Mar 23:29
6711455
Compare
Choose a tag to compare

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)