Skip to content

Releases: maptiler/tileserver-gl

v4.4.4

02 Feb 01:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.3...v4.4.4

v4.4.3

27 Jan 03:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.2...v4.4.3

v4.4.2

21 Jan 18:04
Compare
Choose a tag to compare

What's Changed

  • Fix xss due to handlebars variables in javascript by @mnutt in #535
  • fix: fix vectortile constructor by @dkaoster in #723

New Contributors

Full Changelog: v4.4.1...v4.4.2

v4.4.1

17 Jan 04:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

09 Jan 04:27
687bbe1
Compare
Choose a tag to compare
  • Node 18 is now recommended. (it is still compatible with node 16 and 14)

What's Changed

  • allow tileMargin option by @acalcutt in #694
  • Update to node 18, add docker build test by @acalcutt in #699
  • chore(deps-dev): bump husky from 8.0.2 to 8.0.3 by @dependabot in #695
  • chore(deps-dev): bump @commitlint/cli from 17.3.0 to 17.4.0 by @dependabot in #697
  • chore(deps-dev): bump @commitlint/config-conventional from 17.3.0 to 17.4.0 by @dependabot in #696

Full Changelog: v4.3.4...v4.4.0

v4.3.4

03 Jan 04:06
Compare
Choose a tag to compare

Fix for #618 (comment)

What's Changed

  • fix(deps): bump @maplibre/maplibre-gl-native from 5.1.0 to 5.1.1 by @dependabot in #692
  • chore(deps-dev): bump eslint from 8.30.0 to 8.31.0 by @dependabot in #688
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 by @dependabot in #689
  • chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 by @dependabot in #690
  • chore(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.48.0 by @dependabot in #691

Full Changelog: v4.3.3...v4.3.4

v4.3.3

27 Dec 19:18
Compare
Choose a tag to compare

What's Changed

  • fix(deps): bump @maplibre/maplibre-gl-native from 5.1.0-pre.1 to 5.1.0 by @dependabot in #676
  • fix(deps): bump @maplibre/maplibre-gl-style-spec from 17.0.1 to 17.0.2 by @dependabot in #682
  • fix(deps): bump sharp from 0.31.2 to 0.31.3 by @dependabot in #680
  • fix(deps): bump canvas from 2.10.2 to 2.11.0 by @dependabot in #681
  • chore(deps-dev): bump mocha from 10.1.0 to 10.2.0 by @dependabot in #673
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 by @dependabot in #674
  • chore(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 by @dependabot in #675
  • chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 by @dependabot in #677
  • chore(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0 by @dependabot in #678
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 by @dependabot in #679
  • chore(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 by @dependabot in #683
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 by @dependabot in #684

Full Changelog: v4.3.2...v4.3.3

v4.3.2

10 Dec 21:48
e345ebe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.2

v4.2.1

08 Dec 07:13
e01ba4d
Compare
Choose a tag to compare
  • Ensure font serving does not reflect userdata-derived errors as HTML (#647, @mnutt)
  • usage.rst: Add "Docker and --port" section (#651, @zstadler)
  • build: move to GitHub Actions workflow(s) (#597, @vinayakkulkarni @acalcutt)
  • chore(deps-dev): bump @commitlint/cli from 17.2.0 to 17.3.0 (#656)
  • chore(deps-dev): bump chai from 4.3.6 to 4.3.7 (#655)
  • chore(deps-dev): bump lint-staged from 13.0.3 to 13.1.0 (#654)
  • fix(deps): bump commander from 9.4.0 to 9.4.1 (#653)
  • chore(deps-dev): bump eslint-plugin-jsdoc from 39.6.2 to 39.6.4 (#652)

v4.2.0

21 Nov 05:43
c134795
Compare
Choose a tag to compare

NOTE - BREAKING DOCKER CHANGE
The default port for the docker image has changed from 80 to 8080. In your docker run command, "8080:80" must be changed to "8080:8080"