Skip to content

Releases: go-spatial/tegola

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)

v0.12.1

05 Sep 03:06
Compare
Choose a tag to compare

Bug Fixes

  • fixed the internal viewer not using the most recent version (@ARolek)

v0.12.0

26 Aug 22:58
Compare
Choose a tag to compare

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!

v0.11.2

11 May 20:52
Compare
Choose a tag to compare

Bug fixes

  • cleaned up chatty context.Canceled logs (#683)

Maintenance

  • vendored tooling (go-bindata, coveralls)
  • Github Actions only runs Go 1.14 on PRs now.

v0.11.1

08 May 04:25
Compare
Choose a tag to compare

This release fixes the broken v0.11.0 release which has geometry rendering complications. The repository got into this state as the core geometry processing package was slated for v0.11.0, but is postponed and thus a git commit juggle had to occur.

v0.11.0

05 May 19:23
Compare
Choose a tag to compare

Features

  • Added SSL Support (#82 @ear7h)
  • lambda: global state for database connection caching (#609 @ARolek)

Bug Fixes

  • server: return tiles that lie on a Map's boundary (#633 @ear7h)
  • postgis: use id table field as a tile tag (#383 @ear7h)

Maintenance

  • atlas: remove usage of tegola.Tile (#636 @ear7h)
  • atlas: use geom package simplify function (@ear7h)

v0.10.4

26 Mar 20:24
Compare
Choose a tag to compare

Features:

  • Added map switching to the internal viewer (#159, @ARolek)

Maintenance

  • Migrated CI to Github Actions (@ARolek)

v0.10.3

04 Mar 00:43
Compare
Choose a tag to compare

Features

  • lambda: global state for database connection caching (#609 @ARolek)